mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-17 15:24:43 +02:00
make the compile: host-install dependency independent of the order in which the makefiles were included
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14853 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
3f60e53537
commit
4fec70617a
@ -122,7 +122,7 @@ ifndef DUMP
|
|||||||
host-install: $(HOST_STAMP_INSTALLED)
|
host-install: $(HOST_STAMP_INSTALLED)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
download:
|
$(if $(STAMP_BUILT),compile: host-install)
|
||||||
host-prepare: $(HOST_STAMP_PREPARED)
|
host-prepare: $(HOST_STAMP_PREPARED)
|
||||||
host-configure: $(HOST_STAMP_CONFIGURED)
|
host-configure: $(HOST_STAMP_CONFIGURED)
|
||||||
host-compile: $(HOST_STAMP_BUILT)
|
host-compile: $(HOST_STAMP_BUILT)
|
||||||
@ -134,8 +134,9 @@ ifndef DUMP
|
|||||||
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
download:
|
||||||
prepare: host-prepare
|
prepare: host-prepare
|
||||||
compile: host-compile $(if $(STAMP_BUILT),host-install)
|
compile: host-compile
|
||||||
install: host-install
|
install: host-install
|
||||||
clean: host-clean
|
clean: host-clean
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user