mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 21:44:04 +02:00
Add missing .configured target that caused superfluous package rebuild
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@965 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
827435eb5f
commit
aa4e2af280
@ -16,9 +16,13 @@ include $(TOPDIR)/package/rules.mk
|
|||||||
|
|
||||||
$(eval $(call PKG_template,DNSMASQ,$(PKG_NAME),$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
|
$(eval $(call PKG_template,DNSMASQ,$(PKG_NAME),$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
|
||||||
|
|
||||||
|
$(PKG_BUILD_DIR)/.configured:
|
||||||
|
touch $@
|
||||||
|
|
||||||
$(PKG_BUILD_DIR)/.built:
|
$(PKG_BUILD_DIR)/.built:
|
||||||
$(MAKE) CC=$(TARGET_CC) CFLAGS="$(TARGET_CFLAGS)" \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
BINDIR=/usr/sbin MANDIR=/usr/man -C $(PKG_BUILD_DIR)
|
CC=$(TARGET_CC) CFLAGS="$(TARGET_CFLAGS)" \
|
||||||
|
BINDIR=/usr/sbin MANDIR=/usr/man
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
$(IPKG_DNSMASQ):
|
$(IPKG_DNSMASQ):
|
||||||
|
@ -16,6 +16,9 @@ include $(TOPDIR)/package/rules.mk
|
|||||||
|
|
||||||
$(eval $(call PKG_template,EBTABLES,$(PKG_NAME),$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
|
$(eval $(call PKG_template,EBTABLES,$(PKG_NAME),$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
|
||||||
|
|
||||||
|
$(PKG_BUILD_DIR)/.configured:
|
||||||
|
touch $@
|
||||||
|
|
||||||
$(PKG_BUILD_DIR)/.built:
|
$(PKG_BUILD_DIR)/.built:
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
CC=$(TARGET_CC) LD=$(TARGET_CROSS)ld \
|
CC=$(TARGET_CC) LD=$(TARGET_CROSS)ld \
|
||||||
|
Loading…
Reference in New Issue
Block a user