Don't use recursive make for verify target
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>
Mon, 1 Dec 2008 22:19:25 +0000 (14:19 -0800)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Mon, 1 Dec 2008 22:19:25 +0000 (14:19 -0800)
This makes the build more parallel since regdbdump.o build and link
can happen in parallel with the keys generation and the build of the
rest of the units.

Signed-off-by: Diego E. 'Flameeyes' Pettenò <flameeyes@gmail.com>
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Makefile

index 7a8a246..e21edd2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,8 +7,7 @@ PUBKEY_DIR=pubkeys
 
 CFLAGS += -Wall -g
 
-all: crda intersect
-       $(Q)$(MAKE) --no-print-directory -f Makefile verify
+all: crda intersect verify
 
 ifeq ($(USE_OPENSSL),1)
 CFLAGS += -DUSE_OPENSSL `pkg-config --cflags openssl`