projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed30cd9
)
tests: remove references to tests/wc from bootstrap
author
Bo Borgerson
<gigabo@gmail.com>
Mon, 28 Apr 2008 18:58:51 +0000
(14:58 -0400)
committer
Jim Meyering
<meyering@redhat.com>
Mon, 28 Apr 2008 20:47:09 +0000
(22:47 +0200)
* bootstrap: Don't try to initialize anything in tests/wc.
Signed-off-by: Bo Borgerson <gigabo@gmail.com>
bootstrap
patch
|
blob
|
history
diff --git
a/bootstrap
b/bootstrap
index
1274af2
..
c4b9b62
100755
(executable)
--- a/
bootstrap
+++ b/
bootstrap
@@
-535,7
+535,7
@@
fi
mam_template=tests/Makefile.am.in
if test -f $mam_template; then
PERL=perl
- for tool in cut head join pr sort tac tail test tr uniq
wc
; do
+ for tool in cut head join pr sort tac tail test tr uniq; do
m=tests/$tool/Makefile.am
t=${m}t
rm -f $m $t