]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sun, 22 Dec 1996 03:30:23 +0000 (03:30 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 22 Dec 1996 03:30:23 +0000 (03:30 +0000)
tests/cut/Makefile.in
tests/join/Makefile.in
tests/md5sum/Makefile.in
tests/sort/Makefile.in
tests/tr/Makefile.in

index 2572aefcdefb102478c95daf1e51e8862cc17de2..15fa520c51f669c2551d5564d37999733725ad36 100644 (file)
@@ -43,7 +43,6 @@ GMSGFMT = @GMSGFMT@
 CC = @CC@
 
 x = cut
-
 explicit =
 maint_gen = t1.in t1.exp t2.in t2.exp t3.in t3.exp t4.in t4.exp t5.in t5.exp \
 t6.in t6.exp t7.in t7.exp t8.in t8.exp t9.in t9.exp ta.in ta.exp tb.in tb.exp \
@@ -93,7 +92,7 @@ default: all
 .SUFFIXES:
 .SUFFIXES: .pl
 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL) 
-       cd $(top_srcdir) && automake --gnits tests/cut-test/Makefile
+       cd $(top_srcdir) && automake --gnu tests/cut-test/Makefile
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
        cd $(top_builddir) \
@@ -201,9 +200,12 @@ $x-tests: @MAINT@mk-script Test.pm
 
 @MAINT@rebuild-check: Test.pm mk-script
 @MAINT@        rb=rb-check; rm -f $rb; \
-@MAINT@        sed -n '1,/^##test-files-begin/p' Makefile.am > $$rb; \
+@MAINT@        m_template=../Makefile.am.in; \
+@MAINT@        sed -n '1,/^##test-files-begin/p' $$m_template > $$rb; \
+@MAINT@        tool=`echo $(subdir)|sed 's/^tests.//;s/-test//'`; \
+@MAINT@        echo "x = $$tool" >> $$rb; \
 @MAINT@        ./mk-script --list >> $$rb; \
-@MAINT@        sed -n '/^##test-files-end/,$$p' Makefile.am >> $$rb; \
+@MAINT@        sed -n '/^##test-files-end/,$$p' $$m_template >> $$rb; \
 @MAINT@        diff -u Makefile.am $$rb && echo ok || echo no
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
index 721d27c91b27025da138a833bc8002a4d00c465c..4e9b06cf852183d64913476943c11df8fff92551 100644 (file)
@@ -43,7 +43,6 @@ GMSGFMT = @GMSGFMT@
 CC = @CC@
 
 x = join
-
 explicit =
 maint_gen = t1a.in1 t1a.in2 t1a.exp t1b.in1 t1b.in2 t1b.exp t1c.in1 t1c.in2 \
 t1c.exp t1d.in1 t1d.in2 t1d.exp t1e.in1 t1e.in2 t1e.exp t1f.in1 t1f.in2 \
@@ -98,7 +97,7 @@ default: all
 .SUFFIXES:
 .SUFFIXES: .pl
 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL) 
-       cd $(top_srcdir) && automake --gnits tests/join-test/Makefile
+       cd $(top_srcdir) && automake --gnu tests/join-test/Makefile
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
        cd $(top_builddir) \
@@ -206,9 +205,12 @@ $x-tests: @MAINT@mk-script Test.pm
 
 @MAINT@rebuild-check: Test.pm mk-script
 @MAINT@        rb=rb-check; rm -f $rb; \
-@MAINT@        sed -n '1,/^##test-files-begin/p' Makefile.am > $$rb; \
+@MAINT@        m_template=../Makefile.am.in; \
+@MAINT@        sed -n '1,/^##test-files-begin/p' $$m_template > $$rb; \
+@MAINT@        tool=`echo $(subdir)|sed 's/^tests.//;s/-test//'`; \
+@MAINT@        echo "x = $$tool" >> $$rb; \
 @MAINT@        ./mk-script --list >> $$rb; \
-@MAINT@        sed -n '/^##test-files-end/,$$p' Makefile.am >> $$rb; \
+@MAINT@        sed -n '/^##test-files-end/,$$p' $$m_template >> $$rb; \
 @MAINT@        diff -u Makefile.am $$rb && echo ok || echo no
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
index dc1b901d6507ffbff6b7dcce2d7a7e82f2970e38..bb32ce4f398b5e92d8b794859e34448fbf9b05ba 100644 (file)
@@ -62,7 +62,7 @@ default: all
 
 .SUFFIXES:
 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL) 
-       cd $(top_srcdir) && automake --gnits tests/md5sum-test/Makefile
+       cd $(top_srcdir) && automake --gnu tests/md5sum-test/Makefile
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
        cd $(top_builddir) \
index c07535fab35c5d154e995ebca6b0d6a4a97f5ef9..9dfdc011c4c63bcb4933d96f3c116f359d4e86c8 100644 (file)
@@ -43,7 +43,6 @@ GMSGFMT = @GMSGFMT@
 CC = @CC@
 
 x = sort
-
 explicit =
 maint_gen = t01a.in t01a.exp t02a.in t02a.exp t02b.in t02b.exp t02c.in \
 t02c.exp t02d.in t02d.exp t02e.in t02e.exp t02f.in t02f.exp t03a.in t03a.exp \
@@ -116,7 +115,7 @@ default: all
 .SUFFIXES:
 .SUFFIXES: .pl
 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL) 
-       cd $(top_srcdir) && automake --gnits tests/sort-test/Makefile
+       cd $(top_srcdir) && automake --gnu tests/sort-test/Makefile
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
        cd $(top_builddir) \
@@ -224,9 +223,12 @@ $x-tests: @MAINT@mk-script Test.pm
 
 @MAINT@rebuild-check: Test.pm mk-script
 @MAINT@        rb=rb-check; rm -f $rb; \
-@MAINT@        sed -n '1,/^##test-files-begin/p' Makefile.am > $$rb; \
+@MAINT@        m_template=../Makefile.am.in; \
+@MAINT@        sed -n '1,/^##test-files-begin/p' $$m_template > $$rb; \
+@MAINT@        tool=`echo $(subdir)|sed 's/^tests.//;s/-test//'`; \
+@MAINT@        echo "x = $$tool" >> $$rb; \
 @MAINT@        ./mk-script --list >> $$rb; \
-@MAINT@        sed -n '/^##test-files-end/,$$p' Makefile.am >> $$rb; \
+@MAINT@        sed -n '/^##test-files-end/,$$p' $$m_template >> $$rb; \
 @MAINT@        diff -u Makefile.am $$rb && echo ok || echo no
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
index e65a47812ee4a273079c646adf6d2bf8f455f446..23c7e752a0a7b9d8fabc2decbe36252d3ff8eacf 100644 (file)
@@ -43,7 +43,6 @@ GMSGFMT = @GMSGFMT@
 CC = @CC@
 
 x = tr
-
 explicit =
 maint_gen = t1.in t1.exp t2.in t2.exp t3.in t3.exp t4.in t4.exp t5.in t5.exp \
 t6.in t6.exp t7.in t7.exp t8.in t8.exp t9.in t9.exp ta.in ta.exp tb.in tb.exp \
@@ -99,7 +98,7 @@ default: all
 .SUFFIXES:
 .SUFFIXES: .pl
 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL) 
-       cd $(top_srcdir) && automake --gnits tests/tr-test/Makefile
+       cd $(top_srcdir) && automake --gnu tests/tr-test/Makefile
 
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
        cd $(top_builddir) \
@@ -207,9 +206,12 @@ $x-tests: @MAINT@mk-script Test.pm
 
 @MAINT@rebuild-check: Test.pm mk-script
 @MAINT@        rb=rb-check; rm -f $rb; \
-@MAINT@        sed -n '1,/^##test-files-begin/p' Makefile.am > $$rb; \
+@MAINT@        m_template=../Makefile.am.in; \
+@MAINT@        sed -n '1,/^##test-files-begin/p' $$m_template > $$rb; \
+@MAINT@        tool=`echo $(subdir)|sed 's/^tests.//;s/-test//'`; \
+@MAINT@        echo "x = $$tool" >> $$rb; \
 @MAINT@        ./mk-script --list >> $$rb; \
-@MAINT@        sed -n '/^##test-files-end/,$$p' Makefile.am >> $$rb; \
+@MAINT@        sed -n '/^##test-files-end/,$$p' $$m_template >> $$rb; \
 @MAINT@        diff -u Makefile.am $$rb && echo ok || echo no
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.