Let ARM loader(8) build with the man page.
This commit is contained in:
parent
916c41e07a
commit
8504549387
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=185375
@ -4,7 +4,6 @@ PROG= ubldr
|
||||
NEWVERSWHAT= "U-Boot loader" ${MACHINE_ARCH}
|
||||
BINDIR?= /boot
|
||||
INSTALLFLAGS= -b
|
||||
NO_MAN=
|
||||
WARNS?= 1
|
||||
|
||||
# Architecture-specific loader code
|
||||
@ -61,7 +60,7 @@ LIBFICL= ${.OBJDIR}/../../ficl/libficl.a
|
||||
CFLAGS+= -I${.CURDIR}/../../common
|
||||
CFLAGS+= -I.
|
||||
|
||||
CLEANFILES+= vers.c ${PROG}.help
|
||||
CLEANFILES+= vers.c loader.help
|
||||
|
||||
CFLAGS+= -ffreestanding
|
||||
|
||||
@ -86,11 +85,11 @@ LDADD= ${LIBFICL} ${LIBUBOOT} -lstand
|
||||
vers.c: ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version
|
||||
sh ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version ${NEWVERSWHAT}
|
||||
|
||||
${PROG}.help: help.common help.uboot
|
||||
loader.help: help.common help.uboot
|
||||
cat ${.ALLSRC} | \
|
||||
awk -f ${.CURDIR}/../../common/merge_help.awk > ${.TARGET}
|
||||
|
||||
.PATH: ${.CURDIR}/../../forth
|
||||
FILES= ${PROG}.help
|
||||
FILES= loader.help
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user