From 5b1cfb9d09a8a40577e79262c6d79dfcde36b1b7 Mon Sep 17 00:00:00 2001 From: Sebastian Siewior Date: Wed, 20 Aug 2008 21:50:18 +0200 Subject: mtd-utils: enable parallel build process -j 2 build was not possible without this patch. Signed-off-by: Sebastian Siewior Signed-off-by: David Woodhouse --- ubi-utils/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ubi-utils/Makefile') diff --git a/ubi-utils/Makefile b/ubi-utils/Makefile index 3e6203f..bc27f7b 100644 --- a/ubi-utils/Makefile +++ b/ubi-utils/Makefile @@ -30,18 +30,18 @@ vpath %.c ./src $(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $< -g -Wp,-MD,.$(shell basename $<).dep all: $(TARGETS) - make -C new-utils + $(MAKE) -C new-utils IGNORE=${wildcard .*.c.dep} -include ${IGNORE} $(NTARGETS): - make -C new-utils $@ + $(MAKE) -C new-utils $@ mv new-utils/$@ $@ clean: rm -rf *.o $(TARGETS) .*.c.dep - make -C new-utils clean + $(MAKE) -C new-utils clean pddcustomize: pddcustomize.o error.o libubimirror.o bootenv.o hashmap.o \ libubi.o crc32.o -- cgit v1.2.3