mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Explicitly pass the full path to the input file to sed. This unbreaks
the WITHOUT_BMAKE build. Approved by: re (gjb)
This commit is contained in:
parent
cce45f0b07
commit
2d07d6bc02
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ CLEANFILES = freebsd-version.sh
|
|||
NEWVERS = ${.CURDIR}/../../sys/conf/newvers.sh
|
||||
|
||||
freebsd-version.sh.in: ${NEWVERS}
|
||||
freebsd-version.sh: freebsd-version.sh.in
|
||||
freebsd-version.sh: ${.CURDIR}/freebsd-version.sh.in
|
||||
eval $$(egrep '^(TYPE|REVISION|BRANCH)=' ${NEWVERS}) ; \
|
||||
if ! sed -e "\
|
||||
s/@@TYPE@@/$${TYPE}/g; \
|
||||
|
|
|
|||
Loading…
Reference in a new issue