Build the PICOBSD kernels using the 'make buildkernel' method.

This commit is contained in:
Josef Karthauser 2000-10-16 08:08:31 +00:00
parent 9344caaf08
commit 72d93b8e80
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=67188
2 changed files with 6 additions and 7 deletions

View File

@ -3,10 +3,11 @@
# Makefile for building PICOBSD kernels
SRC?=/usr/src
OBJ?=/usr/obj
CONF?=$(SRC)/sys/i386/conf
CONFFILE=PICOBSD${suffix}
COMPILE=$(SRC)/sys/compile/$(CONFFILE)
COMPILE=$(OBJ)/usr/src/sys/$(CONFFILE)
KERNFILE=$(COMPILE)/kernel
all: $(KERNFILE)
@ -15,13 +16,10 @@ all: $(KERNFILE)
${CONF}/${CONFFILE}: PICOBSD
cp PICOBSD ${CONF}/${CONFFILE}
cp PICOBSD.hints ${CONF}/${CONFFILE}.hints
(cd ${CONF}; \
config ${CONFFILE}; \
cd ${COMPILE}; \
make depend -DNO_MODULES)
${COMPILE}: ${CONF}/${CONFFILE}
$(KERNFILE): ${COMPILE}
(cd ${COMPILE}; make -DNO_MODULES)
(cd ${SRC}; \
make buildkernel KERNEL=${CONFFILE} -DNO_MODULES)

View File

@ -6,6 +6,7 @@
# You can set the SRC variable which points to your source tree. It's
# /usr/src by default (most people shouldn't change it).
SRC=/usr/src
OBJ=/usr/obj
# --------- YOU SHOULD NOT NEED TO CHANGE ANYTHING BELOW -----------
# The "build" script will ask you for parameters. Just run it... :-)
@ -93,7 +94,7 @@ main() {
echo ""
sleep 2
export MFS_SIZE LANGUAGE TYPE SRC NO_DEVFS INIT
export MFS_SIZE LANGUAGE TYPE SRC OBJ NO_DEVFS INIT
export SITE MFS_INODES FLOPPY_INODES FLOPPY_SIZE
./stage1