mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-20 15:43:16 +00:00
-v must have a space between it and the variable.
Submitted by: David Wolfskill <david@catwhisker.org> (did I mention he should be a committer? :-) )
This commit is contained in:
parent
e258f08ad8
commit
aab8cd4cfe
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85807
@ -1,3 +1,5 @@
|
||||
# $FreeBSD$
|
||||
|
||||
INFO = regex
|
||||
INFOSECTION= "Programming & development tools."
|
||||
INFOENTRY_regex= "* Regex: (regex). Regular expression library."
|
||||
@ -5,7 +7,7 @@ INFOENTRY_regex= "* Regex: (regex). Regular expression library."
|
||||
CLEANFILES += regex.texi
|
||||
|
||||
regex.texi: xregex.texi ../regex.h
|
||||
awk -f ${.CURDIR}/include.awk -vsource=${.CURDIR}/../regex.h \
|
||||
awk -f ${.CURDIR}/include.awk -v source=${.CURDIR}/../regex.h \
|
||||
< ${.CURDIR}/xregex.texi \
|
||||
| expand >$@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user