mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Add a few more files to the bunch that we keep in sync between packages.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user