aboutsummaryrefslogtreecommitdiffstats
path: root/rules.mk
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-05-14 10:25:38 +0000
committerMike Baker <mbm@openwrt.org>2006-05-14 10:25:38 +0000
commitf49412d37f64ff94d099d39769b7d010f6a56f4c (patch)
treeed92200199740f4c417505f9b8c7544e07e7ce17 /rules.mk
parent5655a20ab8738da564ceadeb73e3d0b05f844a00 (diff)
downloadupstream-f49412d37f64ff94d099d39769b7d010f6a56f4c.tar.gz
upstream-f49412d37f64ff94d099d39769b7d010f6a56f4c.tar.bz2
upstream-f49412d37f64ff94d099d39769b7d010f6a56f4c.zip
move FORCE to toplevel rules.mk
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3777 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'rules.mk')
-rw-r--r--rules.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules.mk b/rules.mk
index d94a818441..0e7dd2e044 100644
--- a/rules.mk
+++ b/rules.mk
@@ -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: