From: Petr Štetiar Date: Thu, 25 Jul 2019 07:45:03 +0000 (+0200) Subject: Revert "build: allow simple build system customization with local.mk" X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fwigyori.git;a=commitdiff_plain;h=12610a5620522c38178208e5559e89e17cbae2ec Revert "build: allow simple build system customization with local.mk" This reverts commit fe928c7a81810fd84210a5e9594b7fa8ce1064ce as it seems to introduce build breakage when local.mk doesn't exist. make --trace toplevel.mk:216: target 'local.mk' does not exist Signed-off-by: Petr Štetiar --- diff --git a/Makefile b/Makefile index 1ccfd61d68..5301883061 100644 --- a/Makefile +++ b/Makefile @@ -103,5 +103,3 @@ world: prepare $(target/stamp-compile) $(package/stamp-compile) $(package/stamp- .PHONY: clean dirclean prereq prepare world package/symlinks package/symlinks-install package/symlinks-clean endif - --include local.mk