From 8f1b809d2ccb083cb84532e98b04a12fb1039e22 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 20 Mar 2010 16:27:48 +1100 Subject: build: nearly there on samba4 build --- buildtools/compare_config_h.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'buildtools/compare_config_h.sh') diff --git a/buildtools/compare_config_h.sh b/buildtools/compare_config_h.sh index 09f47b2b99..6daa743ed2 100755 --- a/buildtools/compare_config_h.sh +++ b/buildtools/compare_config_h.sh @@ -8,6 +8,5 @@ grep ^.define $HOME/samba_old/source4/include/config.h | sort > old-config.h comm -23 old-config.h waf-config.h -echo - -diff -u old-config.h waf-config.h +#echo +#diff -u old-config.h waf-config.h -- cgit