Browse Source

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
OPENBSD_2_1
graichen 27 years ago
parent
commit
78b19c69d1
1 changed files with 7 additions and 7 deletions
  1. +7
    -7
      src/etc/etc.pmax/Makefile.inc

+ 7
- 7
src/etc/etc.pmax/Makefile.inc View File

@ -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:


Loading…
Cancel
Save