summaryrefslogtreecommitdiff
path: root/buildtools/compare_config_h.sh
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-20 16:27:48 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:26:47 +1000
commit8f1b809d2ccb083cb84532e98b04a12fb1039e22 (patch)
treee2e453049331e712e3312bc1c30e33c6ae683c54 /buildtools/compare_config_h.sh
parent9cb39847c068305d544bcacd6887c57412e16586 (diff)
downloadsamba-8f1b809d2ccb083cb84532e98b04a12fb1039e22.tar.gz
samba-8f1b809d2ccb083cb84532e98b04a12fb1039e22.tar.bz2
samba-8f1b809d2ccb083cb84532e98b04a12fb1039e22.zip
build: nearly there on samba4 build
Diffstat (limited to 'buildtools/compare_config_h.sh')
-rwxr-xr-xbuildtools/compare_config_h.sh5
1 files changed, 2 insertions, 3 deletions
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