diff options
author | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-05-14 07:37:18 +0000 |
---|---|---|
committer | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-05-14 07:37:18 +0000 |
commit | e94b0b7c09ad1dbcd7a767e93f8132b13ce997f3 (patch) | |
tree | f78c657791c234287b0c6db744119c8519f88d68 /etc/etc.pmax | |
parent | 82dcb4aee82c4c4eb3f2cebe8011469e34c11e96 (diff) |
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
Diffstat (limited to 'etc/etc.pmax')
-rw-r--r-- | etc/etc.pmax/Makefile.inc | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/etc/etc.pmax/Makefile.inc b/etc/etc.pmax/Makefile.inc index 452cac98d58..7bed59fb146 100644 --- a/etc/etc.pmax/Makefile.inc +++ b/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: |