mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2025-02-21 01:52:36 +01:00
make build system more successful
Signed-off-by: Slice <sergey.slice@gmail.com>
This commit is contained in:
parent
0bc9659b5d
commit
793e0ef05b
Binary file not shown.
@ -2,6 +2,7 @@
|
||||
include $(CURDIR)/Make.rules
|
||||
#fdisk440 out
|
||||
#clover-genconfig temporary out
|
||||
SUBDIRS = boot1-install partutil bdmesg espfinder
|
||||
#espfinder out
|
||||
SUBDIRS = boot1-install partutil bdmesg
|
||||
|
||||
all: all-recursive
|
||||
|
@ -1,10 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
#./ebuild.sh -fr --no-lto --ia32 -D NO_GRUB_DRIVERS_EMBEDDED
|
||||
./ebuild.sh -fr -mc --no-usb -D NO_GRUB_DRIVERS_EMBEDDED
|
||||
./ebuild.sh -fr -D NO_GRUB_DRIVERS_EMBEDDED
|
||||
#./ebuild.sh -gcc53 -fr --no-lto --ia32 -D NO_GRUB_DRIVERS_EMBEDDED
|
||||
./ebuild.sh -gcc53 -fr -n 5 -mc --no-usb -D NO_GRUB_DRIVERS_EMBEDDED
|
||||
./ebuild.sh -gcc53 -fr -n 5 -D NO_GRUB_DRIVERS_EMBEDDED
|
||||
cd CloverPackage
|
||||
./makepkg
|
||||
#./makepkg
|
||||
./makeiso
|
||||
#make iso
|
||||
cd ..
|
||||
|
Loading…
Reference in New Issue
Block a user