diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-15 21:28:00 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-15 21:28:00 +0000 |
commit | 05557d9ac835ef41f4295e559cc65cc179932c6b (patch) | |
tree | bc936a9d3a7a2b4c2eca89927011f7de33ae574c | |
parent | 6a991bb9b027e64e27f7a661b236b4ad70daeeda (diff) | |
download | samba-05557d9ac835ef41f4295e559cc65cc179932c6b.tar.gz samba-05557d9ac835ef41f4295e559cc65cc179932c6b.tar.bz2 samba-05557d9ac835ef41f4295e559cc65cc179932c6b.zip |
run the basic build tests on sub-builds like "make torture" as well
(This used to be commit 67e826923cffdeba91319a4845681a5a586bce49)
-rw-r--r-- | source4/Makefile.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/source4/Makefile.in b/source4/Makefile.in index 7dc7874ea2..850cda2981 100644 --- a/source4/Makefile.in +++ b/source4/Makefile.in @@ -642,7 +642,7 @@ NTLM_AUTH_OBJ = utils/ntlm_auth.o $(LIBNTLMSSP_OBJ) $(LIBSAMBA_OBJ) $(POPT_LIB_O ###################################################################### # now the rules... ###################################################################### -all: proto_test idl_test bin/smbd bin/smbclient bin/smbtorture bin/locktest bin/masktest bin/gentest +all: SHOWFLAGS bin/smbd bin/smbclient bin/smbtorture bin/locktest bin/masktest bin/gentest #SHOWFLAGS proto_exists $(SBIN_PROGS) $(BIN_PROGS) $(SHLIBS) \ # $(TORTURE_PROGS) $(RPC_MODULES) @EXTRA_ALL_TARGETS@ @@ -686,7 +686,7 @@ everything: all libsmbclient debug2html smbfilter talloctort .SUFFIXES: .SUFFIXES: .c .o .po .po32 .lo -SHOWFLAGS: +SHOWFLAGS: basics @echo "Using FLAGS = $(FLAGS)" @echo " FLAGS32 = $(FLAGS32)" @echo " LIBS = $(LIBS)" @@ -721,6 +721,8 @@ idl: idl_test: @script/build_idl.sh +basics: idl_test proto_test + # These dependencies are only approximately correct: we want to make # sure Samba's paths are updated if ./configure is re-run. Really it |