mirror of
https://github.com/cjdelisle/openwrt.git
synced 2025-03-15 10:29:00 +00:00
next round of build system cleanup - convert package/ to new structure
SVN-Revision: 8236
This commit is contained in:
@ -21,11 +21,11 @@ endif
|
||||
$(curdir)/gcc/install:=$(curdir)/uClibc/install
|
||||
|
||||
# prerequisites for the individual targets
|
||||
$(curdir)/ := .config $(tools/stamp)
|
||||
$(curdir)/ := .config $(tools/stamp-install) prereq
|
||||
$(curdir)//prepare = $(STAGING_DIR)/include-host/.done
|
||||
$(curdir)//compile = $(1)/prepare
|
||||
$(curdir)//install = $(1)/compile
|
||||
|
||||
$(eval $(call stampfile,$(curdir),toolchain))
|
||||
$(eval $(call stampfile,$(curdir),toolchain,install))
|
||||
$(eval $(call subdir,$(curdir)))
|
||||
|
||||
|
Reference in New Issue
Block a user