Make this build again after breakage from previous commits.
This commit is contained in:
parent
3d45e180f4
commit
ecab3d453e
@ -63,12 +63,6 @@ ${BASE}.efi: ${BASE}.sym
|
||||
--target=efi-app-${MACHINE_ARCH} \
|
||||
${BASE}.sym ${BASE}.efi
|
||||
|
||||
${BASE}.sym: ${OBJS} ${LIBSTAND} ${LIBARC} ${CRT} vers.o
|
||||
${LD} ${LDFLAGS} -o ${BASE}.sym -M \
|
||||
${CRT} {OBJS} vers.o \
|
||||
${LIBFICL} ${LIBSTAND} ${LIBEFI} ${LIBSTAND} \
|
||||
> ${.OBJDIR}/${BASE}.list
|
||||
|
||||
${BASE}.help: help.common help.efi
|
||||
cat ${.ALLSRC} | awk -f ${.CURDIR}/../../common/merge_help.awk \
|
||||
> ${.TARGET}
|
||||
@ -91,4 +85,10 @@ machine:
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
${BASE}.sym: ${OBJS} ${LIBSTAND} ${LIBARC} ${CRT} vers.o
|
||||
${LD} ${LDFLAGS} -o ${BASE}.sym -M \
|
||||
${CRT} ${OBJS} vers.o \
|
||||
${LIBFICL} ${LIBSTAND} ${LIBEFI} ${LIBSTAND} \
|
||||
> ${.OBJDIR}/${BASE}.list
|
||||
|
||||
beforedepend ${OBJS}: machine
|
||||
|
@ -63,12 +63,6 @@ ${BASE}.efi: ${BASE}.sym
|
||||
--target=efi-app-${MACHINE_ARCH} \
|
||||
${BASE}.sym ${BASE}.efi
|
||||
|
||||
${BASE}.sym: ${OBJS} ${LIBSTAND} ${LIBARC} ${CRT} vers.o
|
||||
${LD} ${LDFLAGS} -o ${BASE}.sym -M \
|
||||
${CRT} {OBJS} vers.o \
|
||||
${LIBFICL} ${LIBSTAND} ${LIBEFI} ${LIBSTAND} \
|
||||
> ${.OBJDIR}/${BASE}.list
|
||||
|
||||
${BASE}.help: help.common help.efi
|
||||
cat ${.ALLSRC} | awk -f ${.CURDIR}/../../common/merge_help.awk \
|
||||
> ${.TARGET}
|
||||
@ -91,4 +85,10 @@ machine:
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
${BASE}.sym: ${OBJS} ${LIBSTAND} ${LIBARC} ${CRT} vers.o
|
||||
${LD} ${LDFLAGS} -o ${BASE}.sym -M \
|
||||
${CRT} ${OBJS} vers.o \
|
||||
${LIBFICL} ${LIBSTAND} ${LIBEFI} ${LIBSTAND} \
|
||||
> ${.OBJDIR}/${BASE}.list
|
||||
|
||||
beforedepend ${OBJS}: machine
|
||||
|
Loading…
Reference in New Issue
Block a user