summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2001-11-19 02:52:33 +0000
committerMartin Pool <mbp@samba.org>2001-11-19 02:52:33 +0000
commit09e4d181ebf218f52609df63a56e1314c73dbee1 (patch)
tree5bca0f1bf43e16c2cb8fa2e7e08cc36097ddae39
parentf741f656737f4ec46cd318e986b6bf412ed309d2 (diff)
downloadsamba-09e4d181ebf218f52609df63a56e1314c73dbee1.tar.gz
samba-09e4d181ebf218f52609df63a56e1314c73dbee1.tar.bz2
samba-09e4d181ebf218f52609df63a56e1314c73dbee1.zip
Disable "installcheck" -- it's still too likely to clobber somebody's
installation. (This used to be commit 10022753d1d7114eadbe5a83183a6176eff1d7ff)
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 480513123f..14b1878de8 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -850,7 +850,7 @@ check:
# install the program before running the tests. You should not
# assume that `$(bindir)' is in the search path.
-installcheck:
+dangerous-installcheck:
mkdir -p $(BASEDIR)/lib
mkdir -p $(BASEDIR)/var
PATH=$(BINDIR):$(SBINDIR):$(PATH) \