diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-03-17 02:37:04 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-03-17 02:37:04 +0000 |
commit | fb5f8649194c5412324e25fa2c33b9197d0126fb (patch) | |
tree | bd690c71f3921828525e43afce743089073166e0 /include/host-build.mk | |
parent | 353386a64396d68ea611e40dc746cbf691e7e9ce (diff) | |
download | upstream-fb5f8649194c5412324e25fa2c33b9197d0126fb.tar.gz upstream-fb5f8649194c5412324e25fa2c33b9197d0126fb.tar.bz2 upstream-fb5f8649194c5412324e25fa2c33b9197d0126fb.zip |
add PKG_HOST_ONLY variable to prevent target builds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14906 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/host-build.mk')
-rw-r--r-- | include/host-build.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/host-build.mk b/include/host-build.mk index 892cde91f5..a6118fb06f 100644 --- a/include/host-build.mk +++ b/include/host-build.mk @@ -97,7 +97,7 @@ endef ifndef DUMP define HostBuild $(if $(QUILT),$(Host/Quilt)) - $(if $(STAMP_PREPARED),,$(if $(strip $(PKG_SOURCE_URL)),$(call Download,default))) + $(if $(if $(PKG_HOST_ONLY),,$(STAMP_PREPARED)),,$(if $(strip $(PKG_SOURCE_URL)),$(call Download,default))) $(if $(DUMP),,$(call HostHost/Autoclean)) $(HOST_STAMP_PREPARED): |