1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-13 18:53:52 +02:00

make $(STAGING_DIR)/host/share/aclocal a symlink to $(STAGING_DIR_HOST)/share/aclocal

SVN-Revision: 24422
This commit is contained in:
Felix Fietkau 2010-12-10 15:20:44 +00:00
parent d9c68341ef
commit 48dcb640d8

View File

@ -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 $@