]> Zhao Yanbai Git Server - minix.git/commitdiff
drivers/ builds in parallel (make -j N)
authorTomas Hruby <tom@minix3.org>
Thu, 1 Jul 2010 07:39:36 +0000 (07:39 +0000)
committerTomas Hruby <tom@minix3.org>
Thu, 1 Jul 2010 07:39:36 +0000 (07:39 +0000)
drivers/tty/keymaps/Makefile.inc

index 3cea5b8681017a5bd6d3afef73c239cc4d37037f..8c8b1236a562dcbe145151fdd0dca92dada4f0a4 100644 (file)
@@ -4,9 +4,9 @@ FILESDIR= /usr/lib/keymaps
 
 .src.map:
        ${_MKTARGET_CREATE}
-       $(CC) -DKEYSRC=\"$<\" ${.CURDIR}/genmap.c
-       ./a.out > $@
-       @rm -f a.out
+       $(CC) -DKEYSRC=\"$<\" -o $<_genmap ${.CURDIR}/genmap.c
+       ./$<_genmap > $@
+       @rm -f $<_genmap
 
 realall: ${FILES}