projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
571d37f
)
use := for TAR_OPTIONS
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 14 Oct 2006 14:52:39 +0000
(14:52 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 14 Oct 2006 14:52:39 +0000
(14:52 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5084
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
rules.mk
patch
|
blob
|
history
diff --git
a/rules.mk
b/rules.mk
index
96a54c9
..
a4dcaa1
100644
(file)
--- a/
rules.mk
+++ b/
rules.mk
@@
-106,9
+106,9
@@
ifneq ($(CONFIG_LARGEFILE),y)
endif
ifeq ($(CONFIG_TAR_VERBOSITY),y)
- TAR_OPTIONS=-xvf -
+ TAR_OPTIONS
:
=-xvf -
else
- TAR_OPTIONS=-xf -
+ TAR_OPTIONS
:
=-xf -
endif
all:
This page took
0.02435 seconds
and
4
git commands to generate.