From 4d05d877670b40767292a63da1cb6632324e9cbb Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 20 Aug 2008 13:52:05 -0400 Subject: use $(MAKE) rather than make If you execute straight `make`, this prevents the active make env from being passed on to sub children. This prevents parallel building as well as build flag passing. I also dropped the recursive make in ubi-utils/Makefile for the all target as this causes problems when building in parallel. All of the targets that we actually care about are handled by the $(NTARGETS) target anyways. Signed-off-by: Mike Frysinger Signed-off-by: Artem Bityutskiy --- ubi-utils/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'ubi-utils/Makefile') diff --git a/ubi-utils/Makefile b/ubi-utils/Makefile index bc27f7b..4cca316 100644 --- a/ubi-utils/Makefile +++ b/ubi-utils/Makefile @@ -30,7 +30,6 @@ vpath %.c ./src $(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $< -g -Wp,-MD,.$(shell basename $<).dep all: $(TARGETS) - $(MAKE) -C new-utils IGNORE=${wildcard .*.c.dep} -include ${IGNORE} -- cgit v1.2.3