Gentoo Archives: gentoo-user

From: David Relson <relson@×××××××××××××.com>
To: gentoo-user <gentoo-user@l.g.o>
Subject: [gentoo-user] make.conf MAKEOPTS=-j2
Date: Sun, 02 Aug 2009 13:20:42
Message-Id: 20090802092037.6b380c87@osage.osagesoftware.com
1 I've had trouble building dev-util/duma and discovered this morning that
2 -j2 was the culprit. duma's build compiles and runs createconf.c in
3 order to create duma_config.h which is needed by dumapp.cpp. With -j2,
4 the cpp compilation is starting before createconf finishes running and
5 this causes the emerge to die.
6
7 How does one set a special MAKEOPTS for a particular package?

Replies

Subject Author
[gentoo-user] Re: make.conf MAKEOPTS=-j2 Nikos Chantziaras <realnc@×××××.de>
Re: [gentoo-user] make.conf MAKEOPTS=-j2 Neil Bothwick <neil@××××××××××.uk>