1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-01 04:58:35 +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 used to be commit d39c749c71d66dd21e37cdaa75daaaeab5f4be0a)
This commit is contained in:
Andrew Tridgell 2005-12-28 22:23:24 +00:00 committed by Gerald (Jerry) Carter
parent 5e117701b4
commit 020cd6b95b

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: