From a20c01d6b8aaddab227fd30a403673d4caf0161b Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Fri, 15 Apr 2011 03:11:38 +0000 Subject: [PATCH] No need to make depend kernels --- src/etc/etc.alpha/Makefile.inc | 4 ++-- src/etc/etc.amd64/Makefile.inc | 6 +++--- src/etc/etc.armish/Makefile.inc | 4 ++-- src/etc/etc.aviion/Makefile.inc | 4 ++-- src/etc/etc.hp300/Makefile.inc | 4 ++-- src/etc/etc.hppa/Makefile.inc | 6 +++--- src/etc/etc.hppa64/Makefile.inc | 4 ++-- src/etc/etc.i386/Makefile.inc | 6 +++--- src/etc/etc.landisk/Makefile.inc | 4 ++-- src/etc/etc.loongson/Makefile.inc | 4 ++-- src/etc/etc.luna88k/Makefile.inc | 4 ++-- src/etc/etc.mac68k/Makefile.inc | 4 ++-- src/etc/etc.macppc/Makefile.inc | 6 +++--- src/etc/etc.mvme68k/Makefile.inc | 4 ++-- src/etc/etc.mvme88k/Makefile.inc | 6 +++--- src/etc/etc.mvmeppc/Makefile.inc | 4 ++-- src/etc/etc.palm/Makefile.inc | 4 ++-- src/etc/etc.sgi/Makefile.inc | 10 +++++----- src/etc/etc.socppc/Makefile.inc | 4 ++-- src/etc/etc.sparc/Makefile.inc | 4 ++-- src/etc/etc.sparc64/Makefile.inc | 4 ++-- src/etc/etc.vax/Makefile.inc | 4 ++-- src/etc/etc.zaurus/Makefile.inc | 4 ++-- 23 files changed, 54 insertions(+), 54 deletions(-) diff --git a/src/etc/etc.alpha/Makefile.inc b/src/etc/etc.alpha/Makefile.inc index fc6351e5..60bbe584 100644 --- a/src/etc/etc.alpha/Makefile.inc +++ b/src/etc/etc.alpha/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.19 2011/01/14 17:18:49 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.20 2011/04/15 03:11:38 deraadt Exp $ kernels: bsd bootblocks cp ${.CURDIR}/../sys/arch/alpha/compile/GENERIC/bsd \ @@ -7,7 +7,7 @@ kernels: bsd bootblocks bsd: cd ${.CURDIR}/../sys/arch/alpha/conf && config GENERIC cd ${.CURDIR}/../sys/arch/alpha/compile/GENERIC && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} bootblocks: cp ${DESTDIR}/usr/mdec/boot ${RELEASEDIR} diff --git a/src/etc/etc.amd64/Makefile.inc b/src/etc/etc.amd64/Makefile.inc index d92b060c..f9d322aa 100644 --- a/src/etc/etc.amd64/Makefile.inc +++ b/src/etc/etc.amd64/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.11 2011/01/14 17:18:50 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.12 2011/04/15 03:11:38 deraadt Exp $ kernels: bsd bsd.mp bootblocks cp ${.CURDIR}/../sys/arch/amd64/compile/GENERIC/bsd \ @@ -9,12 +9,12 @@ kernels: bsd bsd.mp bootblocks bsd: cd ${.CURDIR}/../sys/arch/amd64/conf && config GENERIC cd ${.CURDIR}/../sys/arch/amd64/compile/GENERIC && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} bsd.mp: cd ${.CURDIR}/../sys/arch/amd64/conf && config GENERIC.MP cd ${.CURDIR}/../sys/arch/amd64/compile/GENERIC.MP && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} bootblocks: cp ${DESTDIR}/usr/mdec/pxeboot ${RELEASEDIR} diff --git a/src/etc/etc.armish/Makefile.inc b/src/etc/etc.armish/Makefile.inc index c19f19a7..fce2fc53 100644 --- a/src/etc/etc.armish/Makefile.inc +++ b/src/etc/etc.armish/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.7 2009/04/21 09:12:26 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.8 2011/04/15 03:11:38 deraadt Exp $ kernels: bsd bootblocks cp ${.CURDIR}/../sys/arch/armish/compile/GENERIC/bsd \ @@ -7,7 +7,7 @@ kernels: bsd bootblocks bsd: cd ${.CURDIR}/../sys/arch/armish/conf && config GENERIC cd ${.CURDIR}/../sys/arch/armish/compile/GENERIC && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} bootblocks: cp ${DESTDIR}/usr/mdec/boot ${RELEASEDIR} diff --git a/src/etc/etc.aviion/Makefile.inc b/src/etc/etc.aviion/Makefile.inc index f3199ff5..8d3aae47 100644 --- a/src/etc/etc.aviion/Makefile.inc +++ b/src/etc/etc.aviion/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.4 2009/04/21 09:12:26 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.5 2011/04/15 03:11:38 deraadt Exp $ kernels: bsd bootblocks cp ${.CURDIR}/../sys/arch/aviion/compile/GENERIC/bsd \ @@ -7,7 +7,7 @@ kernels: bsd bootblocks bsd: cd ${.CURDIR}/../sys/arch/aviion/conf && config GENERIC cd ${.CURDIR}/../sys/arch/aviion/compile/GENERIC && \ - ${MAKE} clean && ${MAKE} depend && ${MAKE} + ${MAKE} clean && ${MAKE} bootblocks: cp ${DESTDIR}/usr/mdec/* ${RELEASEDIR}/ diff --git a/src/etc/etc.hp300/Makefile.inc b/src/etc/etc.hp300/Makefile.inc index 5fbb8e6e..66d85936 100644 --- a/src/etc/etc.hp300/Makefile.inc +++ b/src/etc/etc.hp300/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.21 2009/04/21 09:12:26 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.22 2011/04/15 03:11:38 deraadt Exp $ kernels: bsd bootblocks cp ${.CURDIR}/../sys/arch/hp300/compile/GENERIC/bsd \ @@ -7,7 +7,7 @@ kernels: bsd bootblocks bsd: cd ${.CURDIR}/../sys/arch/hp300/conf && config GENERIC cd ${.CURDIR}/../sys/arch/hp300/compile/GENERIC && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} bootblocks: cp ${DESTDIR}/usr/mdec/uboot.lif ${RELEASEDIR}/SYS_UBOOT diff --git a/src/etc/etc.hppa/Makefile.inc b/src/etc/etc.hppa/Makefile.inc index 53973dc5..49330f90 100644 --- a/src/etc/etc.hppa/Makefile.inc +++ b/src/etc/etc.hppa/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.10 2011/01/14 17:18:50 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.11 2011/04/15 03:11:38 deraadt Exp $ kernels: bootblocks bsd bsd.mp cp ${.CURDIR}/../sys/arch/hppa/compile/GENERIC/bsd \ @@ -9,12 +9,12 @@ kernels: bootblocks bsd bsd.mp bsd: cd ${.CURDIR}/../sys/arch/hppa/conf && config GENERIC cd ${.CURDIR}/../sys/arch/hppa/compile/GENERIC && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} bsd.mp: cd ${.CURDIR}/../sys/arch/hppa/conf && config GENERIC.MP cd ${.CURDIR}/../sys/arch/hppa/compile/GENERIC.MP && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} bootblocks: cp ${DESTDIR}/usr/mdec/xxboot ${RELEASEDIR} diff --git a/src/etc/etc.hppa64/Makefile.inc b/src/etc/etc.hppa64/Makefile.inc index 91e5f621..ece06ff1 100644 --- a/src/etc/etc.hppa64/Makefile.inc +++ b/src/etc/etc.hppa64/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.6 2011/01/14 17:18:50 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.7 2011/04/15 03:11:38 deraadt Exp $ kernels: bootblocks bsd cp ${.CURDIR}/../sys/arch/hppa64/compile/GENERIC/bsd \ @@ -7,7 +7,7 @@ kernels: bootblocks bsd bsd: cd ${.CURDIR}/../sys/arch/hppa64/conf && config GENERIC cd ${.CURDIR}/../sys/arch/hppa64/compile/GENERIC && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} bootblocks: cp ${DESTDIR}/usr/mdec/xxboot ${RELEASEDIR} diff --git a/src/etc/etc.i386/Makefile.inc b/src/etc/etc.i386/Makefile.inc index 0c5e1615..93b93ce7 100644 --- a/src/etc/etc.i386/Makefile.inc +++ b/src/etc/etc.i386/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.18 2009/04/21 09:12:26 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.19 2011/04/15 03:11:38 deraadt Exp $ kernels: bsd bsd.mp bootblocks linux-notes cp ${.CURDIR}/../sys/arch/i386/compile/GENERIC/bsd \ @@ -9,12 +9,12 @@ kernels: bsd bsd.mp bootblocks linux-notes bsd: cd ${.CURDIR}/../sys/arch/i386/conf && config GENERIC cd ${.CURDIR}/../sys/arch/i386/compile/GENERIC && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} bsd.mp: cd ${.CURDIR}/../sys/arch/i386/conf && config GENERIC.MP cd ${.CURDIR}/../sys/arch/i386/compile/GENERIC.MP && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} bootblocks: cp ${DESTDIR}/usr/mdec/pxeboot ${RELEASEDIR} diff --git a/src/etc/etc.landisk/Makefile.inc b/src/etc/etc.landisk/Makefile.inc index 1e484ab8..90c581fe 100644 --- a/src/etc/etc.landisk/Makefile.inc +++ b/src/etc/etc.landisk/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.6 2010/08/17 19:17:14 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.7 2011/04/15 03:11:38 deraadt Exp $ kernels: bsd bootblocks cp ${.CURDIR}/../sys/arch/landisk/compile/GENERIC/bsd \ @@ -7,7 +7,7 @@ kernels: bsd bootblocks bsd: cd ${.CURDIR}/../sys/arch/landisk/conf && config GENERIC cd ${.CURDIR}/../sys/arch/landisk/compile/GENERIC && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} bootblocks: cp ${DESTDIR}/usr/mdec/mbr ${RELEASEDIR} diff --git a/src/etc/etc.loongson/Makefile.inc b/src/etc/etc.loongson/Makefile.inc index 575f3188..71d0f293 100644 --- a/src/etc/etc.loongson/Makefile.inc +++ b/src/etc/etc.loongson/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.3 2010/02/23 11:01:06 otto Exp $ +# $OpenBSD: Makefile.inc,v 1.4 2011/04/15 03:11:38 deraadt Exp $ kernels: bsd bootblocks cp ${.CURDIR}/../sys/arch/loongson/compile/GENERIC/bsd \ @@ -6,7 +6,7 @@ kernels: bsd bootblocks bsd: cd ${.CURDIR}/../sys/arch/loongson/conf && config GENERIC cd ${.CURDIR}/../sys/arch/loongson/compile/GENERIC && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} bootblocks: cp ${DESTDIR}/usr/mdec/boot ${RELEASEDIR} diff --git a/src/etc/etc.luna88k/Makefile.inc b/src/etc/etc.luna88k/Makefile.inc index e4614a94..94966c6c 100644 --- a/src/etc/etc.luna88k/Makefile.inc +++ b/src/etc/etc.luna88k/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.4 2009/04/21 09:12:26 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.5 2011/04/15 03:11:38 deraadt Exp $ kernels: bsd cp ${.CURDIR}/../sys/arch/luna88k/compile/GENERIC/bsd \ @@ -7,7 +7,7 @@ kernels: bsd bsd: cd ${.CURDIR}/../sys/arch/luna88k/conf && config GENERIC cd ${.CURDIR}/../sys/arch/luna88k/compile/GENERIC && \ - ${MAKE} clean && ${MAKE} depend && ${MAKE} + ${MAKE} clean && ${MAKE} MDEXT= bsd bsd.rd diff --git a/src/etc/etc.mac68k/Makefile.inc b/src/etc/etc.mac68k/Makefile.inc index 61c4524d..eb447779 100644 --- a/src/etc/etc.mac68k/Makefile.inc +++ b/src/etc/etc.mac68k/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.13 2009/04/22 16:16:22 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.14 2011/04/15 03:11:38 deraadt Exp $ kernels: bsd cp ${.CURDIR}/../sys/arch/mac68k/compile/GENERIC/bsd \ @@ -7,7 +7,7 @@ kernels: bsd bsd: cd ${.CURDIR}/../sys/arch/mac68k/conf && config GENERIC cd ${.CURDIR}/../sys/arch/mac68k/compile/GENERIC && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} MDEXT= bsd bsd.rd # utils?? diff --git a/src/etc/etc.macppc/Makefile.inc b/src/etc/etc.macppc/Makefile.inc index 90224fc6..28dceca2 100644 --- a/src/etc/etc.macppc/Makefile.inc +++ b/src/etc/etc.macppc/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.14 2011/01/14 17:18:50 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.15 2011/04/15 03:11:38 deraadt Exp $ kernels: bsd bsd.mp bootblocks cp ${.CURDIR}/../sys/arch/macppc/compile/GENERIC/bsd \ @@ -9,12 +9,12 @@ kernels: bsd bsd.mp bootblocks bsd: cd ${.CURDIR}/../sys/arch/macppc/conf && config GENERIC cd ${.CURDIR}/../sys/arch/macppc/compile/GENERIC && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} bsd.mp: cd ${.CURDIR}/../sys/arch/macppc/conf && config GENERIC.MP cd ${.CURDIR}/../sys/arch/macppc/compile/GENERIC.MP && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} bootblocks: cp ${DESTDIR}/usr/mdec/ofwboot ${RELEASEDIR}/ofwboot diff --git a/src/etc/etc.mvme68k/Makefile.inc b/src/etc/etc.mvme68k/Makefile.inc index 85b8897f..3cb4902b 100644 --- a/src/etc/etc.mvme68k/Makefile.inc +++ b/src/etc/etc.mvme68k/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.12 2010/08/17 19:17:14 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.13 2011/04/15 03:11:38 deraadt Exp $ kernels: bsd bootblocks cp ${.CURDIR}/../sys/arch/mvme68k/compile/GENERIC/bsd \ @@ -7,7 +7,7 @@ kernels: bsd bootblocks bsd: cd ${.CURDIR}/../sys/arch/mvme68k/conf && config GENERIC cd ${.CURDIR}/../sys/arch/mvme68k/compile/GENERIC && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} bootblocks: cp ${DESTDIR}/usr/mdec/* ${RELEASEDIR}/ diff --git a/src/etc/etc.mvme88k/Makefile.inc b/src/etc/etc.mvme88k/Makefile.inc index 04151159..aa1d27fa 100644 --- a/src/etc/etc.mvme88k/Makefile.inc +++ b/src/etc/etc.mvme88k/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.12 2010/08/17 19:17:14 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.13 2011/04/15 03:11:38 deraadt Exp $ kernels: bsd bsd.mp bootblocks cp ${.CURDIR}/../sys/arch/mvme88k/compile/GENERIC/bsd \ @@ -9,12 +9,12 @@ kernels: bsd bsd.mp bootblocks bsd: cd ${.CURDIR}/../sys/arch/mvme88k/conf && config GENERIC cd ${.CURDIR}/../sys/arch/mvme88k/compile/GENERIC && \ - ${MAKE} clean && ${MAKE} depend && ${MAKE} + ${MAKE} clean && ${MAKE} bsd.mp: cd ${.CURDIR}/../sys/arch/mvme88k/conf && config GENERIC.MP cd ${.CURDIR}/../sys/arch/mvme88k/compile/GENERIC.MP && \ - ${MAKE} clean && ${MAKE} depend && ${MAKE} + ${MAKE} clean && ${MAKE} bootblocks: cp ${DESTDIR}/usr/mdec/* ${RELEASEDIR}/ diff --git a/src/etc/etc.mvmeppc/Makefile.inc b/src/etc/etc.mvmeppc/Makefile.inc index e6822d99..29faf3a2 100644 --- a/src/etc/etc.mvmeppc/Makefile.inc +++ b/src/etc/etc.mvmeppc/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.6 2009/04/21 09:12:27 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.7 2011/04/15 03:11:38 deraadt Exp $ kernels: bsd bootblocks cp ${.CURDIR}/../sys/arch/mvmeppc/compile/GENERIC/bsd \ @@ -7,7 +7,7 @@ kernels: bsd bootblocks bsd: cd ${.CURDIR}/../sys/arch/mvmeppc/conf && config GENERIC cd ${.CURDIR}/../sys/arch/mvmeppc/compile/GENERIC && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} bootblocks: cp ${DESTDIR}/usr/mdec/bootxx ${RELEASEDIR}/bootxx diff --git a/src/etc/etc.palm/Makefile.inc b/src/etc/etc.palm/Makefile.inc index ce8dddab..9126425b 100644 --- a/src/etc/etc.palm/Makefile.inc +++ b/src/etc/etc.palm/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.1 2009/09/05 02:19:09 marex Exp $ +# $OpenBSD: Makefile.inc,v 1.2 2011/04/15 03:11:38 deraadt Exp $ kernels: bsd bootblocks cp ${.CURDIR}/../sys/arch/palm/compile/GENERIC/bsd \ @@ -7,7 +7,7 @@ kernels: bsd bootblocks bsd: cd ${.CURDIR}/../sys/arch/palm/conf && config GENERIC cd ${.CURDIR}/../sys/arch/palm/compile/GENERIC && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} bootblocks: cp ${DESTDIR}/usr/mdec/zboot ${RELEASEDIR} diff --git a/src/etc/etc.sgi/Makefile.inc b/src/etc/etc.sgi/Makefile.inc index 1e99da20..8bf6c14f 100644 --- a/src/etc/etc.sgi/Makefile.inc +++ b/src/etc/etc.sgi/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.12 2011/01/14 17:18:50 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.13 2011/04/15 03:11:38 deraadt Exp $ kernels: bsd bootblocks cp ${.CURDIR}/../sys/arch/sgi/compile/GENERIC-IP27/bsd \ @@ -13,16 +13,16 @@ kernels: bsd bootblocks bsd: cd ${.CURDIR}/../sys/arch/sgi/conf && config GENERIC-IP27 cd ${.CURDIR}/../sys/arch/sgi/compile/GENERIC-IP27 && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} cd ${.CURDIR}/../sys/arch/sgi/conf && config GENERIC-IP30 cd ${.CURDIR}/../sys/arch/sgi/compile/GENERIC-IP30 && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} cd ${.CURDIR}/../sys/arch/sgi/conf && config GENERIC-IP30.MP cd ${.CURDIR}/../sys/arch/sgi/compile/GENERIC-IP30.MP && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} cd ${.CURDIR}/../sys/arch/sgi/conf && config GENERIC-IP32 cd ${.CURDIR}/../sys/arch/sgi/compile/GENERIC-IP32 && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} bootblocks: cp ${DESTDIR}/usr/mdec/boot32 ${RELEASEDIR} diff --git a/src/etc/etc.socppc/Makefile.inc b/src/etc/etc.socppc/Makefile.inc index fd36cd00..64a81159 100644 --- a/src/etc/etc.socppc/Makefile.inc +++ b/src/etc/etc.socppc/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.5 2010/08/17 19:17:14 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.6 2011/04/15 03:11:38 deraadt Exp $ kernels: bsd bootblocks cp ${.CURDIR}/../sys/arch/socppc/compile/GENERIC/bsd \ @@ -7,7 +7,7 @@ kernels: bsd bootblocks bsd: cd ${.CURDIR}/../sys/arch/socppc/conf && config GENERIC cd ${.CURDIR}/../sys/arch/socppc/compile/GENERIC && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} bootblocks: cp ${DESTDIR}/usr/mdec/boot ${RELEASEDIR}/boot diff --git a/src/etc/etc.sparc/Makefile.inc b/src/etc/etc.sparc/Makefile.inc index 4c96c7b3..8c03ae42 100644 --- a/src/etc/etc.sparc/Makefile.inc +++ b/src/etc/etc.sparc/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.18 2011/01/14 17:18:50 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.19 2011/04/15 03:11:38 deraadt Exp $ kernels: bsd bootblocks cp ${.CURDIR}/../sys/arch/sparc/compile/GENERIC/bsd \ @@ -11,7 +11,7 @@ kernels: bsd bootblocks bsd: cd ${.CURDIR}/../sys/arch/sparc/conf && config GENERIC cd ${.CURDIR}/../sys/arch/sparc/compile/GENERIC && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} bootblocks: cp ${DESTDIR}/usr/mdec/*boot* ${RELEASEDIR} diff --git a/src/etc/etc.sparc64/Makefile.inc b/src/etc/etc.sparc64/Makefile.inc index e38c410f..91036fb2 100644 --- a/src/etc/etc.sparc64/Makefile.inc +++ b/src/etc/etc.sparc64/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.9 2011/01/14 17:18:50 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.10 2011/04/15 03:11:38 deraadt Exp $ kernels: bsd bsd.mp bootblocks cp ${.CURDIR}/../sys/arch/sparc64/compile/GENERIC/bsd \ @@ -9,7 +9,7 @@ kernels: bsd bsd.mp bootblocks bsd: cd ${.CURDIR}/../sys/arch/sparc64/conf && config GENERIC cd ${.CURDIR}/../sys/arch/sparc64/compile/GENERIC && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} bsd.mp: cd ${.CURDIR}/../sys/arch/sparc64/conf && config GENERIC.MP diff --git a/src/etc/etc.vax/Makefile.inc b/src/etc/etc.vax/Makefile.inc index da260f8a..91155122 100644 --- a/src/etc/etc.vax/Makefile.inc +++ b/src/etc/etc.vax/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.10 2011/01/14 17:18:50 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.11 2011/04/15 03:11:38 deraadt Exp $ kernels: bsd bootblocks cp ${.CURDIR}/../sys/arch/vax/compile/GENERIC/bsd \ @@ -7,7 +7,7 @@ kernels: bsd bootblocks bsd: cd ${.CURDIR}/../sys/arch/vax/conf && config GENERIC cd ${.CURDIR}/../sys/arch/vax/compile/GENERIC && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} bootblocks: mopa.out ${DESTDIR}/usr/mdec/boot ${RELEASEDIR}/boot.mop diff --git a/src/etc/etc.zaurus/Makefile.inc b/src/etc/etc.zaurus/Makefile.inc index d3ac324d..7908a2ff 100644 --- a/src/etc/etc.zaurus/Makefile.inc +++ b/src/etc/etc.zaurus/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.9 2009/06/26 03:57:11 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.10 2011/04/15 03:11:38 deraadt Exp $ kernels: bsd bootblocks cp ${.CURDIR}/../sys/arch/zaurus/compile/GENERIC/bsd \ @@ -7,7 +7,7 @@ kernels: bsd bootblocks bsd: cd ${.CURDIR}/../sys/arch/zaurus/conf && config GENERIC cd ${.CURDIR}/../sys/arch/zaurus/compile/GENERIC && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} bootblocks: cp ${DESTDIR}/usr/mdec/zboot ${RELEASEDIR}