diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-05-31 23:29:05 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-05-31 23:29:05 +0000 |
commit | 56ca36174338f3a0029b39ed7782c0410cf2d2fe (patch) | |
tree | 8e70523a0c222f26aa84bf3382deceee6b406752 /target/linux/image/tgz.mk | |
parent | 5f27fa5f8c930ad9de6c41028ffd4a8bad876e1b (diff) | |
download | upstream-56ca36174338f3a0029b39ed7782c0410cf2d2fe.tar.gz upstream-56ca36174338f3a0029b39ed7782c0410cf2d2fe.tar.bz2 upstream-56ca36174338f3a0029b39ed7782c0410cf2d2fe.zip |
cleanup; replace .PHONY with FORCE; disable gdb by default
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3877 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/image/tgz.mk')
-rw-r--r-- | target/linux/image/tgz.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/image/tgz.mk b/target/linux/image/tgz.mk index 4ea84ebd47..506ab891ae 100644 --- a/target/linux/image/tgz.mk +++ b/target/linux/image/tgz.mk @@ -1,4 +1,4 @@ -$(KDIR)/root.tar.gz: +$(KDIR)/root.tar.gz: FORCE tar -zcf $@ --owner=root --group=root -C $(BUILD_DIR)/root/ . ifeq ($(BOARD),x86) |