kumquat-buildroot/package/nodejs
Arnout Vandecappelle (Essensium/Mind) fa56c5f4a2 package/nodejs: use ninja for build
Not only is ninja much faster, it also avoids the following build
failure:
make[3]: printf: Argument list too long

This failure happens when the output directory is about 6 levels deep.
It's due to the make generator of gyp that uses some crazy shell
processing for splitting up paths on /. The ninja generator does no such
thing.

While we're at it, remove redundant parenthesis in
HOST_NODEJS_CONFIGURE_CMDS.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-05-12 22:16:17 +02:00
..
0001-add-qemu-wrapper-support.patch
0001-check-if-uclibc-has-backtrace-support.patch
Config.in
Config.in.host
nodejs.hash
nodejs.mk package/nodejs: use ninja for build 2022-05-12 22:16:17 +02:00
v8-qemu-wrapper.in