mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-19 21:17:55 +00:00
make clean before install; crosscompile failed?
This commit is contained in:
parent
58ff95818e
commit
bf914e7156
@ -14,10 +14,9 @@ kexec_configure := ./configure \
|
||||
--prefix="$(INSTALL)" \
|
||||
--without-zlib \
|
||||
--without-lzma \
|
||||
&& make clean
|
||||
|
||||
kexec_target := \
|
||||
CC="$(heads_cc)" \
|
||||
-j 8 \
|
||||
install \
|
||||
|
||||
kexec_output := build/sbin/kexec
|
||||
|
Loading…
Reference in New Issue
Block a user