move FORCE to toplevel rules.mk
SVN-Revision: 3777
This commit is contained in:
parent
11817c5453
commit
6afabb7118
2 changed files with 4 additions and 3 deletions
|
@ -239,6 +239,3 @@ else
|
|||
@$(MAKE) clean-targets
|
||||
rm -rf $(PKG_BUILD_DIR)
|
||||
endif
|
||||
|
||||
.PHONY: FORCE
|
||||
FORCE:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue