mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
FreeBSD 4.1 bootstrapping aid (``:C'' make(1) modifier used
by gnu/usr.bin/binutils/as/Makefile.inc0 is not there). XXX: make(1) should return with a non-zero exit status here.
This commit is contained in:
parent
2619d7c271
commit
ceeb1caa68
1 changed files with 5 additions and 0 deletions
5
Makefile
5
Makefile
|
|
@ -148,6 +148,11 @@ upgrade_checks:
|
|||
if ! make -m ${.CURDIR}/share/mk test > /dev/null 2>&1; then \
|
||||
make make; \
|
||||
fi
|
||||
@cd ${.CURDIR}; \
|
||||
if make -V .CURDIR:C/.// 2>&1 >/dev/null | \
|
||||
grep -q "Unknown modifier 'C'"; then \
|
||||
make make; \
|
||||
fi
|
||||
|
||||
#
|
||||
# A simple test target used as part of the test to see if make supports
|
||||
|
|
|
|||
Loading…
Reference in a new issue