From: Nathan Scott Date: Mon, 31 Mar 2003 06:09:51 +0000 (+0000) Subject: Add a few more files to the bunch that we keep in sync between packages. X-Git-Tag: v1.1.0~1001 X-Git-Url: http://git.apps.os.sepia.ceph.com/?p=xfstests-dev.git;a=commitdiff_plain;h=08662dc6a2d4db45b895128fb695f12438df1d24;ds=sidebyside Add a few more files to the bunch that we keep in sync between packages. --- diff --git a/tools/srcdiff b/tools/srcdiff index 5ec76ad6..4ad70bf1 100755 --- 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"; + 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) {