build two needed kernels
This commit is contained in:
parent
c198b59b4d
commit
b97b14b581
|
@ -0,0 +1,22 @@
|
|||
#
|
||||
# etc.sparc/Makefile.inc -- sparc-specific etc Makefile targets
|
||||
#
|
||||
# $Id: Makefile.inc,v 1.1 1994/04/12 07:48:20 deraadt Exp $
|
||||
|
||||
.ifdef DESTDIR
|
||||
snap_md: netbsd-sd0 netbsd-sd1
|
||||
cp ${.CURDIR}/../sys/arch/sparc/compile/TDR/netbsd \
|
||||
${DESTDIR}/snapshot/netbsd-sd1
|
||||
cp ${.CURDIR}/../sys/arch/sparc/compile/TDR2/netbsd \
|
||||
${DESTDIR}/snapshot/netbsd-sd0
|
||||
|
||||
netbsd-sd1:
|
||||
cd ${.CURDIR}/../sys/arch/sparc/conf && config.new TDR
|
||||
cd ${.CURDIR}/../sys/arch/sparc/compile/TDR && \
|
||||
make clean && make depend && make
|
||||
|
||||
netbsd-sd0:
|
||||
cd ${.CURDIR}/../sys/arch/sparc/conf && config.new TDR2
|
||||
cd ${.CURDIR}/../sys/arch/sparc/compile/TDR2 && \
|
||||
make clean && make depend && make
|
||||
.endif # DESTDIR check
|
Loading…
Reference in New Issue