|
|
@ -1,38 +1,24 @@ |
|
|
|
# |
|
|
|
# etc.i386/Makefile.inc -- i386-specific etc Makefile targets |
|
|
|
# |
|
|
|
# $Id: Makefile.inc,v 1.2 1995/11/18 15:44:24 deraadt Exp $ |
|
|
|
# $Id: Makefile.inc,v 1.3 1996/06/11 10:20:33 deraadt Exp $ |
|
|
|
|
|
|
|
.ifdef DESTDIR |
|
|
|
snap_md: bsd.adp bsd.other |
|
|
|
#snap_md: kcadp.fs kcother.fs |
|
|
|
snap_md: bsd |
|
|
|
#snap_md: kc.fs # too big? |
|
|
|
|
|
|
|
bsd.adp: |
|
|
|
cd ${.CURDIR}/../sys/arch/i386/conf && config GENERICADP |
|
|
|
cd ${.CURDIR}/../sys/arch/i386/compile/GENERICADP && \ |
|
|
|
bsd: |
|
|
|
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/bsd \ |
|
|
|
${DESTDIR}/snapshot/bsd.adp |
|
|
|
cp ${.CURDIR}/../sys/arch/i386/compile/GENERIC/bsd \ |
|
|
|
${DESTDIR}/snapshot/bsd |
|
|
|
|
|
|
|
bsd.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/bsd \ |
|
|
|
${DESTDIR}/snapshot/bsd.other |
|
|
|
|
|
|
|
kcadp.fs: |
|
|
|
make -f ${.CURDIR}/etc.i386/Makefile.kc \ |
|
|
|
IMAGE=${DESTDIR}/snapshot/kcadp.fs \ |
|
|
|
KERNEL=${DESTDIR}/snapshot/bsd.adp || \ |
|
|
|
make -f ${.CURDIR}/etc.i386/Makefile.kc \ |
|
|
|
IMAGE=${DESTDIR}/snapshot/kcadp.fs unconfig |
|
|
|
|
|
|
|
kcother.fs: |
|
|
|
kc.fs: |
|
|
|
make -f ${.CURDIR}/etc.i386/Makefile.kc \ |
|
|
|
IMAGE=${DESTDIR}/snapshot/kcother.fs \ |
|
|
|
KERNEL=${DESTDIR}/snapshot/bsd.other || \ |
|
|
|
IMAGE=${DESTDIR}/snapshot/kc.fs \ |
|
|
|
KERNEL=${DESTDIR}/snapshot/bsd || \ |
|
|
|
make -f ${.CURDIR}/etc.i386/Makefile.kc \ |
|
|
|
IMAGE=${DESTDIR}/snapshot/kcother.fs unconfig |
|
|
|
IMAGE=${DESTDIR}/snapshot/kc.fs unconfig |
|
|
|
|
|
|
|
.endif # DESTDIR check |