From e8d87009a91a97fd19e24b00ee70d0454e292ad5 Mon Sep 17 00:00:00 2001 From: TomAwezome Date: Wed, 2 Nov 2022 13:38:49 -0400 Subject: [PATCH] Make build process work offline IF it was previously built with internet connection at least once. --- zealbooter/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zealbooter/GNUmakefile b/zealbooter/GNUmakefile index 2ae7a8ef..96e01426 100644 --- a/zealbooter/GNUmakefile +++ b/zealbooter/GNUmakefile @@ -83,7 +83,7 @@ override HEADER_DEPS := $(CFILES:.c=.d) $(ASFILES:.S=.d) all: $(KERNEL) limine.h: - curl https://raw.githubusercontent.com/limine-bootloader/limine/trunk/limine.h -o $@ + curl -f https://raw.githubusercontent.com/limine-bootloader/limine/trunk/limine.h -o $@ || cp ../build/limine/limine.h limine.h # Link rules for the final kernel executable. $(KERNEL): $(OBJ)