From 8e745d4212d7c747a34c0b22903ce42fc19d9829 Mon Sep 17 00:00:00 2001 From: Sergey Isakov Date: Sun, 6 Oct 2019 18:05:50 +0300 Subject: [PATCH] restore -fr for second compilation, else there are mixed codes Signed-off-by: Sergey Isakov --- buildme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildme b/buildme index bfe5bf613..d5f266712 100755 --- a/buildme +++ b/buildme @@ -134,7 +134,7 @@ if [[ -x "${DIR_TOOLS}"/Scripts/build.sh ]]; then "${DIR_TOOLS}"/Scripts/build.sh "${CLOVERROOT}" $MYTOOLCHAIN else ./ebuild.sh -fr -mc --no-usb -D NO_GRUB_DRIVERS_EMBEDDED -t $MYTOOLCHAIN - ./ebuild.sh -D NO_GRUB_DRIVERS_EMBEDDED -t $MYTOOLCHAIN + ./ebuild.sh -fr -D NO_GRUB_DRIVERS_EMBEDDED -t $MYTOOLCHAIN fi # Run a post build script if exist (~/src/tools/Scripts/postbuild.sh)