mirror of
https://github.com/YellowJacketLinux/lfs-buildscripts.git
synced 2025-01-23 14:32:20 +08:00
missing make (doh)
This commit is contained in:
parent
10866256ca
commit
289324fb1f
@ -18,6 +18,8 @@ make mrproper
|
||||
cp ../lts-kernel-config ./.config
|
||||
|
||||
make oldconfig
|
||||
|
||||
make
|
||||
if [ $? -ne 0 ]; then
|
||||
myfail "Failed building kernel"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user