aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2008-09-30 14:51:23 -0400
committerBill Nottingham <notting@redhat.com>2008-10-14 17:00:51 -0400
commit3b557715bdcd09e8347a5509d71f8822dab25643 (patch)
tree165a1e828d5e11fd1068ffc83458768577d61cd4
parent9f6ccba2bc9f395e9db0ccbcc1e9ec29a041498e (diff)
downloadinitscripts-3b557715bdcd09e8347a5509d71f8822dab25643.tar
initscripts-3b557715bdcd09e8347a5509d71f8822dab25643.tar.gz
initscripts-3b557715bdcd09e8347a5509d71f8822dab25643.tar.bz2
initscripts-3b557715bdcd09e8347a5509d71f8822dab25643.tar.xz
initscripts-3b557715bdcd09e8347a5509d71f8822dab25643.zip
Ignore stuff in .git for 'make check'initscripts-8.76.4-1
Not just because it's not what we're checking, but also because it fails the check.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0c5384cc..62d34429 100644
--- a/Makefile
+++ b/Makefile
@@ -119,7 +119,7 @@ install:
check:
- for afile in `find . -type f -perm +111|grep -v \.csh | grep -v po/ ` ; do \
+ for afile in `find . -type f -perm +111|grep -v \.csh | grep -v .git | grep -v po/ ` ; do \
if ! file $$afile | grep -s ELF >/dev/null; then \
bash -n $$afile || { echo $$afile ; exit 1 ; } ; \
fi ;\