git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3965
3c298f89-4303-0410-b956-
a3cf2f4a3e73
rm -f $(STAGING_DIR)/stampfiles/.$(PKG_NAME)-installed
package-rebuild: FORCE
- @-rm $(PKG_BUILD_DIR)/.built
+ @-rm -f $(PKG_BUILD_DIR)/.built
define Build/DefaultTargets
endef
endef
define Build/Configure/Default
- @(cd $(PKG_BUILD_DIR); \
+ @(cd $(PKG_BUILD_DIR)/$(3); \
[ -x configure ] && \
+ $(2) \
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS)" \
CPPFLAGS="-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \