From 3d9a3328f4f055193c87e4c004edfbcfaec44be8 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 12 Sep 2020 22:24:49 +0200 Subject: Some casual bug fixes --- run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'run') diff --git a/run b/run index 2f66568..f0665f9 100755 --- a/run +++ b/run @@ -154,7 +154,7 @@ ${data}" } make_sync() { - ctags -R --exclude=.git --exclude=build --exclude=disk --exclude=cross --exclude=ext2util . + ctags -R --exclude=.git --exclude=build --exclude=disk --exclude=cross --exclude=ext2util --exclude=boot . rm -f compile_commands.json output=$(make --always-make --dry-run) @@ -162,7 +162,7 @@ make_sync() { echo "$output" | make_append_commands libk libgui libgui echo "$output" | make_append_commands libgui kernel kernel echo "$output" | make_append_commands kernel boot boot - echo "$output" | make_append_commands kernel apps apps + echo "$output" | make_append_commands boot apps apps tr tmp mv tmp compile_commands.json } -- cgit v1.2.3