Copy the built kernel from the right place. (Forgotten in the last
commit.)
This commit is contained in:
parent
099d058b54
commit
0a007e03a9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user