Author: jerry
Date: 2005-08-07 18:43:53 +0000 (Sun, 07 Aug 2005)
New Revision: 9186

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9186

Log:
comment out 'make check'; to be replaced by 'make test'
Modified:
   branches/SAMBA_3_0/source/Makefile.in
   branches/SAMBA_3_0_RELEASE/source/Makefile.in


Changeset:
Modified: branches/SAMBA_3_0/source/Makefile.in
===================================================================
--- branches/SAMBA_3_0/source/Makefile.in       2005-08-07 18:04:34 UTC (rev 
9185)
+++ branches/SAMBA_3_0/source/Makefile.in       2005-08-07 18:43:53 UTC (rev 
9186)
@@ -1566,15 +1566,17 @@
 # FIXME: LD_LIBRARY_PATH is not portable, but in the absence of
 # libtool I don't know a better way to do it.  Perhaps we should fix
 # libbigballofmud to link statically?
+##
+## not working...to be replaced by 'make test' --jerry
+##
+#check: check-programs
+#      LD_LIBRARY_PATH="`pwd`/bin:$$LD_LIBRARY_PATH" \
+#      PATH="`pwd`/bin:$$PATH" \
+#      python stf/standardcheck.py; \
+#      if test -n "$(PYTHON)"; then \
+#              python stf/pythoncheck.py; \
+#      fi
 
-check: check-programs
-       LD_LIBRARY_PATH="`pwd`/bin:$$LD_LIBRARY_PATH" \
-       PATH="`pwd`/bin:$$PATH" \
-       python stf/standardcheck.py; \
-       if test -n "$(PYTHON)"; then \
-               python stf/pythoncheck.py; \
-       fi
-
 # These are called by the test suite and need to be built before
 # running it.  For the time being we don't build all of BIN_PROGS,
 # because they're not all needed.

Modified: branches/SAMBA_3_0_RELEASE/source/Makefile.in
===================================================================
--- branches/SAMBA_3_0_RELEASE/source/Makefile.in       2005-08-07 18:04:34 UTC 
(rev 9185)
+++ branches/SAMBA_3_0_RELEASE/source/Makefile.in       2005-08-07 18:43:53 UTC 
(rev 9186)
@@ -1558,15 +1558,17 @@
 # FIXME: LD_LIBRARY_PATH is not portable, but in the absence of
 # libtool I don't know a better way to do it.  Perhaps we should fix
 # libbigballofmud to link statically?
+##
+## not working...to be replaced by 'make test' --jerry
+##
+#check: check-programs
+#      LD_LIBRARY_PATH="`pwd`/bin:$$LD_LIBRARY_PATH" \
+#      PATH="`pwd`/bin:$$PATH" \
+#      python stf/standardcheck.py; \
+#      if test -n "$(PYTHON)"; then \
+#              python stf/pythoncheck.py; \
+#      fi
 
-check: check-programs
-       LD_LIBRARY_PATH="`pwd`/bin:$$LD_LIBRARY_PATH" \
-       PATH="`pwd`/bin:$$PATH" \
-       python stf/standardcheck.py; \
-       if test -n "$(PYTHON)"; then \
-               python stf/pythoncheck.py; \
-       fi
-
 # These are called by the test suite and need to be built before
 # running it.  For the time being we don't build all of BIN_PROGS,
 # because they're not all needed.

Reply via email to