:: commit 48d8b59986e558e805fb97dd5cb4920b9941978a

mintsuki <mintsuki@protonmail.com> — 2022-01-21 02:51

parents: d1cc97006c

build: Add more targets for which toolchain is not checked

diff --git a/GNUmakefile.in b/GNUmakefile.in
index 521e63e2..c7713aca 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -95,6 +95,11 @@ ifneq ($(MAKECMDGOALS), distclean)
 ifneq ($(MAKECMDGOALS), maintainer-clean)
 ifneq ($(MAKECMDGOALS), uninstall)
 ifneq ($(MAKECMDGOALS), dist)
+ifneq ($(MAKECMDGOALS), limine-install)
+ifneq ($(MAKECMDGOALS), limine-eltorito-efi)
+ifneq ($(MAKECMDGOALS), install)
+ifneq ($(MAKECMDGOALS), install-data)
+ifneq ($(MAKECMDGOALS), install-strip)
 
 override USING_GNU_LD := $(shell PATH='$(call SHESCAPE,$(PATH))' $(LIMINE_LD) --version | grep Binutils >/dev/null && echo 1)
 ifneq ($(USING_GNU_LD), 1)
@@ -112,6 +117,11 @@ $(error No suitable x86_64 C compiler found, please install an x86_64 C toolchai
 endif
 endif
 
+endif
+endif
+endif
+endif
+endif
 endif
 endif
 endif
tab: 248 wrap: offon