From f0f4acbdd51fde0ef72b2d275c4aac22560b2dae Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Thu, 25 May 2000 23:22:11 +0000 Subject: [PATCH] ChangeLog, Makefile.in: Makefile.in: Add hack dependency rule so that parallel makes work correctly. --- lib/ext2fs/ChangeLog | 5 +++++ lib/ext2fs/Makefile.in | 4 ++++ lib/ss/ChangeLog | 5 +++++ lib/ss/Makefile.in | 5 +++++ lib/uuid/ChangeLog | 5 +++++ lib/uuid/Makefile.in | 5 +++++ 6 files changed, 29 insertions(+) diff --git a/lib/ext2fs/ChangeLog b/lib/ext2fs/ChangeLog index 58a1333..9bcb2ec 100644 --- a/lib/ext2fs/ChangeLog +++ b/lib/ext2fs/ChangeLog @@ -1,3 +1,8 @@ +2000-05-25 + + * Makefile: Add hack dependency rule so that parallel makes work + correctly. + 2000-05-18 Theodore Ts'o * ext2fs.h: Add appropriate ifdef's to support C++ compilation. diff --git a/lib/ext2fs/Makefile.in b/lib/ext2fs/Makefile.in index e323fde..b8e67fc 100644 --- a/lib/ext2fs/Makefile.in +++ b/lib/ext2fs/Makefile.in @@ -196,6 +196,10 @@ mostlyclean:: clean distclean:: clean $(RM) -f .depend ext2_err.c ext2_err.h Makefile \ $(srcdir)/TAGS $(srcdir)/Makefile.in.old +# +# Hack to parallel makes recognize dependencies correctly. +# +$(top_builddir)/lib/ext2fs/ext2_err.h: ext2_err.h # +++ Dependency line eater +++ # diff --git a/lib/ss/ChangeLog b/lib/ss/ChangeLog index b587bb5..6243f1d 100644 --- a/lib/ss/ChangeLog +++ b/lib/ss/ChangeLog @@ -1,3 +1,8 @@ +2000-05-25 + + * Makefile: Add hack dependency rule so that parallel makes work + correctly. + 1999-11-19 * execute_cmd.c (ss_execute_line): Fix memory leak; we weren't diff --git a/lib/ss/Makefile.in b/lib/ss/Makefile.in index b71604f..658a7c1 100644 --- a/lib/ss/Makefile.in +++ b/lib/ss/Makefile.in @@ -160,6 +160,11 @@ mostlyclean:: clean distclean:: clean $(RM) -f .depend Makefile $(srcdir)/TAGS $(srcdir)/Makefile.in.old +# +# Hack to parallel makes recognize dependencies correctly. +# +$(top_builddir)/lib/ss/ss_err.h: ss_err.h + # +++ Dependency line eater +++ # # Makefile dependencies follow. This must be the last section in diff --git a/lib/uuid/ChangeLog b/lib/uuid/ChangeLog index 212b047..6491656 100644 --- a/lib/uuid/ChangeLog +++ b/lib/uuid/ChangeLog @@ -1,3 +1,8 @@ +2000-05-25 + + * Makefile: Add hack dependency rule so that parallel makes work + correctly. + 2000-04-07 Theodore Ts'o * clear.c, compare.c, copy.c, gen_uuid.c, isnull.c, pack.c, diff --git a/lib/uuid/Makefile.in b/lib/uuid/Makefile.in index 8494d00..5fab432 100644 --- a/lib/uuid/Makefile.in +++ b/lib/uuid/Makefile.in @@ -153,6 +153,11 @@ mostlyclean:: clean distclean:: clean $(RM) -f .depend Makefile $(srcdir)/TAGS $(srcdir)/Makefile.in.old +# +# Hack to parallel makes recognize dependencies correctly. +# +../../lib/libuuid.a: libuuid.a + # +++ Dependency line eater +++ # # Makefile dependencies follow. This must be the last section in -- 1.8.3.1