summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-03-01 12:27:54 +0000
committerJim Meyering <jim@meyering.net>2000-03-01 12:27:54 +0000
commit317732f3d9eefa5d9b52f6fe4d6f3e5e1f9cf0bb (patch)
tree4702f7d29f1baa73c2663ccbb2c467d4e7f3fec8 /tests
parentfc1d2abff13e069594341bb74600058c3ed7280e (diff)
downloadcoreutils-317732f3d9eefa5d9b52f6fe4d6f3e5e1f9cf0bb.tar.xz
.
Diffstat (limited to 'tests')
-rw-r--r--tests/cut/Makefile.in3
-rw-r--r--tests/head/Makefile.in3
-rw-r--r--tests/join/Makefile.in3
-rw-r--r--tests/md5sum/Makefile.in3
-rw-r--r--tests/pr/Makefile.in3
-rw-r--r--tests/sort/Makefile.in3
-rw-r--r--tests/tac/Makefile.in3
-rw-r--r--tests/tail-2/Makefile.in3
-rw-r--r--tests/tail/Makefile.in3
-rw-r--r--tests/tr/Makefile.in3
-rw-r--r--tests/tsort/Makefile.in3
-rw-r--r--tests/unexpand/Makefile.in3
-rw-r--r--tests/uniq/Makefile.in3
-rw-r--r--tests/wc/Makefile.in3
14 files changed, 28 insertions, 14 deletions
diff --git a/tests/cut/Makefile.in b/tests/cut/Makefile.in
index e99243de7..867505c5a 100644
--- a/tests/cut/Makefile.in
+++ b/tests/cut/Makefile.in
@@ -57,6 +57,8 @@ POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
+
+@SET_MAKE@
host_alias = @host_alias@
host_triplet = @host@
AMDEP = @AMDEP@
@@ -179,7 +181,6 @@ distdir: $(DISTFILES)
cp -pR $$d/$$file $(distdir); \
else \
test -f $(distdir)/$$file \
- || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|| cp -p $$d/$$file $(distdir)/$$file || :; \
fi; \
done
diff --git a/tests/head/Makefile.in b/tests/head/Makefile.in
index 6439c812f..ba1db1865 100644
--- a/tests/head/Makefile.in
+++ b/tests/head/Makefile.in
@@ -57,6 +57,8 @@ POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
+
+@SET_MAKE@
host_alias = @host_alias@
host_triplet = @host@
AMDEP = @AMDEP@
@@ -174,7 +176,6 @@ distdir: $(DISTFILES)
cp -pR $$d/$$file $(distdir); \
else \
test -f $(distdir)/$$file \
- || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|| cp -p $$d/$$file $(distdir)/$$file || :; \
fi; \
done
diff --git a/tests/join/Makefile.in b/tests/join/Makefile.in
index 5626beabd..edebee323 100644
--- a/tests/join/Makefile.in
+++ b/tests/join/Makefile.in
@@ -57,6 +57,8 @@ POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
+
+@SET_MAKE@
host_alias = @host_alias@
host_triplet = @host@
AMDEP = @AMDEP@
@@ -179,7 +181,6 @@ distdir: $(DISTFILES)
cp -pR $$d/$$file $(distdir); \
else \
test -f $(distdir)/$$file \
- || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|| cp -p $$d/$$file $(distdir)/$$file || :; \
fi; \
done
diff --git a/tests/md5sum/Makefile.in b/tests/md5sum/Makefile.in
index e0a9c3d38..1bf7932d1 100644
--- a/tests/md5sum/Makefile.in
+++ b/tests/md5sum/Makefile.in
@@ -57,6 +57,8 @@ POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
+
+@SET_MAKE@
host_alias = @host_alias@
host_triplet = @host@
AMDEP = @AMDEP@
@@ -155,7 +157,6 @@ distdir: $(DISTFILES)
cp -pR $$d/$$file $(distdir); \
else \
test -f $(distdir)/$$file \
- || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|| cp -p $$d/$$file $(distdir)/$$file || :; \
fi; \
done
diff --git a/tests/pr/Makefile.in b/tests/pr/Makefile.in
index 85ce40b30..210b1cd8b 100644
--- a/tests/pr/Makefile.in
+++ b/tests/pr/Makefile.in
@@ -57,6 +57,8 @@ POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
+
+@SET_MAKE@
host_alias = @host_alias@
host_triplet = @host@
AMDEP = @AMDEP@
@@ -229,7 +231,6 @@ distdir: $(DISTFILES)
cp -pR $$d/$$file $(distdir); \
else \
test -f $(distdir)/$$file \
- || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|| cp -p $$d/$$file $(distdir)/$$file || :; \
fi; \
done
diff --git a/tests/sort/Makefile.in b/tests/sort/Makefile.in
index de5b58f2b..a84676696 100644
--- a/tests/sort/Makefile.in
+++ b/tests/sort/Makefile.in
@@ -57,6 +57,8 @@ POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
+
+@SET_MAKE@
host_alias = @host_alias@
host_triplet = @host@
AMDEP = @AMDEP@
@@ -199,7 +201,6 @@ distdir: $(DISTFILES)
cp -pR $$d/$$file $(distdir); \
else \
test -f $(distdir)/$$file \
- || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|| cp -p $$d/$$file $(distdir)/$$file || :; \
fi; \
done
diff --git a/tests/tac/Makefile.in b/tests/tac/Makefile.in
index 6afb13b12..e7bc13776 100644
--- a/tests/tac/Makefile.in
+++ b/tests/tac/Makefile.in
@@ -57,6 +57,8 @@ POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
+
+@SET_MAKE@
host_alias = @host_alias@
host_triplet = @host@
AMDEP = @AMDEP@
@@ -177,7 +179,6 @@ distdir: $(DISTFILES)
cp -pR $$d/$$file $(distdir); \
else \
test -f $(distdir)/$$file \
- || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|| cp -p $$d/$$file $(distdir)/$$file || :; \
fi; \
done
diff --git a/tests/tail-2/Makefile.in b/tests/tail-2/Makefile.in
index a77c1d71d..d03c8abe8 100644
--- a/tests/tail-2/Makefile.in
+++ b/tests/tail-2/Makefile.in
@@ -57,6 +57,8 @@ POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
+
+@SET_MAKE@
host_alias = @host_alias@
host_triplet = @host@
AMDEP = @AMDEP@
@@ -155,7 +157,6 @@ distdir: $(DISTFILES)
cp -pR $$d/$$file $(distdir); \
else \
test -f $(distdir)/$$file \
- || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|| cp -p $$d/$$file $(distdir)/$$file || :; \
fi; \
done
diff --git a/tests/tail/Makefile.in b/tests/tail/Makefile.in
index 2a158d1f4..92656b51a 100644
--- a/tests/tail/Makefile.in
+++ b/tests/tail/Makefile.in
@@ -57,6 +57,8 @@ POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
+
+@SET_MAKE@
host_alias = @host_alias@
host_triplet = @host@
AMDEP = @AMDEP@
@@ -179,7 +181,6 @@ distdir: $(DISTFILES)
cp -pR $$d/$$file $(distdir); \
else \
test -f $(distdir)/$$file \
- || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|| cp -p $$d/$$file $(distdir)/$$file || :; \
fi; \
done
diff --git a/tests/tr/Makefile.in b/tests/tr/Makefile.in
index f1b191bb9..95b68e437 100644
--- a/tests/tr/Makefile.in
+++ b/tests/tr/Makefile.in
@@ -57,6 +57,8 @@ POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
+
+@SET_MAKE@
host_alias = @host_alias@
host_triplet = @host@
AMDEP = @AMDEP@
@@ -181,7 +183,6 @@ distdir: $(DISTFILES)
cp -pR $$d/$$file $(distdir); \
else \
test -f $(distdir)/$$file \
- || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|| cp -p $$d/$$file $(distdir)/$$file || :; \
fi; \
done
diff --git a/tests/tsort/Makefile.in b/tests/tsort/Makefile.in
index e7241355e..9bb28981b 100644
--- a/tests/tsort/Makefile.in
+++ b/tests/tsort/Makefile.in
@@ -57,6 +57,8 @@ POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
+
+@SET_MAKE@
host_alias = @host_alias@
host_triplet = @host@
AMDEP = @AMDEP@
@@ -155,7 +157,6 @@ distdir: $(DISTFILES)
cp -pR $$d/$$file $(distdir); \
else \
test -f $(distdir)/$$file \
- || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|| cp -p $$d/$$file $(distdir)/$$file || :; \
fi; \
done
diff --git a/tests/unexpand/Makefile.in b/tests/unexpand/Makefile.in
index 534360daf..f77c130d9 100644
--- a/tests/unexpand/Makefile.in
+++ b/tests/unexpand/Makefile.in
@@ -57,6 +57,8 @@ POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
+
+@SET_MAKE@
host_alias = @host_alias@
host_triplet = @host@
AMDEP = @AMDEP@
@@ -155,7 +157,6 @@ distdir: $(DISTFILES)
cp -pR $$d/$$file $(distdir); \
else \
test -f $(distdir)/$$file \
- || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|| cp -p $$d/$$file $(distdir)/$$file || :; \
fi; \
done
diff --git a/tests/uniq/Makefile.in b/tests/uniq/Makefile.in
index 2baa60375..571fcdeb1 100644
--- a/tests/uniq/Makefile.in
+++ b/tests/uniq/Makefile.in
@@ -57,6 +57,8 @@ POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
+
+@SET_MAKE@
host_alias = @host_alias@
host_triplet = @host@
AMDEP = @AMDEP@
@@ -175,7 +177,6 @@ distdir: $(DISTFILES)
cp -pR $$d/$$file $(distdir); \
else \
test -f $(distdir)/$$file \
- || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|| cp -p $$d/$$file $(distdir)/$$file || :; \
fi; \
done
diff --git a/tests/wc/Makefile.in b/tests/wc/Makefile.in
index 732a49710..8a0739afc 100644
--- a/tests/wc/Makefile.in
+++ b/tests/wc/Makefile.in
@@ -57,6 +57,8 @@ POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
+
+@SET_MAKE@
host_alias = @host_alias@
host_triplet = @host@
AMDEP = @AMDEP@
@@ -169,7 +171,6 @@ distdir: $(DISTFILES)
cp -pR $$d/$$file $(distdir); \
else \
test -f $(distdir)/$$file \
- || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|| cp -p $$d/$$file $(distdir)/$$file || :; \
fi; \
done