mark the HEAD branch as deprecated. Nothing that a determined
authorAndrew Tridgell <tridge@samba.org>
Sat, 7 Jun 2003 01:28:47 +0000 (01:28 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sat, 7 Jun 2003 01:28:47 +0000 (01:28 +0000)
programmer can't work around, but hopefully enough that people will
notice that they should be using the 3.0 branch at the moment
(This used to be commit d6de8e8a94c8fb7d7837ed2b43092a275cc9d6c5)

source3/Makefile.in
source3/autogen.sh

index 5fa3018c696a275e4143243be35df999f13f01bf..77af73f5b89f8433eafa1ca44ae220abc71dca7c 100644 (file)
@@ -626,7 +626,12 @@ NTLM_AUTH_OBJ = utils/ntlm_auth.o $(LIBNTLMSSP_OBJ) $(LIBSAMBA_OBJ) $(POPT_LIB_O
 ######################################################################
 # now the rules...
 ######################################################################
-all : SHOWFLAGS proto_exists $(SBIN_PROGS) $(BIN_PROGS) $(SHLIBS) \
+all: 
+       @echo The Samba HEAD branch is deprecated pending the release of Samba 3.0
+       @echo Please use the SAMBA_3_0 branch
+       @exit 1
+
+all_real : SHOWFLAGS proto_exists $(SBIN_PROGS) $(BIN_PROGS) $(SHLIBS) \
        $(MODULES) @EXTRA_ALL_TARGETS@
 
 pam_smbpass : SHOWFLAGS bin/pam_smbpass.@SHLIBEXT@
index 2d91173f4a8d094e78b3c873b7cb56803298e558..056c0e6133bd37c39553badf302dce7d5d3beb9c 100755 (executable)
@@ -1,5 +1,11 @@
 #!/bin/sh
 
+echo The Samba HEAD branch is deprecated pending the release of Samba 3.0
+echo Please use the SAMBA_3_0 branch
+echo to update to SAMBA_3_0 use this command:
+echo "   cvs -z3 update -r SAMBA_3_0 -dP"
+exit 1
+
 # Run this script to build samba from CVS.
 
 ## insert all possible names (only works with