projects
/
xfstests-dev.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
a34dd99
)
Add a few more files to the bunch that we keep in sync between packages.
author
Nathan Scott
<nathans@sgi.com>
Mon, 31 Mar 2003 06:09:51 +0000
(06:09 +0000)
committer
Nathan Scott
<nathans@sgi.com>
Mon, 31 Mar 2003 06:09:51 +0000
(06:09 +0000)
tools/srcdiff
patch
|
blob
|
history
diff --git
a/tools/srcdiff
b/tools/srcdiff
index 5ec76ad64ffcb87a3d1a4efa8f37a49b55bdd7bf..4ad70bf1c1a20e0ea3a03d4116aafb9901e1293e 100755
(executable)
--- a/
tools/srcdiff
+++ b/
tools/srcdiff
@@
-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";
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) {
}
print "\n=== Checking headers ===\n";
foreach (@difflist) {