From f97f8a0bb4a657220495a9a546fccb01eafadc84 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 24 Oct 2020 13:23:15 +0200 Subject: Merged loader_search make fixes Idk why I committed them in the wrong branch... --- run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'run') diff --git a/run b/run index 9e0e423..33df0fc 100755 --- a/run +++ b/run @@ -127,7 +127,7 @@ make_build() { git stash find ./ -type f -exec sed -i -e 's/sync/fs_sync/g' {} \; sed -i 's/gcc/egcc/g' Makefile - gmake + $MAKE cd .. fi @@ -218,7 +218,7 @@ make_sync() { $TAGS -R --exclude=.git --exclude=build --exclude=disk --exclude=cross --exclude=ext2util --exclude=boot . rm -f compile_commands.json - output=$(make --always-make --dry-run) + output=$($MAKE --always-make --dry-run) echo "$output" | make_append_commands libc libk libc echo "$output" | make_append_commands libk libgui libgui echo "$output" | make_append_commands libgui libtxt libtxt -- cgit v1.2.3