repo.or.cz
/
coreutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Get new copy from FSF.
[coreutils.git]
/
tests
/
tr
/
Makefile
blob
cc92ee2e5453805f5631ab514216603ec0d1d4ed
1
.PHONY
:
all
2
all
:
tr-tests
3
.
/
tr-tests
4
5
tr-tests
:
main build-script
test
.data.pl
6
.
/
main
test
.data.pl
> $
@.n
7
mv
$
@.n
$
@
8
chmod
755
$
@
9
10
.PHONY
:
distclean
11
distclean
:
12
rm
-
f t
*
.out
13
14
.PHONY
:
clean
15
clean
:
distclean
16
17
.PHONY
:
realclean
18
realclean
:
clean
19
rm
-
f tr-tests t
*
.in t
*
.exp t
*
.err