mark the HEAD branch as deprecated. Nothing that a determined
[nivanova/samba-autobuild/.git] / source3 / Makefile.in
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@