1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 19:43:16 +03:00

Add missing .configured target that caused superfluous package rebuild

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@963 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2005-05-19 20:49:45 +00:00
parent d798bfa4f8
commit f04e15062c
2 changed files with 8 additions and 5 deletions

View File

@ -1,8 +1,5 @@
#############################################################
#
# arptables
#
#############################################################
# $Id$
include $(TOPDIR)/rules.mk
PKG_NAME:=arptables
@ -18,6 +15,9 @@ include $(TOPDIR)/package/rules.mk
$(eval $(call PKG_template,ARPTABLES,arptables,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
$(PKG_BUILD_DIR)/.configured:
touch $@
$(PKG_BUILD_DIR)/.built:
$(MAKE) -C $(PKG_BUILD_DIR) \
CC=$(TARGET_CC) LD=$(TARGET_CROSS)ld \

View File

@ -14,6 +14,9 @@ include $(TOPDIR)/package/rules.mk
$(eval $(call PKG_template,BWM,$(PKG_NAME),$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
$(PKG_BUILD_DIR)/.configured:
touch $@
$(PKG_BUILD_DIR)/.built:
$(TARGET_CC) $(TARGET_CFLAGS) $(PKG_BUILD_DIR)/bwm.c -o $(PKG_BUILD_DIR)/bwm
touch $@