summaryrefslogtreecommitdiff
path: root/lib/et
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2004-11-30 10:52:27 -0500
committerTheodore Ts'o <tytso@mit.edu>2004-11-30 10:52:27 -0500
commit47204ff9830b17fc6317f48e88d2039f57a5d10a (patch)
tree8d57bc9cd5f44e7e142d3bac9c4327b982e2f321 /lib/et
parent39dc1c45cb41ce37a56d364103bb852d0b62c835 (diff)
downloade2fsprogs-47204ff9830b17fc6317f48e88d2039f57a5d10a.tar.gz
Use Linux-kernel-style makefile output to make it easier to
see errors/warnings.
Diffstat (limited to 'lib/et')
-rw-r--r--lib/et/ChangeLog5
-rw-r--r--lib/et/Makefile.in16
2 files changed, 14 insertions, 7 deletions
diff --git a/lib/et/ChangeLog b/lib/et/ChangeLog
index 24c854e8..6429fb71 100644
--- a/lib/et/ChangeLog
+++ b/lib/et/ChangeLog
@@ -1,3 +1,8 @@
+2004-11-30 Theodore Ts'o <tytso@mit.edu>
+
+ * Makefile.in: Use Linux-kernel-style makefile output to make it
+ easier to see errors/warnings.
+
2004-09-17 Theodore Ts'o <tytso@mit.edu>
* compile_et.sh.in: Remove XSI:isms for greater portability.
diff --git a/lib/et/Makefile.in b/lib/et/Makefile.in
index 811d74b3..dda79804 100644
--- a/lib/et/Makefile.in
+++ b/lib/et/Makefile.in
@@ -41,11 +41,12 @@ BSDLIB_INSTALL_DIR = $(root_libdir)
# what to build...
#
.c.o:
- $(CC) $(ALL_CFLAGS) -c $< -o $@
-@PROFILE_CMT@ $(CC) $(ALL_CFLAGS) -g -pg -o profiled/$*.o -c $<
-@CHECKER_CMT@ $(CC) $(ALL_CFLAGS) -checker -g -o checker/$*.o -c $<
-@ELF_CMT@ $(CC) $(ALL_CFLAGS) -fPIC -o elfshared/$*.o -c $<
-@BSDLIB_CMT@ $(CC) $(ALL_CFLAGS) $(BSDLIB_PIC_FLAG) -o pic/$*.o -c $<
+ @echo " CC $<"
+ @$(CC) $(ALL_CFLAGS) -c $< -o $@
+@PROFILE_CMT@ @$(CC) $(ALL_CFLAGS) -g -pg -o profiled/$*.o -c $<
+@CHECKER_CMT@ @$(CC) $(ALL_CFLAGS) -checker -g -o checker/$*.o -c $<
+@ELF_CMT@ @$(CC) $(ALL_CFLAGS) -fPIC -o elfshared/$*.o -c $<
+@BSDLIB_CMT@ @$(CC) $(ALL_CFLAGS) $(BSDLIB_PIC_FLAG) -o pic/$*.o -c $<
@MAKEFILE_LIBRARY@
@MAKEFILE_ELF@
@@ -54,8 +55,9 @@ BSDLIB_INSTALL_DIR = $(root_libdir)
@MAKEFILE_CHECKER@
compile_et: $(DEP_SUBSTITUTE) $(srcdir)/compile_et.sh.in
- $(SUBSTITUTE) $(srcdir)/compile_et.sh.in compile_et
- $(CHMOD) +x compile_et
+ @echo " SUBST $@"
+ @$(SUBSTITUTE) $(srcdir)/compile_et.sh.in compile_et
+ @$(CHMOD) +x compile_et
com_err.ps : com_err.dvi
com_err.dvi: com_err.texinfo