Skip to content

Commit

Permalink
make build system more successful
Browse files Browse the repository at this point in the history
Signed-off-by: Slice <sergey.slice@gmail.com>
  • Loading branch information
SergeySlice committed Jun 1, 2023
1 parent 0bc9659 commit 793e0ef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
Binary file modified CloverPackage/package/Resources/background.tiff
Binary file not shown.
3 changes: 2 additions & 1 deletion CloverPackage/utils/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 4 additions & 4 deletions makeall.sh
Original file line number Diff line number Diff line change
@@ -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 ..
Expand Down

0 comments on commit 793e0ef

Please sign in to comment.