Merged features/mp-sched -r8915:9335 into the trunk. The trunk now
[debian/gnuradio] / dtools / bin / check-tarball-h-files
index dae7592d2af8ae1ace4756ed2f56939fa1c233a9..6e3e1e77641a8f693ccf397f6f6721a8e9fce84b 100755 (executable)
@@ -17,7 +17,8 @@ tar tzf $tarball  \
 find . \( -name '*.h' -o -name '*.py' -o -name '*.v' -o -name '*.vh' \) -print \
   | grep -v ./$path | sort >/tmp/build-h-files
 
-comm -23 /tmp/build-h-files /tmp/tarball-h-files
+comm -23 /tmp/build-h-files /tmp/tarball-h-files \
+ | grep -Ev '(GrAtsc|_swig_|limbo|config\.h|std_paths\.h)'
 
 # rm /tmp/tarball-h-files /tmp/build-h-files