1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-26 04:23:49 +03:00

r12550: - fixed 'make pch' to always rebuild the gch file. The dependencies

were wrong, and we were using old gch files after include changes,
  so safest to just rebuild when the user specifically asks for 'make
  pch'

- fixed deps for includes.h so 'make pch' can work after a clean build

- changed 'make valgrindtest' to run valgrind on both client and
  server binaries
This commit is contained in:
Andrew Tridgell
2005-12-28 22:23:24 +00:00
committed by Gerald (Jerry) Carter
parent ad3b828663
commit d39c749c71

View File

@@ -205,13 +205,13 @@ include/proto.h: $(PROTO_OBJS:.o=.c)
proto: include/proto.h
pch: include/config.h \
pch: clean_pch include/config.h \
include/proto.h \
idl \
include/includes.h.gch
libcli/nbt/libnbt.h: libcli/nbt/nbt_proto.h
include/includes.h: lib/basic.h libcli/nbt/libnbt.h
include/includes.h: lib/basic.h libcli/nbt/libnbt.h librpc/ndr/libndr_proto.h librpc/rpc/dcerpc_proto.h auth/credentials/credentials_proto.h
clean_pch:
-rm -f include/includes.h.gch
@@ -272,6 +272,7 @@ quicktest: all
valgrindtest: all
SMBD_VALGRIND="xterm -n smbd -e valgrind -q --db-attach=yes --num-callers=30" \
VALGRIND="valgrind -q --num-callers=30 --log-file=st/valgrind.log" \
./script/tests/selftest.sh ${selftest_prefix}/st quick SOCKET_WRAPPER
bin/.dummy: