]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Thu, 3 Aug 2000 08:00:00 +0000 (08:00 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 3 Aug 2000 08:00:00 +0000 (08:00 +0000)
20 files changed:
tests/cut/Makefile.am
tests/cut/Makefile.in
tests/head/Makefile.am
tests/head/Makefile.in
tests/join/Makefile.am
tests/join/Makefile.in
tests/pr/Makefile.am
tests/pr/Makefile.in
tests/sort/Makefile.am
tests/sort/Makefile.in
tests/tac/Makefile.am
tests/tac/Makefile.in
tests/tail/Makefile.am
tests/tail/Makefile.in
tests/tr/Makefile.am
tests/tr/Makefile.in
tests/uniq/Makefile.am
tests/uniq/Makefile.in
tests/wc/Makefile.am
tests/wc/Makefile.in

index fbe59bade55ab15888009d7c631a703884647498..037c7c224fd737ce503b15b107e7a318ebcd1024 100644 (file)
@@ -31,7 +31,7 @@ TESTS = $x-tests
 
 mk_script = $(srcdir)/../mk-script
 $(srcdir)/$x-tests: $(mk_script) Test.pm
-       $(PERL) -I. -w -- $(mk_script) ../../src/$x > $@.n
+       $(PERL) -I$(srcdir) -w -- $(mk_script) ../../src/$x > $@.n
        mv $@.n $@
        chmod 755 $@
 
@@ -45,6 +45,6 @@ Makefile.am: ../Makefile.am.in Test.pm $(mk_script)
        sed -n '1,/^##test-files-begin/p' $< > $@t
        tool=`echo $(subdir)|sed 's/^tests.//;s/-test//'`; \
          echo "x = $$tool" >> $@t
-       $(PERL) -I. -w -- $(mk_script) --list >> $@t
+       $(PERL) -I$(srcdir) -w -- $(mk_script) --list >> $@t
        sed -n '/^##test-files-end/,$$p' $< >> $@t
        mv $@t $@
index 11c9a990996d26da13fd62d5860d165804544a78..fecfbf7e41addbf215c30b3ba587323c231aa2f3 100644 (file)
@@ -304,7 +304,7 @@ distclean-generic clean-generic maintainer-clean-generic clean \
 mostlyclean distclean maintainer-clean
 
 $(srcdir)/$x-tests: $(mk_script) Test.pm
-       $(PERL) -I. -w -- $(mk_script) ../../src/$x > $@.n
+       $(PERL) -I$(srcdir) -w -- $(mk_script) ../../src/$x > $@.n
        mv $@.n $@
        chmod 755 $@
 
@@ -315,7 +315,7 @@ Makefile.am: ../Makefile.am.in Test.pm $(mk_script)
        sed -n '1,/^##test-files-begin/p' $< > $@t
        tool=`echo $(subdir)|sed 's/^tests.//;s/-test//'`; \
          echo "x = $$tool" >> $@t
-       $(PERL) -I. -w -- $(mk_script) --list >> $@t
+       $(PERL) -I$(srcdir) -w -- $(mk_script) --list >> $@t
        sed -n '/^##test-files-end/,$$p' $< >> $@t
        mv $@t $@
 
index 575f05f837789ad0c1f6c0ecd7ae39f9567add9e..cb931c5c8bdedc2673a964ef692ee94ad1f9f1d3 100644 (file)
@@ -28,7 +28,7 @@ TESTS = $x-tests
 
 mk_script = $(srcdir)/../mk-script
 $(srcdir)/$x-tests: $(mk_script) Test.pm
-       $(PERL) -I. -w -- $(mk_script) ../../src/$x > $@.n
+       $(PERL) -I$(srcdir) -w -- $(mk_script) ../../src/$x > $@.n
        mv $@.n $@
        chmod 755 $@
 
@@ -42,6 +42,6 @@ Makefile.am: ../Makefile.am.in Test.pm $(mk_script)
        sed -n '1,/^##test-files-begin/p' $< > $@t
        tool=`echo $(subdir)|sed 's/^tests.//;s/-test//'`; \
          echo "x = $$tool" >> $@t
-       $(PERL) -I. -w -- $(mk_script) --list >> $@t
+       $(PERL) -I$(srcdir) -w -- $(mk_script) --list >> $@t
        sed -n '/^##test-files-end/,$$p' $< >> $@t
        mv $@t $@
index 725eb68a9e9d72cb7c5244dfdc25261529847c68..b5f0b76074c4f8c4430ddca326713a5088758d59 100644 (file)
@@ -301,7 +301,7 @@ distclean-generic clean-generic maintainer-clean-generic clean \
 mostlyclean distclean maintainer-clean
 
 $(srcdir)/$x-tests: $(mk_script) Test.pm
-       $(PERL) -I. -w -- $(mk_script) ../../src/$x > $@.n
+       $(PERL) -I$(srcdir) -w -- $(mk_script) ../../src/$x > $@.n
        mv $@.n $@
        chmod 755 $@
 
@@ -312,7 +312,7 @@ Makefile.am: ../Makefile.am.in Test.pm $(mk_script)
        sed -n '1,/^##test-files-begin/p' $< > $@t
        tool=`echo $(subdir)|sed 's/^tests.//;s/-test//'`; \
          echo "x = $$tool" >> $@t
-       $(PERL) -I. -w -- $(mk_script) --list >> $@t
+       $(PERL) -I$(srcdir) -w -- $(mk_script) --list >> $@t
        sed -n '/^##test-files-end/,$$p' $< >> $@t
        mv $@t $@
 
index ca8d340f80c7ca45a783c7136d5dacea7b549efd..a3ec1f7c701af97dba11e195d64559491c3b063d 100644 (file)
@@ -31,7 +31,7 @@ TESTS = $x-tests
 
 mk_script = $(srcdir)/../mk-script
 $(srcdir)/$x-tests: $(mk_script) Test.pm
-       $(PERL) -I. -w -- $(mk_script) ../../src/$x > $@.n
+       $(PERL) -I$(srcdir) -w -- $(mk_script) ../../src/$x > $@.n
        mv $@.n $@
        chmod 755 $@
 
@@ -45,6 +45,6 @@ Makefile.am: ../Makefile.am.in Test.pm $(mk_script)
        sed -n '1,/^##test-files-begin/p' $< > $@t
        tool=`echo $(subdir)|sed 's/^tests.//;s/-test//'`; \
          echo "x = $$tool" >> $@t
-       $(PERL) -I. -w -- $(mk_script) --list >> $@t
+       $(PERL) -I$(srcdir) -w -- $(mk_script) --list >> $@t
        sed -n '/^##test-files-end/,$$p' $< >> $@t
        mv $@t $@
index dcaa0e41a9382510634981acaee459807a4b763f..40c9008978585d429299a67470514a86fce3de33 100644 (file)
@@ -304,7 +304,7 @@ distclean-generic clean-generic maintainer-clean-generic clean \
 mostlyclean distclean maintainer-clean
 
 $(srcdir)/$x-tests: $(mk_script) Test.pm
-       $(PERL) -I. -w -- $(mk_script) ../../src/$x > $@.n
+       $(PERL) -I$(srcdir) -w -- $(mk_script) ../../src/$x > $@.n
        mv $@.n $@
        chmod 755 $@
 
@@ -315,7 +315,7 @@ Makefile.am: ../Makefile.am.in Test.pm $(mk_script)
        sed -n '1,/^##test-files-begin/p' $< > $@t
        tool=`echo $(subdir)|sed 's/^tests.//;s/-test//'`; \
          echo "x = $$tool" >> $@t
-       $(PERL) -I. -w -- $(mk_script) --list >> $@t
+       $(PERL) -I$(srcdir) -w -- $(mk_script) --list >> $@t
        sed -n '/^##test-files-end/,$$p' $< >> $@t
        mv $@t $@
 
index f6e63a1764f2ef499c5974f85bb1dfe21f22180b..89f6d82ed9385945604376982e515f2cf76ea0aa 100644 (file)
@@ -80,7 +80,7 @@ TESTS = $x-tests
 
 mk_script = $(srcdir)/../mk-script
 $(srcdir)/$x-tests: $(mk_script) Test.pm
-       $(PERL) -I. -w -- $(mk_script) ../../src/$x > $@.n
+       $(PERL) -I$(srcdir) -w -- $(mk_script) ../../src/$x > $@.n
        mv $@.n $@
        chmod 755 $@
 
@@ -94,6 +94,6 @@ Makefile.am: ../Makefile.am.in Test.pm $(mk_script)
        sed -n '1,/^##test-files-begin/p' $< > $@t
        tool=`echo $(subdir)|sed 's/^tests.//;s/-test//'`; \
          echo "x = $$tool" >> $@t
-       $(PERL) -I. -w -- $(mk_script) --list >> $@t
+       $(PERL) -I$(srcdir) -w -- $(mk_script) --list >> $@t
        sed -n '/^##test-files-end/,$$p' $< >> $@t
        mv $@t $@
index 81099d9cad6d5cbafad4d9d064ba4054156eb96d..83e0e66361ae23926921d9086b86917cf5b08786 100644 (file)
@@ -354,7 +354,7 @@ distclean-generic clean-generic maintainer-clean-generic clean \
 mostlyclean distclean maintainer-clean
 
 $(srcdir)/$x-tests: $(mk_script) Test.pm
-       $(PERL) -I. -w -- $(mk_script) ../../src/$x > $@.n
+       $(PERL) -I$(srcdir) -w -- $(mk_script) ../../src/$x > $@.n
        mv $@.n $@
        chmod 755 $@
 
@@ -365,7 +365,7 @@ Makefile.am: ../Makefile.am.in Test.pm $(mk_script)
        sed -n '1,/^##test-files-begin/p' $< > $@t
        tool=`echo $(subdir)|sed 's/^tests.//;s/-test//'`; \
          echo "x = $$tool" >> $@t
-       $(PERL) -I. -w -- $(mk_script) --list >> $@t
+       $(PERL) -I$(srcdir) -w -- $(mk_script) --list >> $@t
        sed -n '/^##test-files-end/,$$p' $< >> $@t
        mv $@t $@
 
index 3f7de04a4dae46f9fcabe779518204de24da36eb..5005ad9675bbca4b2425fcc32560a3ea78369757 100644 (file)
@@ -51,7 +51,7 @@ TESTS = $x-tests
 
 mk_script = $(srcdir)/../mk-script
 $(srcdir)/$x-tests: $(mk_script) Test.pm
-       $(PERL) -I. -w -- $(mk_script) ../../src/$x > $@.n
+       $(PERL) -I$(srcdir) -w -- $(mk_script) ../../src/$x > $@.n
        mv $@.n $@
        chmod 755 $@
 
@@ -65,6 +65,6 @@ Makefile.am: ../Makefile.am.in Test.pm $(mk_script)
        sed -n '1,/^##test-files-begin/p' $< > $@t
        tool=`echo $(subdir)|sed 's/^tests.//;s/-test//'`; \
          echo "x = $$tool" >> $@t
-       $(PERL) -I. -w -- $(mk_script) --list >> $@t
+       $(PERL) -I$(srcdir) -w -- $(mk_script) --list >> $@t
        sed -n '/^##test-files-end/,$$p' $< >> $@t
        mv $@t $@
index 2caf9feb705c96eebd0eda60cfedda0e4a32e2c2..de75b998a0aa700df59b4e19d4d25ca188aacb53 100644 (file)
@@ -324,7 +324,7 @@ distclean-generic clean-generic maintainer-clean-generic clean \
 mostlyclean distclean maintainer-clean
 
 $(srcdir)/$x-tests: $(mk_script) Test.pm
-       $(PERL) -I. -w -- $(mk_script) ../../src/$x > $@.n
+       $(PERL) -I$(srcdir) -w -- $(mk_script) ../../src/$x > $@.n
        mv $@.n $@
        chmod 755 $@
 
@@ -335,7 +335,7 @@ Makefile.am: ../Makefile.am.in Test.pm $(mk_script)
        sed -n '1,/^##test-files-begin/p' $< > $@t
        tool=`echo $(subdir)|sed 's/^tests.//;s/-test//'`; \
          echo "x = $$tool" >> $@t
-       $(PERL) -I. -w -- $(mk_script) --list >> $@t
+       $(PERL) -I$(srcdir) -w -- $(mk_script) --list >> $@t
        sed -n '/^##test-files-end/,$$p' $< >> $@t
        mv $@t $@
 
index 2f9ee47498fec9c98f0e038be6121dcfa4f51ff4..7ad899ee7b30baae63863dd3c05aec83cc2ccf01 100644 (file)
@@ -29,7 +29,7 @@ TESTS = $x-tests
 
 mk_script = $(srcdir)/../mk-script
 $(srcdir)/$x-tests: $(mk_script) Test.pm
-       $(PERL) -I. -w -- $(mk_script) ../../src/$x > $@.n
+       $(PERL) -I$(srcdir) -w -- $(mk_script) ../../src/$x > $@.n
        mv $@.n $@
        chmod 755 $@
 
@@ -43,6 +43,6 @@ Makefile.am: ../Makefile.am.in Test.pm $(mk_script)
        sed -n '1,/^##test-files-begin/p' $< > $@t
        tool=`echo $(subdir)|sed 's/^tests.//;s/-test//'`; \
          echo "x = $$tool" >> $@t
-       $(PERL) -I. -w -- $(mk_script) --list >> $@t
+       $(PERL) -I$(srcdir) -w -- $(mk_script) --list >> $@t
        sed -n '/^##test-files-end/,$$p' $< >> $@t
        mv $@t $@
index 60bca42ca4b01234f97b0f1004ec95d3bbf17c9b..e232113d045491aa90f63e6e8d5edfbf84d84fa3 100644 (file)
@@ -302,7 +302,7 @@ distclean-generic clean-generic maintainer-clean-generic clean \
 mostlyclean distclean maintainer-clean
 
 $(srcdir)/$x-tests: $(mk_script) Test.pm
-       $(PERL) -I. -w -- $(mk_script) ../../src/$x > $@.n
+       $(PERL) -I$(srcdir) -w -- $(mk_script) ../../src/$x > $@.n
        mv $@.n $@
        chmod 755 $@
 
@@ -313,7 +313,7 @@ Makefile.am: ../Makefile.am.in Test.pm $(mk_script)
        sed -n '1,/^##test-files-begin/p' $< > $@t
        tool=`echo $(subdir)|sed 's/^tests.//;s/-test//'`; \
          echo "x = $$tool" >> $@t
-       $(PERL) -I. -w -- $(mk_script) --list >> $@t
+       $(PERL) -I$(srcdir) -w -- $(mk_script) --list >> $@t
        sed -n '/^##test-files-end/,$$p' $< >> $@t
        mv $@t $@
 
index 7667ccc7a40be973be1b47a91412b9291d7349c6..f64deae3f0dae27b2a115bdd0096cbda92427ab3 100644 (file)
@@ -31,7 +31,7 @@ TESTS = $x-tests
 
 mk_script = $(srcdir)/../mk-script
 $(srcdir)/$x-tests: $(mk_script) Test.pm
-       $(PERL) -I. -w -- $(mk_script) ../../src/$x > $@.n
+       $(PERL) -I$(srcdir) -w -- $(mk_script) ../../src/$x > $@.n
        mv $@.n $@
        chmod 755 $@
 
@@ -45,6 +45,6 @@ Makefile.am: ../Makefile.am.in Test.pm $(mk_script)
        sed -n '1,/^##test-files-begin/p' $< > $@t
        tool=`echo $(subdir)|sed 's/^tests.//;s/-test//'`; \
          echo "x = $$tool" >> $@t
-       $(PERL) -I. -w -- $(mk_script) --list >> $@t
+       $(PERL) -I$(srcdir) -w -- $(mk_script) --list >> $@t
        sed -n '/^##test-files-end/,$$p' $< >> $@t
        mv $@t $@
index c26a0987d588de98855aacf97b014d9df8df3ee8..53f73463d5ef72917fd43bd45ba064da142b9509 100644 (file)
@@ -304,7 +304,7 @@ distclean-generic clean-generic maintainer-clean-generic clean \
 mostlyclean distclean maintainer-clean
 
 $(srcdir)/$x-tests: $(mk_script) Test.pm
-       $(PERL) -I. -w -- $(mk_script) ../../src/$x > $@.n
+       $(PERL) -I$(srcdir) -w -- $(mk_script) ../../src/$x > $@.n
        mv $@.n $@
        chmod 755 $@
 
@@ -315,7 +315,7 @@ Makefile.am: ../Makefile.am.in Test.pm $(mk_script)
        sed -n '1,/^##test-files-begin/p' $< > $@t
        tool=`echo $(subdir)|sed 's/^tests.//;s/-test//'`; \
          echo "x = $$tool" >> $@t
-       $(PERL) -I. -w -- $(mk_script) --list >> $@t
+       $(PERL) -I$(srcdir) -w -- $(mk_script) --list >> $@t
        sed -n '/^##test-files-end/,$$p' $< >> $@t
        mv $@t $@
 
index 9ad94c5d603e1689b97a88980ca83b6ab7303ef1..b8e6945e22efed4c4924690b4ef20b8f1b760b74 100644 (file)
@@ -33,7 +33,7 @@ TESTS = $x-tests
 
 mk_script = $(srcdir)/../mk-script
 $(srcdir)/$x-tests: $(mk_script) Test.pm
-       $(PERL) -I. -w -- $(mk_script) ../../src/$x > $@.n
+       $(PERL) -I$(srcdir) -w -- $(mk_script) ../../src/$x > $@.n
        mv $@.n $@
        chmod 755 $@
 
@@ -47,6 +47,6 @@ Makefile.am: ../Makefile.am.in Test.pm $(mk_script)
        sed -n '1,/^##test-files-begin/p' $< > $@t
        tool=`echo $(subdir)|sed 's/^tests.//;s/-test//'`; \
          echo "x = $$tool" >> $@t
-       $(PERL) -I. -w -- $(mk_script) --list >> $@t
+       $(PERL) -I$(srcdir) -w -- $(mk_script) --list >> $@t
        sed -n '/^##test-files-end/,$$p' $< >> $@t
        mv $@t $@
index fe584304cff3cff23a25526245b03aeed5fcb165..cc97c0ae4eab4d5772e9497282d4b4bf3183e5f1 100644 (file)
@@ -306,7 +306,7 @@ distclean-generic clean-generic maintainer-clean-generic clean \
 mostlyclean distclean maintainer-clean
 
 $(srcdir)/$x-tests: $(mk_script) Test.pm
-       $(PERL) -I. -w -- $(mk_script) ../../src/$x > $@.n
+       $(PERL) -I$(srcdir) -w -- $(mk_script) ../../src/$x > $@.n
        mv $@.n $@
        chmod 755 $@
 
@@ -317,7 +317,7 @@ Makefile.am: ../Makefile.am.in Test.pm $(mk_script)
        sed -n '1,/^##test-files-begin/p' $< > $@t
        tool=`echo $(subdir)|sed 's/^tests.//;s/-test//'`; \
          echo "x = $$tool" >> $@t
-       $(PERL) -I. -w -- $(mk_script) --list >> $@t
+       $(PERL) -I$(srcdir) -w -- $(mk_script) --list >> $@t
        sed -n '/^##test-files-end/,$$p' $< >> $@t
        mv $@t $@
 
index 4bc1905ff2a0459e0964372cf0b4219591dd4c17..6688f7ec9957de05fe86ee9cf9971fb685064afc 100644 (file)
@@ -27,7 +27,7 @@ TESTS = $x-tests
 
 mk_script = $(srcdir)/../mk-script
 $(srcdir)/$x-tests: $(mk_script) Test.pm
-       $(PERL) -I. -w -- $(mk_script) ../../src/$x > $@.n
+       $(PERL) -I$(srcdir) -w -- $(mk_script) ../../src/$x > $@.n
        mv $@.n $@
        chmod 755 $@
 
@@ -41,6 +41,6 @@ Makefile.am: ../Makefile.am.in Test.pm $(mk_script)
        sed -n '1,/^##test-files-begin/p' $< > $@t
        tool=`echo $(subdir)|sed 's/^tests.//;s/-test//'`; \
          echo "x = $$tool" >> $@t
-       $(PERL) -I. -w -- $(mk_script) --list >> $@t
+       $(PERL) -I$(srcdir) -w -- $(mk_script) --list >> $@t
        sed -n '/^##test-files-end/,$$p' $< >> $@t
        mv $@t $@
index 51db256d05a423e7f98f6141e1c019dddb3057b5..567e013589a38108117d4a83df4d3e7e53bf0f15 100644 (file)
@@ -300,7 +300,7 @@ distclean-generic clean-generic maintainer-clean-generic clean \
 mostlyclean distclean maintainer-clean
 
 $(srcdir)/$x-tests: $(mk_script) Test.pm
-       $(PERL) -I. -w -- $(mk_script) ../../src/$x > $@.n
+       $(PERL) -I$(srcdir) -w -- $(mk_script) ../../src/$x > $@.n
        mv $@.n $@
        chmod 755 $@
 
@@ -311,7 +311,7 @@ Makefile.am: ../Makefile.am.in Test.pm $(mk_script)
        sed -n '1,/^##test-files-begin/p' $< > $@t
        tool=`echo $(subdir)|sed 's/^tests.//;s/-test//'`; \
          echo "x = $$tool" >> $@t
-       $(PERL) -I. -w -- $(mk_script) --list >> $@t
+       $(PERL) -I$(srcdir) -w -- $(mk_script) --list >> $@t
        sed -n '/^##test-files-end/,$$p' $< >> $@t
        mv $@t $@
 
index e34eb0d70d9053997b07b61a96e01e835921df9d..ac209ece483cf09a36e38628c7b601ecfdac6d62 100644 (file)
@@ -21,7 +21,7 @@ TESTS = $x-tests
 
 mk_script = $(srcdir)/../mk-script
 $(srcdir)/$x-tests: $(mk_script) Test.pm
-       $(PERL) -I. -w -- $(mk_script) ../../src/$x > $@.n
+       $(PERL) -I$(srcdir) -w -- $(mk_script) ../../src/$x > $@.n
        mv $@.n $@
        chmod 755 $@
 
@@ -35,6 +35,6 @@ Makefile.am: ../Makefile.am.in Test.pm $(mk_script)
        sed -n '1,/^##test-files-begin/p' $< > $@t
        tool=`echo $(subdir)|sed 's/^tests.//;s/-test//'`; \
          echo "x = $$tool" >> $@t
-       $(PERL) -I. -w -- $(mk_script) --list >> $@t
+       $(PERL) -I$(srcdir) -w -- $(mk_script) --list >> $@t
        sed -n '/^##test-files-end/,$$p' $< >> $@t
        mv $@t $@
index f195e5c1aa8f06c3d1533d6f7f7049fe73189f41..1c457efa1fb72b127fdc38a03f4534214c78b4e7 100644 (file)
@@ -294,7 +294,7 @@ distclean-generic clean-generic maintainer-clean-generic clean \
 mostlyclean distclean maintainer-clean
 
 $(srcdir)/$x-tests: $(mk_script) Test.pm
-       $(PERL) -I. -w -- $(mk_script) ../../src/$x > $@.n
+       $(PERL) -I$(srcdir) -w -- $(mk_script) ../../src/$x > $@.n
        mv $@.n $@
        chmod 755 $@
 
@@ -305,7 +305,7 @@ Makefile.am: ../Makefile.am.in Test.pm $(mk_script)
        sed -n '1,/^##test-files-begin/p' $< > $@t
        tool=`echo $(subdir)|sed 's/^tests.//;s/-test//'`; \
          echo "x = $$tool" >> $@t
-       $(PERL) -I. -w -- $(mk_script) --list >> $@t
+       $(PERL) -I$(srcdir) -w -- $(mk_script) --list >> $@t
        sed -n '/^##test-files-end/,$$p' $< >> $@t
        mv $@t $@