move FORCE to toplevel rules.mk

SVN-Revision: 3777
This commit is contained in:
Mike Baker 2006-05-14 10:25:38 +00:00
parent 11817c5453
commit 6afabb7118
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: