mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-27 07:24:35 +02:00
more V= fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2234 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
989a020806
commit
fe2a8d28d5
@ -39,7 +39,7 @@ MAKEOPTS:= BOARD="$(BOARD)" \
|
|||||||
$(MAKEOPTS) \
|
$(MAKEOPTS) \
|
||||||
prepare
|
prepare
|
||||||
|
|
||||||
%-compile: %-prepare
|
%-compile:
|
||||||
@$(TRACE) target/linux/package/$(patsubst %-compile,%,$@)-compile
|
@$(TRACE) target/linux/package/$(patsubst %-compile,%,$@)-compile
|
||||||
$(MAKE) -C $(patsubst %-compile,%,$@) \
|
$(MAKE) -C $(patsubst %-compile,%,$@) \
|
||||||
$(MAKEOPTS) \
|
$(MAKEOPTS) \
|
||||||
|
@ -75,5 +75,5 @@ install-dev: $(STAGING_DIR)/usr/include/madwifi/net80211/ieee80211.h
|
|||||||
uninstall-dev:
|
uninstall-dev:
|
||||||
rm -rf $(STAGING_DIR)/usr/include/madwifi
|
rm -rf $(STAGING_DIR)/usr/include/madwifi
|
||||||
|
|
||||||
compile: install-dev
|
compile-targets: install-dev
|
||||||
clean: uninstall-dev
|
clean-targets: uninstall-dev
|
||||||
|
@ -47,7 +47,7 @@ install: compile openwrt-install
|
|||||||
openwrt-install:
|
openwrt-install:
|
||||||
$(IPKG) install $(IPKG_OPENWRT)
|
$(IPKG) install $(IPKG_OPENWRT)
|
||||||
|
|
||||||
compile: install-dev $(IPKG_OPENWRT)
|
compile-targets: install-dev $(IPKG_OPENWRT)
|
||||||
install-dev:
|
install-dev:
|
||||||
mkdir -p $(STAGING_DIR)/usr/include
|
mkdir -p $(STAGING_DIR)/usr/include
|
||||||
cp -fpR ./include/[a-z]* $(STAGING_DIR)/usr/include/
|
cp -fpR ./include/[a-z]* $(STAGING_DIR)/usr/include/
|
||||||
|
Loading…
Reference in New Issue
Block a user