--enable-audio \
--disable-video \
);
--enable-audio \
--disable-video \
);
+ ln -sf $(PKG_NAME)-$(PKG_VERSION) $(BUILD_DIR)/$(PKG_NAME)
-install-link:
- ln -s $(PKG_NAME)-$(PKG_VERSION) $(BUILD_DIR)/$(PKG_NAME)
-
- 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
--disable-wavfile \
--disable-xmlrpc \
);
--disable-wavfile \
--disable-xmlrpc \
);
+ ln -sf $(PKG_NAME)-$(PKG_VERSION) $(BUILD_DIR)/$(PKG_NAME)
touch $@
$(PKG_BUILD_DIR)/.built:
touch $@
$(PKG_BUILD_DIR)/.built:
-install-link:
- ln -s $(PKG_NAME)-$(PKG_VERSION) $(BUILD_DIR)/$(PKG_NAME)
-
- 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