mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-20 00:58:25 +02:00
make $(STAGING_DIR)/host/share/aclocal a symlink to $(STAGING_DIR_HOST)/share/aclocal
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24422 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
12e58b40f8
commit
7b2c9d0ed3
@ -61,8 +61,11 @@ define PrepareStaging
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
# preparatory work
|
# preparatory work
|
||||||
$(STAGING_DIR)/.prepared: $(TMP_DIR)/.build
|
$(STAGING_DIR)/.prepared: $(TMP_DIR)/.build $(STAGING_DIR_HOST)/.prepared
|
||||||
$(call PrepareStaging,$(STAGING_DIR))
|
$(call PrepareStaging,$(STAGING_DIR))
|
||||||
|
mkdir -p $(STAGING_DIR)/host/share
|
||||||
|
rm -rf $(STAGING_DIR)/host/share/aclocal
|
||||||
|
ln -s $(STAGING_DIR_HOST)/share/aclocal $(STAGING_DIR)/host/share/
|
||||||
mkdir -p $(BUILD_DIR)/stamp
|
mkdir -p $(BUILD_DIR)/stamp
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user