diff options
author | Theodore Ts'o <tytso@mit.edu> | 2005-01-19 00:25:25 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2005-01-19 00:25:25 -0500 |
commit | 8800c738350800a66d38aa22f5ec916f97c29622 (patch) | |
tree | 2f7720162727b111945471613e0b51cf218b8e0d | |
parent | da76d6b72636d8cec6a582f7552cb7a64f41153a (diff) | |
download | e2fsprogs-8800c738350800a66d38aa22f5ec916f97c29622.tar.gz |
Makefile.in: Fix the kernel compile-time echo commands to be
consistent and portable
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/Makefile.in | 4 | ||||
-rw-r--r-- | lib/blkid/ChangeLog | 5 | ||||
-rw-r--r-- | lib/blkid/Makefile.in | 24 | ||||
-rw-r--r-- | lib/ext2fs/ChangeLog | 5 | ||||
-rw-r--r-- | lib/ext2fs/Makefile.in | 18 | ||||
-rw-r--r-- | lib/ss/ChangeLog | 5 | ||||
-rw-r--r-- | lib/ss/Makefile.in | 2 | ||||
-rw-r--r-- | lib/uuid/ChangeLog | 5 | ||||
-rw-r--r-- | lib/uuid/Makefile.in | 22 |
10 files changed, 60 insertions, 35 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index aba8a0db..e2aeb69e 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2005-01-18 Theodore Ts'o <tytso@mit.edu> + + * Makefile.in: Fix the kernel compile-time echo commands to be + consistent and portable + 2005-01-07 Theodore Ts'o <tytso@mit.edu> * libblkid.txt: Fix minor typo's --- thanks to Mike Castle diff --git a/doc/Makefile.in b/doc/Makefile.in index cd8eaa2f..a401fce7 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -33,11 +33,11 @@ uninstall-doc-libs: $(RM) -rf $(DESTDIR)$(infodir)/libext2fs.info* libext2fs.info: $(srcdir)/libext2fs.texinfo - @echo " MAKEINFO $<" + @echo " MAKEINFO $@" -@$(INFO) $(srcdir)/libext2fs.texinfo libext2fs.dvi: $(srcdir)/libext2fs.texinfo - @echo " TEXI2DVI $<" + @echo " TEXI2DVI $@" -@$(DVI) $(srcdir)/libext2fs.texinfo .PHONY: distclean diff --git a/lib/blkid/ChangeLog b/lib/blkid/ChangeLog index c693c8bf..ec1b98fe 100644 --- a/lib/blkid/ChangeLog +++ b/lib/blkid/ChangeLog @@ -1,3 +1,8 @@ +2005-01-18 Theodore Ts'o <tytso@mit.edu> + + * Makefile.in: Fix the kernel compile-time echo commands to be + consistent and portable + 2005-01-13 Matthias Andree <matthias.andree@gmx.de> * getsize.c: Move #include "blkidP.h" before <sys/queues.h> to avoid a diff --git a/lib/blkid/Makefile.in b/lib/blkid/Makefile.in index e78da2e7..b70bae6f 100644 --- a/lib/blkid/Makefile.in +++ b/lib/blkid/Makefile.in @@ -63,48 +63,48 @@ DEPLIBS_BLKID= $(DEPSTATIC_LIBBLKID) $(DEPSTATIC_LIBUUID) all:: $(SMANPAGES) $(top_builddir)/lib/blkid/blkid_types.h: $(srcdir)/blkid_types.h.in $(top_builddir)/config.status - @echo " CONFIG.STATUS $<" + @echo " CONFIG.STATUS $@" @cd $(top_builddir); \ CONFIG_FILES=$(my_dir)/blkid_types.h ./config.status libblkid.3: $(DEP_SUBSTITUTE) $(srcdir)/libblkid.3.in - @echo " CC $<" + @echo " SUBST $@" @$(SUBSTITUTE_UPTIME) $(srcdir)/libblkid.3.in libblkid.3 tst_cache: $(srcdir)/cache.c $(DEPLIBS_BLKID) - @echo " LD $<" + @echo " LD $@" @$(CC) -o tst_cache -DTEST_PROGRAM $(srcdir)/cache.c $(LIBS_BLKID) $(ALL_CFLAGS) tst_dev: $(srcdir)/dev.c $(DEPLIBS_BLKID) - @echo " LD $<" + @echo " LD $@" @$(CC) -o tst_dev -DTEST_PROGRAM $(srcdir)/dev.c $(LIBS_BLKID) $(ALL_CFLAGS) tst_devname: $(srcdir)/devname.c $(DEPLIBS_BLKID) - @echo " LD $<" + @echo " LD $@" @$(CC) -o tst_devname -DTEST_PROGRAM $(srcdir)/devname.c $(LIBS_BLKID) $(ALL_CFLAGS) tst_devno: $(srcdir)/devno.c $(DEPLIBS_BLKID) - @echo " LD $<" + @echo " LD $@" @$(CC) -o tst_devno -DTEST_PROGRAM $(srcdir)/devno.c $(LIBS_BLKID) $(ALL_CFLAGS) tst_getsize: $(srcdir)/getsize.c $(DEPLIBS_BLKID) - @echo " LD $<" + @echo " LD $@" @$(CC) -o tst_getsize -DTEST_PROGRAM $(srcdir)/getsize.c $(LIBS_BLKID) $(ALL_CFLAGS) tst_probe: $(srcdir)/probe.c $(DEPLIBS_BLKID) - @echo " LD $<" + @echo " LD $@" @$(CC) -o tst_probe -DTEST_PROGRAM $(srcdir)/probe.c $(LIBS_BLKID) $(ALL_CFLAGS) tst_read: $(srcdir)/read.c $(DEPLIBS_BLKID) - @echo " LD $<" + @echo " LD $@" @$(CC) -o tst_read -DTEST_PROGRAM $(srcdir)/read.c $(LIBS_BLKID) $(ALL_CFLAGS) tst_resolve: $(srcdir)/resolve.c $(DEPLIBS_BLKID) - @echo " LD $<" + @echo " LD $@" @$(CC) -o tst_resolve -DTEST_PROGRAM $(srcdir)/resolve.c $(LIBS_BLKID) $(ALL_CFLAGS) tst_save: $(srcdir)/save.c $(DEPLIBS_BLKID) - @echo " LD $<" + @echo " LD $@" @$(CC) -o tst_save -DTEST_PROGRAM $(srcdir)/save.c $(LIBS_BLKID) $(ALL_CFLAGS) ../../misc/blkid.o: $(top_srcdir)/misc/blkid.c blkid.h @@ -113,7 +113,7 @@ tst_save: $(srcdir)/save.c $(DEPLIBS_BLKID) -o ../../misc/blkid.o blkid: ../../misc/blkid.o libblkid.a $(DEPLIBUUID) - @echo " LD $<" + @echo " LD $@" @$(CC) -o blkid ../../misc/blkid.o libblkid.a $(LIBUUID) check:: all tst_cache tst_devname tst_devno tst_getsize tst_probe \ diff --git a/lib/ext2fs/ChangeLog b/lib/ext2fs/ChangeLog index 260cd2f9..c0dc8278 100644 --- a/lib/ext2fs/ChangeLog +++ b/lib/ext2fs/ChangeLog @@ -1,3 +1,8 @@ +2005-01-18 Theodore Ts'o <tytso@mit.edu> + + * Makefile.in: Fix the kernel compile-time echo commands to be + consistent and portable + 2005-01-07 Theodore Ts'o <tytso@mit.edu> * unlink.c (ext2fs_unlink): If both the name and the inode number diff --git a/lib/ext2fs/Makefile.in b/lib/ext2fs/Makefile.in index 931e9b07..75fb344d 100644 --- a/lib/ext2fs/Makefile.in +++ b/lib/ext2fs/Makefile.in @@ -175,47 +175,47 @@ ext2_err.et: $(DEP_SUBSTITUTE) $(srcdir)/ext2_err.et.in @$(SUBSTITUTE) $(srcdir)/ext2_err.et.in ext2_err.et ext2_err.c ext2_err.h: ext2_err.et - @echo " COMPILE_ET $<" + @echo " COMPILE_ET ex2_err.et" @$(COMPILE_ET) ext2_err.et tst_badblocks: tst_badblocks.o freefs.o \ read_bb_file.o write_bb_file.o badblocks.o - @echo " LD $<" + @echo " LD $@" @$(CC) -o tst_badblocks tst_badblocks.o freefs.o \ read_bb_file.o write_bb_file.o badblocks.o \ inline.o bitops.o gen_bitmap.o $(LIBCOM_ERR) tst_iscan: tst_iscan.o inode.o badblocks.o test_io.o $(STATIC_LIBEXT2FS) - @echo " LD $<" + @echo " LD $@" @$(CC) -o tst_iscan tst_iscan.o inode.o badblocks.o test_io.o \ $(STATIC_LIBEXT2FS) $(LIBCOM_ERR) tst_getsize: tst_getsize.o getsize.o $(STATIC_LIBEXT2FS) - @echo " LD $<" + @echo " LD $@" @$(CC) -o tst_getsize tst_getsize.o getsize.o $(STATIC_LIBEXT2FS) \ $(LIBCOM_ERR) tst_ismounted: $(srcdir)/ismounted.c $(STATIC_LIBEXT2FS) - @echo " LD $<" + @echo " LD $@" @$(CC) -o tst_ismounted $(srcdir)/ismounted.c -DDEBUG $(ALL_CFLAGS) $(LIBCOM_ERR) tst_byteswap: tst_byteswap.o bitops.o $(STATIC_LIBEXT2FS) - @echo " LD $<" + @echo " LD $@" @$(CC) -o tst_byteswap tst_byteswap.o bitops.o $(STATIC_LIBEXT2FS) \ $(LIBCOM_ERR) tst_bitops: tst_bitops.o inline.o $(STATIC_LIBEXT2FS) - @echo " LD $<" + @echo " LD $@" @$(CC) -o tst_bitops tst_bitops.o inline.o \ $(STATIC_LIBEXT2FS) $(LIBCOM_ERR) tst_getsectsize: tst_getsectsize.o getsectsize.o $(STATIC_LIBEXT2FS) - @echo " LD $<" + @echo " LD $@" @$(CC) -o tst_sectgetsize tst_getsectsize.o getsectsize.o \ -DDEBUG $(STATIC_LIBEXT2FS) $(LIBCOM_ERR) mkjournal: mkjournal.c $(STATIC_LIBEXT2FS) - @echo " LD $<" + @echo " LD $@" @$(CC) -o mkjournal $(srcdir)/mkjournal.c -DDEBUG $(STATIC_LIBEXT2FS) $(LIBCOM_ERR) $(ALL_CFLAGS) check:: tst_badblocks tst_iscan @SWAPFS_CMT@ tst_byteswap diff --git a/lib/ss/ChangeLog b/lib/ss/ChangeLog index 06fce665..99d5d462 100644 --- a/lib/ss/ChangeLog +++ b/lib/ss/ChangeLog @@ -1,3 +1,8 @@ +2005-01-18 Theodore Ts'o <tytso@mit.edu> + + * Makefile.in: Fix the kernel compile-time echo commands to be + consistent and portable + 2004-12-14 Theodore Ts'o <tytso@mit.edu> * Makefile.in: Use Linux-kernel-style makefile output for "make diff --git a/lib/ss/Makefile.in b/lib/ss/Makefile.in index ca1bf2d5..d1282d25 100644 --- a/lib/ss/Makefile.in +++ b/lib/ss/Makefile.in @@ -102,7 +102,7 @@ std_rqs.c: std_rqs.ct mk_cmds @DIR=$(srcdir) $(MK_CMDS) $(srcdir)/std_rqs.ct ss_err.c ss_err.h: ss_err.et - @echo " COMPILE_ET $<" + @echo " COMPILE_ET ss_err.et" @$(COMPILE_ET) $(srcdir)/ss_err.et ct.tab.c ct.tab.h: ct.y diff --git a/lib/uuid/ChangeLog b/lib/uuid/ChangeLog index 297c573b..0a76257a 100644 --- a/lib/uuid/ChangeLog +++ b/lib/uuid/ChangeLog @@ -1,3 +1,8 @@ +2005-01-18 Theodore Ts'o <tytso@mit.edu> + + * Makefile.in: Fix the kernel compile-time echo commands to be + consistent and portable + 2005-01-17 Theodore Ts'o <tytso@mit.edu> * uuidP.h: Use inttypes.h in preference to stdint.h for diff --git a/lib/uuid/Makefile.in b/lib/uuid/Makefile.in index 911a9e8d..010233e8 100644 --- a/lib/uuid/Makefile.in +++ b/lib/uuid/Makefile.in @@ -77,48 +77,48 @@ tst_uuid.o: $(srcdir)/tst_uuid.c @$(CC) $(ALL_CFLAGS) -c $(srcdir)/tst_uuid.c -o tst_uuid.o tst_uuid: tst_uuid.o $(DEPSTATIC_LIBUUID) - @echo " LD $<" + @echo " LD $@" @$(CC) $(ALL_LDFLAGS) -o tst_uuid tst_uuid.o $(STATIC_LIBUUID) uuid_time: $(srcdir)/uuid_time.c $(DEPLIBUUID) - @echo " LD $<" + @echo " LD $@" @$(CC) $(ALL_CFLAGS) -DDEBUG -o uuid_time $(srcdir)/uuid_time.c \ $(LIBUUID) uuid.3: $(DEP_SUBSTITUTE) $(srcdir)/uuid.3.in - @echo " SUBST $<" + @echo " SUBST $@" @$(SUBSTITUTE_UPTIME) $(srcdir)/uuid.3.in uuid.3 uuid_clear.3: $(DEP_SUBSTITUTE) $(srcdir)/uuid_clear.3.in - @echo " SUBST $<" + @echo " SUBST $@" @$(SUBSTITUTE_UPTIME) $(srcdir)/uuid_clear.3.in uuid_clear.3 uuid_compare.3: $(DEP_SUBSTITUTE) $(srcdir)/uuid_compare.3.in - @echo " SUBST $<" + @echo " SUBST $@" @$(SUBSTITUTE_UPTIME) $(srcdir)/uuid_compare.3.in uuid_compare.3 uuid_copy.3: $(DEP_SUBSTITUTE) $(srcdir)/uuid_copy.3.in - @echo " SUBST $<" + @echo " SUBST $@" @$(SUBSTITUTE_UPTIME) $(srcdir)/uuid_copy.3.in uuid_copy.3 uuid_generate.3: $(DEP_SUBSTITUTE) $(srcdir)/uuid_generate.3.in - @echo " SUBST $<" + @echo " SUBST $@" @$(SUBSTITUTE_UPTIME) $(srcdir)/uuid_generate.3.in uuid_generate.3 uuid_is_null.3: $(DEP_SUBSTITUTE) $(srcdir)/uuid_is_null.3.in - @echo " SUBST $<" + @echo " SUBST $@" @$(SUBSTITUTE_UPTIME) $(srcdir)/uuid_is_null.3.in uuid_is_null.3 uuid_parse.3: $(DEP_SUBSTITUTE) $(srcdir)/uuid_parse.3.in - @echo " SUBST $<" + @echo " SUBST $@" @$(SUBSTITUTE_UPTIME) $(srcdir)/uuid_parse.3.in uuid_parse.3 uuid_time.3: $(DEP_SUBSTITUTE) $(srcdir)/uuid_time.3.in - @echo " SUBST $<" + @echo " SUBST $@" @$(SUBSTITUTE_UPTIME) $(srcdir)/uuid_time.3.in uuid_time.3 uuid_unparse.3: $(DEP_SUBSTITUTE) $(srcdir)/uuid_unparse.3.in - @echo " SUBST $<" + @echo " SUBST $@" @$(SUBSTITUTE_UPTIME) $(srcdir)/uuid_unparse.3.in uuid_unparse.3 installdirs:: |