git.annexia.org
/
whenjobs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7697375
)
Remove custom matching pattern from 'licensecheck'.
author
Richard W.M. Jones
<rjones@redhat.com>
Sun, 25 Mar 2012 18:18:56 +0000
(19:18 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Sun, 25 Mar 2012 18:18:56 +0000
(19:18 +0100)
licensecheck program upstream now checks OCaml files by default:
http://git.fedorahosted.org/git/?p=rpmdevtools.git;a=commitdiff;h=
158c182ec48ce4a2e4e771bfed0098b565502c5b
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
74d552e
..
069636d
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-32,4
+32,4
@@
rpm: dist
rpmbuild -ta $(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.gz
licensecheck:
- licensecheck
-c '\.(c|h|ml|mli|am|ac|m4|sh)$$'
$$(git ls-files)
+ licensecheck $$(git ls-files)