mirror of https://github.com/hak5/openwrt.git
parent
c638b79f98
commit
c8c1e1372d
|
@ -49,6 +49,7 @@ $(PKG_BUILD_DIR)/.configured:
|
||||||
--enable-audio \
|
--enable-audio \
|
||||||
--disable-video \
|
--disable-video \
|
||||||
);
|
);
|
||||||
|
ln -sf $(PKG_NAME)-$(PKG_VERSION) $(BUILD_DIR)/$(PKG_NAME)
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
|
|
||||||
|
@ -58,11 +59,8 @@ $(PKG_BUILD_DIR)/.built:
|
||||||
optnoshared
|
optnoshared
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
install-link:
|
|
||||||
ln -s $(PKG_NAME)-$(PKG_VERSION) $(BUILD_DIR)/$(PKG_NAME)
|
|
||||||
|
|
||||||
uninstall-link:
|
uninstall-link:
|
||||||
rm -rf $(BUILD_DIR)/$(PKG_NAME)
|
rm -f $(BUILD_DIR)/$(PKG_NAME)
|
||||||
|
|
||||||
compile-targets: $(PKG_BUILD_DIR)/.built install-link
|
compile-targets: $(PKG_BUILD_DIR)/.built
|
||||||
clean-targets: uninstall-link
|
clean-targets: uninstall-link
|
||||||
|
|
|
@ -88,6 +88,7 @@ $(PKG_BUILD_DIR)/.configured:
|
||||||
--disable-wavfile \
|
--disable-wavfile \
|
||||||
--disable-xmlrpc \
|
--disable-xmlrpc \
|
||||||
);
|
);
|
||||||
|
ln -sf $(PKG_NAME)-$(PKG_VERSION) $(BUILD_DIR)/$(PKG_NAME)
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
$(PKG_BUILD_DIR)/.built:
|
$(PKG_BUILD_DIR)/.built:
|
||||||
|
@ -96,11 +97,8 @@ $(PKG_BUILD_DIR)/.built:
|
||||||
optnoshared
|
optnoshared
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
install-link:
|
|
||||||
ln -s $(PKG_NAME)-$(PKG_VERSION) $(BUILD_DIR)/$(PKG_NAME)
|
|
||||||
|
|
||||||
uninstall-link:
|
uninstall-link:
|
||||||
rm -rf $(BUILD_DIR)/$(PKG_NAME)
|
rm -f $(BUILD_DIR)/$(PKG_NAME)
|
||||||
|
|
||||||
compile-targets: $(PKG_BUILD_DIR)/.built install-link
|
compile-targets: $(PKG_BUILD_DIR)/.built
|
||||||
clean-targets: uninstall-link
|
clean-targets: uninstall-link
|
||||||
|
|
Loading…
Reference in New Issue