Copy the built kernel from the right place. (Forgotten in the last

commit.)
This commit is contained in:
Josef Karthauser 2000-11-02 01:57:23 +00:00
parent 099d058b54
commit 0a007e03a9

View File

@ -165,7 +165,7 @@ populate_mfs() {
do_kernel() {
echo "-> Preparing kernel..."
(cd ../${TYPE}; make -v -f ${BUILDDIR}/Makefile.conf )
cp -p ${SRC}/sys/compile/PICOBSD${suffix}/kernel kernel || \
cp -p ${OBJ}/${SRC}/sys/PICOBSD${suffix}/kernel kernel || \
fail $? missing_kernel
strip kernel
strip --remove-section=.note --remove-section=.comment kernel