Bug#740397: busybox: please add support for parallel building

2014-03-01 Thread Ben Hutchings
On Sat, 2014-03-01 at 12:51 +0100, Cyril Brulebois wrote: > Ben Hutchings (2014-03-01): > > dpkg-buildpackage -j does *not* put -j on the debian/rules command line. > > It sets DEB_BUILD_OPTIONS. This is done precisely so that build daemons > > can use dpkg-buildpackage -j for everything but it w

Bug#740397: busybox: please add support for parallel building

2014-03-01 Thread Cyril Brulebois
Ben Hutchings (2014-03-01): > dpkg-buildpackage -j does *not* put -j on the debian/rules command line. > It sets DEB_BUILD_OPTIONS. This is done precisely so that build daemons > can use dpkg-buildpackage -j for everything but it will only result in a > parallel make where the maintainer has chec

Bug#740397: busybox: please add support for parallel building

2014-03-01 Thread Dimitri John Ledkov
On 1 March 2014 03:01, Cyril Brulebois wrote: > Ian Campbell (2014-03-01): >> On Sat, 2014-03-01 at 03:17 +0100, Cyril Brulebois wrote: >> > - $(MAKE) -C ${DIR} install docs/busybox.1 \ >> > + $(MAKE) -j$(NUMJOBS) -C ${DIR} install docs/busybox.1 \ >> >> If parallel build is not set t

Bug#740397: busybox: please add support for parallel building

2014-03-01 Thread Ben Hutchings
On Sat, 2014-03-01 at 12:01 +0400, Michael Tokarev wrote: > 01.03.2014 06:17, Cyril Brulebois wrote: > > Package: busybox > > Version: 1:1.20.0-7 > > Severity: normal > > Tags: patch > > > > Hi, > > > > the title and the attached patch say it all. > > Oh well. > > This come several times in the

Bug#740397: busybox: please add support for parallel building

2014-03-01 Thread Cyril Brulebois
Michael Tokarev (2014-03-01): > Now, when adding support for DEB_BUILD_OPTIONS's parallel=X suboption, > I always end up in either my packages building in just one thread > (because I still haven't figured how to pass environment variables to > sbuild for example) You just have to set it in your

Processed: Re: Bug#740397: busybox: please add support for parallel building

2014-03-01 Thread Debian Bug Tracking System
Processing control commands: > tag -1 + pending Bug #740397 [busybox] busybox: please add support for parallel building Added tag(s) pending. -- 740397: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740397 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCR

Bug#740397: busybox: please add support for parallel building

2014-03-01 Thread Michael Tokarev
Control: tag -1 + pending 01.03.2014 12:01, Michael Tokarev wrote: > 01.03.2014 06:17, Cyril Brulebois wrote: >> Package: busybox >> Version: 1:1.20.0-7 >> Severity: normal >> Tags: patch >> >> Hi, >> >> the title and the attached patch say it all. > > Oh well. > > This come several times in the

Bug#740397: busybox: please add support for parallel building

2014-03-01 Thread Michael Tokarev
01.03.2014 06:17, Cyril Brulebois wrote: > Package: busybox > Version: 1:1.20.0-7 > Severity: normal > Tags: patch > > Hi, > > the title and the attached patch say it all. Oh well. This come several times in the past for various packages, and it always ends up in some strange place. I always b

Bug#740397: busybox: please add support for parallel building

2014-02-28 Thread Ian Campbell
On Sat, 2014-03-01 at 04:01 +0100, Cyril Brulebois wrote: > Ian Campbell (2014-03-01): > > On Sat, 2014-03-01 at 03:17 +0100, Cyril Brulebois wrote: > > > - $(MAKE) -C ${DIR} install docs/busybox.1 \ > > > + $(MAKE) -j$(NUMJOBS) -C ${DIR} install docs/busybox.1 \ > > > > If parallel b

Bug#740397: busybox: please add support for parallel building

2014-02-28 Thread Cyril Brulebois
Ian Campbell (2014-03-01): > On Sat, 2014-03-01 at 03:17 +0100, Cyril Brulebois wrote: > > - $(MAKE) -C ${DIR} install docs/busybox.1 \ > > + $(MAKE) -j$(NUMJOBS) -C ${DIR} install docs/busybox.1 \ > > If parallel build is not set then won't this end up passing a bare "-j" > which wil

Bug#740397: busybox: please add support for parallel building

2014-02-28 Thread Ian Campbell
On Sat, 2014-03-01 at 03:17 +0100, Cyril Brulebois wrote: > - $(MAKE) -C ${DIR} install docs/busybox.1 \ > + $(MAKE) -j$(NUMJOBS) -C ${DIR} install docs/busybox.1 \ If parallel build is not set then won't this end up passing a bare "-j" which will run an unlimited number of jobs... ht

Bug#740397: busybox: please add support for parallel building

2014-02-28 Thread Cyril Brulebois
Package: busybox Version: 1:1.20.0-7 Severity: normal Tags: patch Hi, the title and the attached patch say it all. (On a slightly, but not totally unrelated note: supporting nocheck as well would be nice.) Reference: https://www.debian.org/doc/debian-policy/ch-source.html Mraw, KiBi. >From 6