]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
build: Disable built-in rules
authorJohannes Berg <johannes.berg@intel.com>
Fri, 18 Sep 2020 09:49:49 +0000 (11:49 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 10 Oct 2020 09:47:41 +0000 (12:47 +0300)
This makes things faster and easier to debug.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
src/build.rules

index f1ce7748e33348ce8382a582fd8e667699c1ac0b..5edfea1dfa4d04921043526d05f6195ca9f6bb88 100644 (file)
@@ -1,6 +1,9 @@
 .PHONY: all
 all: $(VERIFY) $(ALL) $(EXTRA_TARGETS)
 
+# disable built-in rules
+.SUFFIXES:
+
 ifndef CC
 CC=gcc
 endif