From 78b19c69d102f315861ea859e201410e9efe3cda Mon Sep 17 00:00:00 2001 From: graichen <> Date: Wed, 14 May 1997 07:37:08 +0000 Subject: [PATCH] for consistency: change kernel config file name from GENERIC_xxx to GENERIC.xxx too and adapt etc.pmax/Makefile.inc to reflect the new compile dir names --- src/etc/etc.pmax/Makefile.inc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/etc/etc.pmax/Makefile.inc b/src/etc/etc.pmax/Makefile.inc index 452cac98..7bed59fb 100644 --- a/src/etc/etc.pmax/Makefile.inc +++ b/src/etc/etc.pmax/Makefile.inc @@ -1,7 +1,7 @@ # # etc.pmax/Makefile.inc -- pmax-specific etc Makefile targets # -# $Id: Makefile.inc,v 1.6 1997/05/13 14:32:39 graichen Exp $ +# $Id: Makefile.inc,v 1.7 1997/05/14 07:37:08 graichen Exp $ .ifdef DESTDIR @@ -21,17 +21,17 @@ bsd: ${DESTDIR}/snapshot/bsd bsd.nfs: - cd ${.CURDIR}/../sys/arch/pmax/conf && config GENERIC_NFS - cd ${.CURDIR}/../sys/arch/pmax/compile/GENERIC_NFS && \ + cd ${.CURDIR}/../sys/arch/pmax/conf && config GENERIC.NFS + cd ${.CURDIR}/../sys/arch/pmax/compile/GENERIC.NFS && \ make clean && make depend && make - elf2ecoff ${.CURDIR}/../sys/arch/pmax/compile/GENERIC_NFS/bsd \ + elf2ecoff ${.CURDIR}/../sys/arch/pmax/compile/GENERIC.NFS/bsd \ ${DESTDIR}/snapshot/bsd.nfs bsd.rz0: - cd ${.CURDIR}/../sys/arch/pmax/conf && config GENERIC_rz0 - cd ${.CURDIR}/../sys/arch/pmax/compile/GENERIC_rz0 && \ + cd ${.CURDIR}/../sys/arch/pmax/conf && config GENERIC.rz0 + cd ${.CURDIR}/../sys/arch/pmax/compile/GENERIC.rz0 && \ make clean && make depend && make - cp ${.CURDIR}/../sys/arch/pmax/compile/GENERIC_rz0/bsd \ + cp ${.CURDIR}/../sys/arch/pmax/compile/GENERIC.rz0/bsd \ ${DESTDIR}/snapshot/bsd.rz0 simpleroot: