make build system more successful

Signed-off-by: Slice <sergey.slice@gmail.com>
This commit is contained in:
Slice 2023-06-01 22:26:08 +03:00
parent 0bc9659b5d
commit 793e0ef05b
3 changed files with 6 additions and 5 deletions

View File

@ -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

View File

@ -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 ..