Switch from COPYDIR to COPY/LINK when populating usr/mdec directory, to

avoid file duplication.
This commit is contained in:
njoly 2011-11-18 21:32:46 +00:00
parent d11ea3ea81
commit 8de7333d7f

View File

@ -1,4 +1,4 @@
# $NetBSD: list,v 1.36 2011/07/03 23:11:33 tron Exp $
# $NetBSD: list,v 1.37 2011/11/18 21:32:46 njoly Exp $
# Sparc extra's
PROG bin/rcmd
@ -24,9 +24,15 @@ SPECIAL less srcdir external/bsd/less/bin/less
SYMLINK /tmp var/tmp
# we need the contents of /usr/mdec
COPYDIR ${DESTDIR}/usr/mdec usr/mdec
# ensure binstall is executable
MTREE ./usr/mdec/binstall mode=0555
COPY ${DESTDIR}/usr/mdec/binstall usr/mdec/binstall 555
COPY ${DESTDIR}/usr/mdec/boot usr/mdec/boot
LINK usr/mdec/boot usr/mdec/boot.388000
COPY ${DESTDIR}/usr/mdec/boot.net usr/mdec/boot.net
COPY ${DESTDIR}/usr/mdec/bootblk usr/mdec/bootblk
COPY ${DESTDIR}/usr/mdec/bootjs.net usr/mdec/bootjs.net
COPY ${DESTDIR}/usr/mdec/bootxx usr/mdec/bootxx
COPY ${DESTDIR}/usr/mdec/ofwboot usr/mdec/ofwboot
LINK usr/mdec/ofwboot usr/mdec/ofwboot.net
# copy the kernel
COPY ${KERNOBJDIR}/GENERIC/netbsd netbsd