aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2010-07-15 10:22:23 +0200
committerMatěj Cepl <mcepl@redhat.com>2010-07-15 10:22:23 +0200
commite2ce2de1e5900fadcc9c75c6f6b4a5c465eaa069 (patch)
tree91106b7831588bd51e1b1a279593ed11f3582667 /Makefile
parent0625a434489816efff2494eff77a82e43539ea8f (diff)
downloadbugzilla-triage-e2ce2de1e5900fadcc9c75c6f6b4a5c465eaa069.tar.gz
Make fix target of Makefile more usefull
- print line numbers of found FIXMEs - in case of some are found, fail
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7a420e4..8768cf8 100644
--- a/Makefile
+++ b/Makefile
@@ -18,4 +18,4 @@ bugzilla-triage.xpi: package.json lib/*.js docs/*
zip -9rmqT bugzilla-triage.xpi install.rdf ;\
fix:
- grep FIXME lib/*.js || /bin/true
+ ! grep -n FIXME lib/*.js \ No newline at end of file