mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-23 15:12:50 +00:00
Revert "build: allow simple build system customization with local.mk"
This reverts commit fe928c7a81
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 <ynezz@true.cz>
This commit is contained in:
parent
65762cdd22
commit
12610a5620
2
Makefile
2
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
|
.PHONY: clean dirclean prereq prepare world package/symlinks package/symlinks-install package/symlinks-clean
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
-include local.mk
|
|
||||||
|
Loading…
Reference in New Issue
Block a user