diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-12-15 05:41:05 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-12-15 05:41:05 +0000 |
commit | e7721c0021d1e7dab754af85a40c191117648588 (patch) | |
tree | 66664e140f0af072f148dddfa3500c828120d1c4 /source4 | |
parent | 64352f9ef1e028fedc9f15f6972addf8e1b6f4ff (diff) | |
download | samba-e7721c0021d1e7dab754af85a40c191117648588.tar.gz samba-e7721c0021d1e7dab754af85a40c191117648588.tar.bz2 samba-e7721c0021d1e7dab754af85a40c191117648588.zip |
"make idl" is now incremental and "make idl_full" is a full idl build
(This used to be commit 113e772e3750ca1e661157394ccff1b59da76ceb)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/Makefile.in b/source4/Makefile.in index f6ed4c58fa..f2c68dd40e 100644 --- a/source4/Makefile.in +++ b/source4/Makefile.in @@ -642,13 +642,13 @@ pch: basics $(CC) -I. -I$(srcdir) $(FLAGS) -c $(srcdir)/include/includes.h -o $(srcdir)/include/includes.h.gch -idl: build/pidl/idl.pm +idl_full: build/pidl/idl.pm script/build_idl.sh FULL -idl_test: build/pidl/idl.pm +idl: build/pidl/idl.pm @script/build_idl.sh -basics: idl_test proto_test +basics: idl proto_test build/pidl/idl.pm: build/pidl/idl.yp -yapp -s build/pidl/idl.yp @@ -1094,7 +1094,7 @@ include/build_env.h: # parallel make. headers: delheaders include/proto.h include/build_env.h -proto: idl_test headers +proto: idl headers proto_test: @[ -f include/proto.h ] || $(MAKE) proto |