mirror of
https://github.com/samba-team/samba.git
synced 2025-01-19 10:03:58 +03:00
"make idl" is now incremental and "make idl_full" is a full idl build
This commit is contained in:
parent
5f6b0baa30
commit
113e772e37
@ -642,13 +642,13 @@ pch: basics
|
|||||||
$(CC) -I. -I$(srcdir) $(FLAGS) -c $(srcdir)/include/includes.h -o $(srcdir)/include/includes.h.gch
|
$(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
|
script/build_idl.sh FULL
|
||||||
|
|
||||||
idl_test: build/pidl/idl.pm
|
idl: build/pidl/idl.pm
|
||||||
@script/build_idl.sh
|
@script/build_idl.sh
|
||||||
|
|
||||||
basics: idl_test proto_test
|
basics: idl proto_test
|
||||||
|
|
||||||
build/pidl/idl.pm: build/pidl/idl.yp
|
build/pidl/idl.pm: build/pidl/idl.yp
|
||||||
-yapp -s build/pidl/idl.yp
|
-yapp -s build/pidl/idl.yp
|
||||||
@ -1094,7 +1094,7 @@ include/build_env.h:
|
|||||||
# parallel make.
|
# parallel make.
|
||||||
headers: delheaders include/proto.h include/build_env.h
|
headers: delheaders include/proto.h include/build_env.h
|
||||||
|
|
||||||
proto: idl_test headers
|
proto: idl headers
|
||||||
|
|
||||||
proto_test:
|
proto_test:
|
||||||
@[ -f include/proto.h ] || $(MAKE) proto
|
@[ -f include/proto.h ] || $(MAKE) proto
|
||||||
|
Loading…
x
Reference in New Issue
Block a user