1
0
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:
Felix Fietkau
2007-07-30 18:22:01 +00:00
parent 2e072cfb4b
commit 49e628f765
11 changed files with 123 additions and 134 deletions

@ -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)))