Whamcloud - gitweb
Address parallel build problem in the library Makefiles
authorTheodore Ts'o <tytso@mit.edu>
Sun, 11 Dec 2005 03:23:01 +0000 (22:23 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 11 Dec 2005 03:23:01 +0000 (22:23 -0500)
Add a dependency to make sure that the subdirectories are created before
creating all of the object files.

Addresses Sourceforge Bug: #1261553

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
12 files changed:
lib/blkid/ChangeLog
lib/blkid/Makefile.in
lib/e2p/ChangeLog
lib/e2p/Makefile.in
lib/et/ChangeLog
lib/et/Makefile.in
lib/ext2fs/ChangeLog
lib/ext2fs/Makefile.in
lib/ss/ChangeLog
lib/ss/Makefile.in
lib/uuid/ChangeLog
lib/uuid/Makefile.in

index a31bbfd..7683a77 100644 (file)
@@ -1,3 +1,9 @@
+2005-12-10  Theodore Ts'o  <tytso@mit.edu>
+
+       * Makefile.in: Add a dependency to make sure that the
+               subdirectories are created before creating all of the
+               object files.
+
 2005-09-10  Theodore Ts'o  <tytso@mit.edu>
 
        * probe.c (probe_fat): Search the root directory of FAT
index 2fc589c..2dd9260 100644 (file)
@@ -181,6 +181,8 @@ distclean:: clean
        $(RM) -f .depend Makefile blkid.pc \
                $(srcdir)/TAGS $(srcdir)/Makefile.in.old
 
+$(OBJS): subdirs
+
 # +++ Dependency line eater +++
 # 
 # Makefile dependencies follow.  This must be the last section in
@@ -205,7 +207,7 @@ read.o: $(srcdir)/read.c $(srcdir)/blkidP.h $(srcdir)/blkid.h \
  $(top_builddir)/lib/blkid/blkid_types.h $(srcdir)/list.h \
  $(top_srcdir)/lib/uuid/uuid.h
 resolve.o: $(srcdir)/resolve.c $(srcdir)/blkidP.h $(srcdir)/blkid.h \
- $(top_builddir)/lib/blkid/blkid_types.h $(srcdir)/list.h $(srcdir)/probe.h
+ $(top_builddir)/lib/blkid/blkid_types.h $(srcdir)/list.h
 save.o: $(srcdir)/save.c $(srcdir)/blkidP.h $(srcdir)/blkid.h \
  $(top_builddir)/lib/blkid/blkid_types.h $(srcdir)/list.h
 tag.o: $(srcdir)/tag.c $(srcdir)/blkidP.h $(srcdir)/blkid.h \
index 79f62fd..763f940 100644 (file)
@@ -1,3 +1,9 @@
+2005-12-10  Theodore Ts'o  <tytso@mit.edu>
+
+       * Makefile.in: Add a dependency to make sure that the
+               subdirectories are created before creating all of the
+               object files.
+
 2006-06-30  Theodore Ts'o  <tytso@mit.edu>
 
        * Release of E2fsprogs 1.38
index ac24940..6dd3922 100644 (file)
@@ -103,6 +103,8 @@ distclean:: clean
        $(RM) -f .depend Makefile e2p.pc \
                $(srcdir)/TAGS $(srcdir)/Makefile.in.old
 
+$(OBJS): subdirs
+
 # +++ Dependency line eater +++
 # 
 # Makefile dependencies follow.  This must be the last section in
index 7505fa8..c8f63d2 100644 (file)
@@ -1,3 +1,9 @@
+2005-12-10  Theodore Ts'o  <tytso@mit.edu>
+
+       * Makefile.in: Add a dependency to make sure that the
+               subdirectories are created before creating all of the
+               object files.
+
 2005-07-19  Theodore Ts'o  <tytso@mit.edu>
 
        * et_c.awk: Fix bug where error messages using continuations
index 066a47a..fc2aa61 100644 (file)
@@ -132,6 +132,8 @@ distclean:: clean
        $(RM) -f .depend Makefile com_err.pc \
                $(srcdir)/TAGS $(srcdir)/Makefile.in.old
 
+$(OBJS): subdirs
+
 # +++ Dependency line eater +++
 # 
 # Makefile dependencies follow.  This must be the last section in
index 0db4eff..f2cd2fb 100644 (file)
@@ -1,5 +1,11 @@
 2005-12-10  Theodore Ts'o  <tytso@mit.edu>
 
+       * Makefile.in: Add a dependency to make sure that the
+               subdirectories are created before creating all of the
+               object files.
+
+2005-12-10  Theodore Ts'o  <tytso@mit.edu>
+
        * res_gdt.c (ext2fs_create_resize_inode): Fix type-punning warning.
 
        * read_bb_file.c (ext2fs_read_bb_FILE): Use a data structure
index b857c61..d0412ff 100644 (file)
@@ -270,6 +270,8 @@ distclean:: clean
 #
 $(top_builddir)/lib/ext2fs/ext2_err.h: ext2_err.h
 
+$(OBJS): subdirs
+
 # +++ Dependency line eater +++
 # 
 # Makefile dependencies follow.  This must be the last section in
index 13447b0..3a41491 100644 (file)
@@ -1,3 +1,9 @@
+2005-12-10  Theodore Ts'o  <tytso@mit.edu>
+
+       * Makefile.in: Add a dependency to make sure that the
+               subdirectories are created before creating all of the
+               object files.
+
 2005-07-25  Theodore Ts'o  <tytso@mit.edu>
 
        * pager.c (ss_safe_getenv): Pass in zero to the unusued arguments
index bbcc38b..40e1005 100644 (file)
@@ -173,6 +173,8 @@ distclean:: clean
 #
 $(top_builddir)/lib/ss/ss_err.h: ss_err.h
 
+$(OBJS): subdirs
+
 # +++ Dependency line eater +++
 # 
 # Makefile dependencies follow.  This must be the last section in
index b90e063..26a9699 100644 (file)
@@ -1,3 +1,9 @@
+2005-12-10  Theodore Ts'o  <tytso@mit.edu>
+
+       * Makefile.in: Add a dependency to make sure that the
+               subdirectories are created before creating all of the
+               object files.
+
 2006-06-30  Theodore Ts'o  <tytso@mit.edu>
 
        * Release of E2fsprogs 1.38
index 4656090..2c6b4fa 100644 (file)
@@ -179,6 +179,8 @@ distclean:: clean
 ../../lib/libuuid.so: image
 ../../lib/libuuid.dylib: image
 
+$(OBJS): subdirs
+
 # +++ Dependency line eater +++
 # 
 # Makefile dependencies follow.  This must be the last section in