From: Matthias Andree Date: Fri, 11 May 2012 23:14:30 +0000 (-0400) Subject: Fix parallel (make -j) build X-Git-Tag: v1.42.3~6 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=58b3d8d3aec9398b8c0fdedd23434a885f037c02;p=tools%2Fe2fsprogs.git Fix parallel (make -j) build Add a few dependencies where needed, so that "make -j17 check" now works. Signed-off-by: Matthias Andree Signed-off-by: Theodore Ts'o --- diff --git a/Makefile.in b/Makefile.in index 7c5d441..544ed02 100644 --- a/Makefile.in +++ b/Makefile.in @@ -73,6 +73,8 @@ install-libs: install-libs-recursive uninstall-libs: uninstall-libs-recursive +check-recursive: all + TAGS clean-recursive distclean-recursive depend-recursive check-recursive \ mostlyclean-recursive realclean-recursive: @for subdir in $(SUBDIRS); do \ diff --git a/lib/uuid/Makefile.in b/lib/uuid/Makefile.in index b85c720..caa13f7 100644 --- a/lib/uuid/Makefile.in +++ b/lib/uuid/Makefile.in @@ -76,7 +76,7 @@ uuid.h: $(srcdir)/uuid.h.in $(top_builddir)/lib/uuid/uuid_types.h: $(srcdir)/uuid_types.h.in $(top_builddir)/config.status cd $(top_builddir); CONFIG_FILES=$(my_dir)/uuid_types.h ./config.status -tst_uuid.o: $(srcdir)/tst_uuid.c +tst_uuid.o: $(srcdir)/tst_uuid.c uuid.h $(E) " CC $@" $(Q) $(CC) $(ALL_CFLAGS) -c $(srcdir)/tst_uuid.c -o tst_uuid.o