mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 11:02:44 +00:00
Build the makedefs program static to avoid trying to use the shared
loader before it has been installed in an aout to elf transition build.
This commit is contained in:
parent
e4b6f0d19f
commit
4912e23d67
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38325
@ -26,7 +26,7 @@ hack.onames.h: makedefs def.objects.h
|
||||
./makedefs ${.CURDIR}/def.objects.h > hack.onames.h
|
||||
|
||||
makedefs: makedefs.o
|
||||
${CC} ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC}
|
||||
${CC} -static ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC}
|
||||
|
||||
beforeinstall:
|
||||
${INSTALL} -c -o bin -g bin -m ${NOBINMODE} /dev/null \
|
||||
|
Loading…
Reference in New Issue
Block a user