Add a few more files to the bunch that we keep in sync between packages.
[xfstests-dev.git] / tools / srcdiff
index 5ec76ad64ffcb87a3d1a4efa8f37a49b55bdd7bf..4ad70bf1c1a20e0ea3a03d4116aafb9901e1293e 100755 (executable)
@@ -78,6 +78,9 @@ foreach (@pkglist) {
        print "\n=== Checking $_ package ===\n";
        straightdiff 'buildrules', "cmd/$first/include", "cmd/$_/include";
        straightdiff 'buildmacros', "cmd/$first/include", "cmd/$_/include";
+       straightdiff 'Makefile', "cmd/$first/build", "cmd/$_/build";
+       straightdiff 'Makefile', "cmd/$first/build/rpm", "cmd/$_/build/rpm";
+       straightdiff 'Makefile', "cmd/$first/build/tar", "cmd/$_/build/tar";
 }
 print "\n=== Checking headers ===\n";
 foreach (@difflist) {