From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yegor Yefremov Date: Wed, 28 Sep 2011 12:04:06 +0200 Subject: [Buildroot] Build a single package with -j1 In-Reply-To: References: Message-ID: <4E82F116.1030504@visionsystems.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hi Allan, > Is it possible to specify that a single package must be build in one thread only? Yes, it is. See package/libnl7libnl.mk: LIBNL_MAKE = $(MAKE1) Best regards, Yegor