X-Git-Url: https://git.ladys.computer/Shushe/blobdiff_plain/56e6012ee6eef5f08fb7fac05a7c3639b2162c26..38d3e34c2688e580f84a419c413a6bc64fd2c6a2:/GNUmakefile diff --git a/GNUmakefile b/GNUmakefile index 89a7cf9..2e815ca 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -519,7 +519,7 @@ uninstall : # Raise an error when attempting to build any files with recursive dependencies. $(call built,$(recursivefiles)) : - @$(PRINTF) '%b\n' $(call quote,\0033[93;41mError:\0033[39;49m `$(call unbuilt,$@)´ has recursive dependencies:\n$(subst |, ,$(subst $(space),$(newline),$(foreach recursive,$(call recursives,$(call unbuilt,$@)),•|$(recursive))))) >&2 && false + @$(PRINTF) '%b\n' $(call quote,\0033[93;41mError:\0033[39;49m `$(call unbuilt,$@)´ has recursive dependencies:\n$(subst |, ,$(subst $(space),$(newline),$(foreach recursive,$(call recursives,$(call unbuilt,$@)),•|$(recursive))))) >&2 && exit 1 # Add as a prerequisite to treat the target as tho it were phony. FORCE : ;