Add a few more files to the bunch that we keep in sync between packages.

This commit is contained in:
Nathan Scott
2003-03-31 06:09:51 +00:00
parent a34dd9908e
commit 08662dc6a2
+3
View File
@@ -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) {