projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba55eeb
)
(makefile-check): Add 0-9 to the range of characters disallowed between `@...@'.
author
Jim Meyering
<jim@meyering.net>
Sun, 17 Aug 2003 07:57:29 +0000
(07:57 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 17 Aug 2003 07:57:29 +0000
(07:57 +0000)
Makefile.maint
patch
|
blob
|
history
diff --git
a/Makefile.maint
b/Makefile.maint
index bd597966fb9288abab02f95cd25672173a2ee100..e0956b79b3bc2720c2f00b1545f81c8efe3c60ae 100644
(file)
--- a/
Makefile.maint
+++ b/
Makefile.maint
@@
-201,7
+201,7
@@
strftime-check:
# not @...@ in Makefile.am, now that we can rely on automake
# to emit a definition for each substituted variable.
makefile-check:
- grep -E '@[A-Z_]+@' `find . -name Makefile.am` \
+ grep -E '@[A-Z_
0-9
]+@' `find . -name Makefile.am` \
&& { echo 'Makefile.maint: use $(...), not @...@' 1>&2; exit 1; } || :
changelog-check: