mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
r21804: Create a reference after proto_exits was called once. Else we link the
binaries again with each make. Thx Volker to point my chesty at this.
This commit is contained in:
parent
b1fa55e513
commit
0cb6634d94
@ -1837,7 +1837,7 @@ clean: delheaders python_clean
|
|||||||
$(TOPFILES) $(BIN_PROGS) $(SBIN_PROGS) $(ROOT_SBIN_PROGS) \
|
$(TOPFILES) $(BIN_PROGS) $(SBIN_PROGS) $(ROOT_SBIN_PROGS) \
|
||||||
$(MODULES) $(TORTURE_PROGS) $(LIBSMBCLIENT) $(LIBADDNS) \
|
$(MODULES) $(TORTURE_PROGS) $(LIBSMBCLIENT) $(LIBADDNS) \
|
||||||
$(LIBSMBSHAREMODES) $(EVERYTHING_PROGS) $(LIBMSRPC) \
|
$(LIBSMBSHAREMODES) $(EVERYTHING_PROGS) $(LIBMSRPC) \
|
||||||
.headers.stamp */src/*.o
|
.headers.stamp */src/*.o proto_exists
|
||||||
-rm -rf t_dir
|
-rm -rf t_dir
|
||||||
|
|
||||||
# Making this target will just make sure that the prototype files
|
# Making this target will just make sure that the prototype files
|
||||||
@ -1847,6 +1847,7 @@ clean: delheaders python_clean
|
|||||||
proto_exists: include/proto.h include/build_env.h \
|
proto_exists: include/proto.h include/build_env.h \
|
||||||
nsswitch/winbindd_proto.h web/swat_proto.h \
|
nsswitch/winbindd_proto.h web/swat_proto.h \
|
||||||
client/client_proto.h utils/net_proto.h utils/ntlm_auth_proto.h smbd/build_options.c
|
client/client_proto.h utils/net_proto.h utils/ntlm_auth_proto.h smbd/build_options.c
|
||||||
|
@touch proto_exists
|
||||||
|
|
||||||
delheaders:
|
delheaders:
|
||||||
@echo Removing prototype headers
|
@echo Removing prototype headers
|
||||||
|
Loading…
Reference in New Issue
Block a user