ChangeLog, MCONFIG.in, Makefile.in, Makefile.in.in:

Fix so that top-level "make check" works correctly.
e2image.c:
  Fix program name for e2image.
bitmap-optimize
Theodore Ts'o 2000-12-09 02:37:33 +00:00
parent f20d0d57f7
commit 3e377db294
10 changed files with 26 additions and 8 deletions

View File

@ -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> 2000-10-24 <tytso@snap.thunk.org>
* e2fsprogs.spec: Update spec file for Red Hat 7.0 compatibility * e2fsprogs.spec: Update spec file for Red Hat 7.0 compatibility

View File

@ -2,6 +2,8 @@
all:: all::
check::
SHELL = /bin/sh SHELL = /bin/sh
prefix = @prefix@ prefix = @prefix@

View File

@ -48,7 +48,7 @@ install-libs: install-libs-recursive
uninstall-libs: uninstall-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: mostlyclean-recursive realclean-recursive install-recursive:
for subdir in $(SUBDIRS); do \ for subdir in $(SUBDIRS); do \
if test -d $$subdir ; then \ if test -d $$subdir ; then \
@ -104,8 +104,7 @@ distclean-local: clean-local
realclean-local: distclean-local realclean-local: distclean-local
$(RM) -f configure $(RM) -f configure
check: check:: check-recursive
cd tests && $(MAKE) check
distribution_tar_file: distribution_tar_file:
$(RM) -rf /tmp/dest $(RM) -rf /tmp/dest

View File

@ -40,7 +40,7 @@ extern int optind;
#include "../version.h" #include "../version.h"
#include "nls-enable.h" #include "nls-enable.h"
const char * program_name = "e2label"; const char * program_name = "e2image";
char * device_name = NULL; char * device_name = NULL;
static void usage(void) static void usage(void)

5
po/ChangeLog Normal file
View File

@ -0,0 +1,5 @@
2000-12-08 <tytso@snap.thunk.org>
* Makefile.in.in: Fix so that top-level "make check" works
correctly.

View File

@ -178,7 +178,7 @@ uninstall:
done done
rm -f $(gettextsrcdir)/po-Makefile.in.in rm -f $(gettextsrcdir)/po-Makefile.in.in
check: all check:: all
cat-id-tbl.o: ../intl/libgettext.h cat-id-tbl.o: ../intl/libgettext.h

View 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> 2000-07-13 <tytso@valinux.com>
* Release of E2fsprogs 1.19 * Release of E2fsprogs 1.19

View File

@ -73,7 +73,7 @@ uninstall:
test_extent.out: test_extent $(srcdir)/test_extent.in test_extent.out: test_extent $(srcdir)/test_extent.in
./test_extent < $(srcdir)/test_extent.in > test_extent.out ./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 \ @if cmp -s test_extent.out $(srcdir)/test_extent.in ; then \
echo "Test succeeded." ; \ echo "Test succeeded." ; \
else \ else \

View 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> 2000-10-18 <tytso@valinux.com>
* random_exercise.c: Add support for making the test files have a * random_exercise.c: Add support for making the test files have a

View File

@ -49,8 +49,6 @@ install:
uninstall: uninstall:
check:
mostlyclean: clean mostlyclean: clean
distclean: clean distclean: clean
$(RM) -f .depend Makefile $(srcdir)/TAGS $(srcdir)/Makefile.in.old $(RM) -f .depend Makefile $(srcdir)/TAGS $(srcdir)/Makefile.in.old