mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-02 16:11:05 +02: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:
parent
409dbcd075
commit
859af2ce0d
@ -239,6 +239,3 @@ else
|
|||||||
@$(MAKE) clean-targets
|
@$(MAKE) clean-targets
|
||||||
rm -rf $(PKG_BUILD_DIR)
|
rm -rf $(PKG_BUILD_DIR)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
.PHONY: FORCE
|
|
||||||
FORCE:
|
|
||||||
|
4
rules.mk
4
rules.mk
@ -132,3 +132,7 @@ IPKG_STATE_DIR := $(TARGET_DIR)/usr/lib/ipkg
|
|||||||
RSTRIP:=STRIP="$(STRIP)" $(SCRIPT_DIR)/rstrip.sh
|
RSTRIP:=STRIP="$(STRIP)" $(SCRIPT_DIR)/rstrip.sh
|
||||||
RSTRIP_KMOD:=STRIP="$(TARGET_CROSS)strip --strip-unneeded --remove-section=.comment" $(SCRIPT_DIR)/rstrip.sh
|
RSTRIP_KMOD:=STRIP="$(TARGET_CROSS)strip --strip-unneeded --remove-section=.comment" $(SCRIPT_DIR)/rstrip.sh
|
||||||
|
|
||||||
|
|
||||||
|
all:
|
||||||
|
.PHONY: FORCE
|
||||||
|
FORCE:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user