summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-05-24 11:03:41 +0000
committerru <ru@FreeBSD.org>2002-05-24 11:03:41 +0000
commit26e1492d4c6a274678008fe49106c1bf9fa69356 (patch)
tree03e6f73685b10f4361a55454ae7e66034f899073 /release/Makefile
parent74ff5f42c5ebd35d269c5794a0d51975effffc2e (diff)
downloadFreeBSD-src-26e1492d4c6a274678008fe49106c1bf9fa69356.zip
FreeBSD-src-26e1492d4c6a274678008fe49106c1bf9fa69356.tar.gz
Convert Perl scripts to awk(1).
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile
index 370b6f1..2fb5f9a 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -647,11 +647,11 @@ release.9:
sh ${.CURDIR}/${TARGET_ARCH}/dokern.sh ${FDSIZE} < GENERIC > BOOTMFS && \
[ -r GENERIC.hints ] && cp GENERIC.hints BOOTMFS.hints
.if exists(${.CURDIR}/${TARGET}/drivers.conf)
- @perl ${.CURDIR}/scripts/driver-remove.pl \
+ @awk -f ${.CURDIR}/scripts/driver-remove.awk \
${.CURDIR}/${TARGET}/drivers.conf \
${.CURDIR}/../sys/${TARGET}/conf/BOOTMFS
@mkdir -p ${RD}/mfsfd/stand/modules
- @perl ${.CURDIR}/scripts/driver-copy2.pl \
+ @awk -f ${.CURDIR}/scripts/driver-copy2.awk \
${.CURDIR}/${TARGET}/drivers.conf \
${RD}/trees/base/boot/kernel ${RD}/mfsfd/stand/modules
.endif
OpenPOWER on IntegriCloud