uclibc: use $(MAKE) iso $(MAKE1) for menuconfig target
authorThomas De Schampheleire <patrickdepinguin@gmail.com>
Thu, 24 Jul 2014 17:49:29 +0000 (19:49 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 29 Jul 2014 21:46:39 +0000 (23:46 +0200)
commit419f276c1375e6923860b6d1590a7364f7f23d68
tree4cf95befe917bf39e0374ecd47d8e528f07eb3b6
parent8b8a60cd52c6350e346f9783863d362eeccf82b6
uclibc: use $(MAKE) iso $(MAKE1) for menuconfig target

There is no real reason to run uclibc-menuconfig in non-parallel mode,
even though one can neither expect performance benefits from a parallel
menuconfig.
Nevertheless, $(MAKE) is the default, so this patch removes the unnecessary
non-default $(MAKE1) usage for uclibc-menuconfig.

This is a simplification introduced in preparation of the kconfig-package
infrastructure.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/uclibc/uclibc.mk