1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-30 22:49:50 +03:00

move FORCE to toplevel rules.mk

git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3777 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mbm 2006-05-14 10:25:38 +00:00
parent 409dbcd075
commit 859af2ce0d
2 changed files with 4 additions and 3 deletions

View File

@ -239,6 +239,3 @@ else
@$(MAKE) clean-targets
rm -rf $(PKG_BUILD_DIR)
endif
.PHONY: FORCE
FORCE:

View File

@ -132,3 +132,7 @@ IPKG_STATE_DIR := $(TARGET_DIR)/usr/lib/ipkg
RSTRIP:=STRIP="$(STRIP)" $(SCRIPT_DIR)/rstrip.sh
RSTRIP_KMOD:=STRIP="$(TARGET_CROSS)strip --strip-unneeded --remove-section=.comment" $(SCRIPT_DIR)/rstrip.sh
all:
.PHONY: FORCE
FORCE: