GENERIC{AHA,OTHER} have been merged into GENERIC; fixes PR port-i386/3274.
This commit is contained in:
parent
4a6b41b8fe
commit
d015ce73e5
@ -1,23 +1,16 @@
|
||||
# $NetBSD: Makefile.inc,v 1.8 1996/10/16 02:25:08 perry Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.9 1997/03/04 06:30:01 mikel Exp $
|
||||
#
|
||||
# etc.i386/Makefile.inc -- i386-specific etc Makefile targets
|
||||
#
|
||||
|
||||
.ifdef DESTDIR
|
||||
snap_md: netbsd-adp netbsd-other
|
||||
snap_md: netbsd
|
||||
|
||||
netbsd-adp:
|
||||
cd ${.CURDIR}/../sys/arch/i386/conf && config GENERICADP
|
||||
cd ${.CURDIR}/../sys/arch/i386/compile/GENERICADP && \
|
||||
netbsd:
|
||||
cd ${.CURDIR}/../sys/arch/i386/conf && config GENERIC
|
||||
cd ${.CURDIR}/../sys/arch/i386/compile/GENERIC && \
|
||||
make clean && make depend && make
|
||||
cp ${.CURDIR}/../sys/arch/i386/compile/GENERICADP/netbsd \
|
||||
${DESTDIR}/snapshot/netbsd-adp
|
||||
|
||||
netbsd-other:
|
||||
cd ${.CURDIR}/../sys/arch/i386/conf && config GENERICOTHER
|
||||
cd ${.CURDIR}/../sys/arch/i386/compile/GENERICOTHER && \
|
||||
make clean && make depend && make
|
||||
cp ${.CURDIR}/../sys/arch/i386/compile/GENERICOTHER/netbsd \
|
||||
${DESTDIR}/snapshot/netbsd-other
|
||||
cp ${.CURDIR}/../sys/arch/i386/compile/GENERIC/netbsd \
|
||||
${DESTDIR}/snapshot/netbsd
|
||||
|
||||
.endif # DESTDIR check
|
||||
|
Loading…
Reference in New Issue
Block a user