Make proper use of ${suffix} instead of hardwired suffixes.
Pointed out by: Randal Masutani <randal@comtest.com>
This commit is contained in:
parent
1fdadcd62f
commit
d0e92ecb14
@ -1,10 +1,10 @@
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1 1998/09/03 10:41:20 abial Exp $
|
||||
#
|
||||
|
||||
SRC?=/usr/src
|
||||
CONF?=$(SRC)/sys/i386/conf
|
||||
|
||||
CONFFILE=PICOBSD-D.${SIZE}
|
||||
CONFFILE=PICOBSD${suffix}.${SIZE}
|
||||
COMPILE=$(SRC)/sys/compile/$(CONFFILE)
|
||||
KERNFILE=$(COMPILE)/kernel
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1 1998/09/03 10:41:25 abial Exp $
|
||||
#
|
||||
|
||||
SRC?=/usr/src
|
||||
CONF?=$(SRC)/sys/i386/conf
|
||||
|
||||
CONFFILE=PICOBSD-I.${SIZE}
|
||||
CONFFILE=PICOBSD${suffix}.${SIZE}
|
||||
COMPILE=$(SRC)/sys/compile/$(CONFFILE)
|
||||
KERNFILE=$(COMPILE)/kernel
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1 1998/09/03 10:41:29 abial Exp $
|
||||
#
|
||||
|
||||
SRC?=/usr/src
|
||||
CONF?=$(SRC)/sys/i386/conf
|
||||
|
||||
CONFFILE=PICOBSD-N.${SIZE}
|
||||
CONFFILE=PICOBSD${suffix}.${SIZE}
|
||||
COMPILE=$(SRC)/sys/compile/$(CONFFILE)
|
||||
KERNFILE=$(COMPILE)/kernel
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1 1998/09/03 10:41:36 abial Exp $
|
||||
#
|
||||
|
||||
SRC?=/usr/src
|
||||
CONF?=$(SRC)/sys/i386/conf
|
||||
|
||||
CONFFILE=PICOBSD-R.${SIZE}
|
||||
CONFFILE=PICOBSD${suffix}.${SIZE}
|
||||
COMPILE=$(SRC)/sys/compile/$(CONFFILE)
|
||||
KERNFILE=$(COMPILE)/kernel
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user