diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-07-15 10:22:23 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-07-15 10:22:23 +0200 |
commit | e2ce2de1e5900fadcc9c75c6f6b4a5c465eaa069 (patch) | |
tree | 91106b7831588bd51e1b1a279593ed11f3582667 | |
parent | 0625a434489816efff2494eff77a82e43539ea8f (diff) | |
download | bugzilla-triage-e2ce2de1e5900fadcc9c75c6f6b4a5c465eaa069.tar.gz |
Make fix target of Makefile more usefull
- print line numbers of found FIXMEs
- in case of some are found, fail
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |