mirror of
https://linux.maple.camp/git/ahill/maplelinux-bootstrap.git
synced 2026-02-11 10:13:35 +00:00
Finally built Linux!
This commit is contained in:
@@ -17,6 +17,9 @@ build() {
|
||||
LLVM=1 make -j $TT_PROCS YACC=byacc
|
||||
}
|
||||
|
||||
clean() {
|
||||
rm -rf libelf-$SRC_VERSION/
|
||||
package() {
|
||||
cd linux-$SRC_VERSION/
|
||||
make -j $TT_PROCS install INSTALL_PATH=$TT_INSTALLDIR/boot
|
||||
make -j $TT_PROCS modules_install INSTALL_MOD_PATH=$TT_INSTALLDIR
|
||||
# TODO: Run dtbs_install on non-x86 systems ~ahill
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user