diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2005-10-22 12:54:17 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2005-10-22 12:54:17 +0000 |
| commit | 4cd02ccd62c6260c4878366e98b8f2e8b5716b28 (patch) | |
| tree | ab7d6697de4359c2dd3e72a533b34fe93b7723c2 | |
| parent | 0f0717fb76be8dbe33de410a0a800a232d3f74a7 (diff) | |
| download | upstream-4cd02ccd62c6260c4878366e98b8f2e8b5716b28.tar.gz upstream-4cd02ccd62c6260c4878366e98b8f2e8b5716b28.tar.bz2 upstream-4cd02ccd62c6260c4878366e98b8f2e8b5716b28.zip | |
more V= fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2234 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | openwrt/target/linux/package/Makefile | 2 | ||||
| -rw-r--r-- | openwrt/target/linux/package/madwifi/Makefile | 4 | ||||
| -rw-r--r-- | openwrt/target/linux/package/openwrt/Makefile | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/openwrt/target/linux/package/Makefile b/openwrt/target/linux/package/Makefile index 6b7a85816c8..dc031fc4703 100644 --- a/openwrt/target/linux/package/Makefile +++ b/openwrt/target/linux/package/Makefile @@ -39,7 +39,7 @@ MAKEOPTS:= BOARD="$(BOARD)" \ $(MAKEOPTS) \ prepare -%-compile: %-prepare +%-compile: @$(TRACE) target/linux/package/$(patsubst %-compile,%,$@)-compile $(MAKE) -C $(patsubst %-compile,%,$@) \ $(MAKEOPTS) \ diff --git a/openwrt/target/linux/package/madwifi/Makefile b/openwrt/target/linux/package/madwifi/Makefile index 829eed8f4fa..2f06a2285a9 100644 --- a/openwrt/target/linux/package/madwifi/Makefile +++ b/openwrt/target/linux/package/madwifi/Makefile @@ -75,5 +75,5 @@ install-dev: $(STAGING_DIR)/usr/include/madwifi/net80211/ieee80211.h uninstall-dev: rm -rf $(STAGING_DIR)/usr/include/madwifi -compile: install-dev -clean: uninstall-dev +compile-targets: install-dev +clean-targets: uninstall-dev diff --git a/openwrt/target/linux/package/openwrt/Makefile b/openwrt/target/linux/package/openwrt/Makefile index ef2c1cea066..f55b91d78bb 100644 --- a/openwrt/target/linux/package/openwrt/Makefile +++ b/openwrt/target/linux/package/openwrt/Makefile @@ -47,7 +47,7 @@ install: compile openwrt-install openwrt-install: $(IPKG) install $(IPKG_OPENWRT) -compile: install-dev $(IPKG_OPENWRT) +compile-targets: install-dev $(IPKG_OPENWRT) install-dev: mkdir -p $(STAGING_DIR)/usr/include cp -fpR ./include/[a-z]* $(STAGING_DIR)/usr/include/ |
