Whamcloud - gitweb
ChangeLog, MCONFIG.in, Makefile.in, Makefile.in.in:
authorTheodore Ts'o <tytso@mit.edu>
Sat, 9 Dec 2000 02:37:33 +0000 (02:37 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 9 Dec 2000 02:37:33 +0000 (02:37 +0000)
  Fix so that top-level "make check" works correctly.
e2image.c:
  Fix program name for e2image.

ChangeLog
MCONFIG.in
Makefile.in
misc/e2image.c
po/ChangeLog [new file with mode: 0644]
po/Makefile.in.in
resize/ChangeLog
resize/Makefile.in
tests/progs/ChangeLog
tests/progs/Makefile.in

index 4cf7968..e6130c1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-12-08    <tytso@snap.thunk.org>
+
+       * MCONFIG.in, Makefile.in: Fix so that top-level "make check"
+               works correctly.
+
 2000-10-24    <tytso@snap.thunk.org>
 
        * e2fsprogs.spec: Update spec file for Red Hat 7.0 compatibility
index 89918ca..fb52574 100644 (file)
@@ -2,6 +2,8 @@
 
 all::
 
+check::
+
 SHELL = /bin/sh
 
 prefix = @prefix@
index 6a5bae9..c620097 100644 (file)
@@ -48,7 +48,7 @@ install-libs: install-libs-recursive
 
 uninstall-libs: uninstall-libs-recursive
 
-TAGS clean-recursive distclean-recursive depend-recursive \
+TAGS clean-recursive distclean-recursive depend-recursive check-recursive \
            mostlyclean-recursive realclean-recursive install-recursive:
        for subdir in $(SUBDIRS); do \
          if test -d $$subdir ; then \
@@ -104,8 +104,7 @@ distclean-local: clean-local
 realclean-local: distclean-local
        $(RM) -f configure
 
-check:
-       cd tests && $(MAKE) check
+check::        check-recursive
 
 distribution_tar_file:
        $(RM) -rf /tmp/dest
index 2cdf2fe..0dcc019 100644 (file)
@@ -40,7 +40,7 @@ extern int optind;
 #include "../version.h"
 #include "nls-enable.h"
 
-const char * program_name = "e2label";
+const char * program_name = "e2image";
 char * device_name = NULL;
 
 static void usage(void)
diff --git a/po/ChangeLog b/po/ChangeLog
new file mode 100644 (file)
index 0000000..2f53765
--- /dev/null
@@ -0,0 +1,5 @@
+2000-12-08    <tytso@snap.thunk.org>
+
+       * Makefile.in.in: Fix so that top-level "make check" works
+       correctly.
+
index 111b40f..0820064 100644 (file)
@@ -178,7 +178,7 @@ uninstall:
        done
        rm -f $(gettextsrcdir)/po-Makefile.in.in
 
-check: all
+check:: all
 
 cat-id-tbl.o: ../intl/libgettext.h
 
index 6e974a4..4227113 100644 (file)
@@ -1,3 +1,7 @@
+2000-12-08    <tytso@snap.thunk.org>
+
+       * Makefile.in: Fix so that top-level "make check" works correctly.
+
 2000-07-13    <tytso@valinux.com>
 
        * Release of E2fsprogs 1.19
index c833c4f..319abfb 100644 (file)
@@ -73,7 +73,7 @@ uninstall:
 test_extent.out: test_extent $(srcdir)/test_extent.in
        ./test_extent < $(srcdir)/test_extent.in > test_extent.out
 
-check: test_extent.out
+check:: test_extent.out
        @if cmp -s test_extent.out $(srcdir)/test_extent.in ; then \
                echo "Test succeeded." ; \
        else \
index 286af8b..0b504ad 100644 (file)
@@ -1,3 +1,8 @@
+2000-12-08    <tytso@snap.thunk.org>
+
+       * Makefile.in (srcdir): Fix so that top-level "make check" works
+               correctly.
+
 2000-10-18    <tytso@valinux.com>
 
        * random_exercise.c: Add support for making the test files have a
index a4f1362..53c5997 100644 (file)
@@ -49,8 +49,6 @@ install:
 
 uninstall:
 
-check:
-
 mostlyclean: clean
 distclean: clean
        $(RM) -f .depend Makefile $(srcdir)/TAGS $(srcdir)/Makefile.in.old