summaryrefslogtreecommitdiff
path: root/package/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-07-28 02:18:16 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-07-28 02:18:16 +0000
commite47a8a001c37a32ac2ccd50bb9b6eae1c929fdfa (patch)
tree2318d225f10c4b1389ac1b71afa1e19f0c92f173 /package/Makefile
parentceeb9a8013e4416953d7ced30893ff87375a85b9 (diff)
downloadmtk-20170518-e47a8a001c37a32ac2ccd50bb9b6eae1c929fdfa.zip
mtk-20170518-e47a8a001c37a32ac2ccd50bb9b6eae1c929fdfa.tar.gz
mtk-20170518-e47a8a001c37a32ac2ccd50bb9b6eae1c929fdfa.tar.bz2
revert r22372 and r22405, dependency on host libtool causes problems
SVN-Revision: 22406
Diffstat (limited to 'package/Makefile')
-rw-r--r--package/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/package/Makefile b/package/Makefile
index 3c7b0b4..5468bdc 100644
--- a/package/Makefile
+++ b/package/Makefile
@@ -12,7 +12,6 @@ $(curdir)/builddirs:=$(sort $(package-) $(package-y) $(package-m))
ifeq ($(SDK),1)
$(curdir)/builddirs-install:=.
else
- $(curdir)/base-files/compile += $(curdir)/opkg/host/compile
$(curdir)/builddirs-default:=. $(sort $(package-y) $(package-m))
$(curdir)/builddirs-prereq:=. $(sort $(prereq-y) $(prereq-m))
$(curdir)/builddirs-install:=. $(sort $(package-y))
@@ -89,9 +88,9 @@ $(curdir)/index: FORCE
$(curdir)/flags-install:= -j1
$(eval $(call stampfile,$(curdir),package,prereq,.config))
-$(eval $(call stampfile,$(curdir),package,cleanup))
-$(eval $(call stampfile,$(curdir),package,compile))
-$(eval $(call stampfile,$(curdir),package,install))
-$(eval $(call stampfile,$(curdir),package,rootfs-prepare))
+$(eval $(call stampfile,$(curdir),package,cleanup,$(TMP_DIR)/.build))
+$(eval $(call stampfile,$(curdir),package,compile,$(TMP_DIR)/.build))
+$(eval $(call stampfile,$(curdir),package,install,$(TMP_DIR)/.build))
+$(eval $(call stampfile,$(curdir),package,rootfs-prepare,$(TMP_DIR)/.build))
$(eval $(call subdir,$(curdir)))