.
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 fbe59ba..037c7c2 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 11c9a99..fecfbf7 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 575f05f..cb931c5 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 725eb68..b5f0b76 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 ca8d340..a3ec1f7 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 dcaa0e4..40c9008 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 f6e63a1..89f6d82 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 81099d9..83e0e66 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 3f7de04..5005ad9 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 2caf9fe..de75b99 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 2f9ee47..7ad899e 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 60bca42..e232113 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 7667ccc..f64deae 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 c26a098..53f7346 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 9ad94c5..b8e6945 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 fe58430..cc97c0a 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 4bc1905..6688f7e 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 51db256..567e013 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 e34eb0d..ac209ec 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 f195e5c..1c457ef 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 $@