summaryrefslogtreecommitdiffstats
path: root/sys/boot/alpha
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1999-01-18 19:05:27 +0000
committermsmith <msmith@FreeBSD.org>1999-01-18 19:05:27 +0000
commit488523664e6d8f8ba7619929d491d54a689f4d47 (patch)
tree4f17d3133651137b304e82c8e592a00039970aa6 /sys/boot/alpha
parent8972dd7aad428319c0aedd99a7cb0519b3b784e8 (diff)
downloadFreeBSD-src-488523664e6d8f8ba7619929d491d54a689f4d47.zip
FreeBSD-src-488523664e6d8f8ba7619929d491d54a689f4d47.tar.gz
Transition from using Perl to using awk for our text-manipulation
needs. This removes the dependancy on Perl for the generation of the loader, allowing the world to be built on a perl-free system. Submitted by: Joe Abley <jabley@clear.co.nz>
Diffstat (limited to 'sys/boot/alpha')
-rw-r--r--sys/boot/alpha/boot2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/alpha/boot2/Makefile b/sys/boot/alpha/boot2/Makefile
index a22e2da..956944d 100644
--- a/sys/boot/alpha/boot2/Makefile
+++ b/sys/boot/alpha/boot2/Makefile
@@ -47,7 +47,7 @@ ${BASE}.sym: ${OBJS} ${LIBSTAND} ${LIBALPHA} ${CRT} vers.o setdef0.o setdef1.o
vers.o ${LIBSTAND} ${LIBALPHA} ${LIBSTAND} >${.OBJDIR}/${BASE}.list
${BASE}.help: help.common help.alpha
- perl ${.CURDIR}/../../common/merge_help.pl ${.ALLSRC} > ${.TARGET}
+ cat ${.ALLSRC} | awk -f ${.CURDIR}/../../common/merge_help.awk > ${.TARGET}
beforeinstall:
.if exists(${.OBJDIR}/loader.help)
OpenPOWER on IntegriCloud