Re: [Patch] add BUILD_FLAGS support to make scratch-build

2008-01-15 Thread Jesse Keating
On Tue, 15 Jan 2008 11:30:59 +0100 Till Maas <[EMAIL PROTECTED]> wrote: > do you manage the patches in a way that this will not be forgotten or > do I have to remind you about this every now and then? Looks like Dennis Gilmore applied this patch today. -- Jesse Keating Fedora -- All my bits are

Re: [Patch] add BUILD_FLAGS support to make scratch-build

2008-01-15 Thread Dennis Gilmore
On Tuesday 15 January 2008, Till Maas wrote: > Aloas, > > On Sun January 6 2008, Till Maas wrote: > > The scratch build target does not respect the BUILD_FLAGS variable, > > that is repected for make build. This patch changes this and makes it > > possible to use, e.g.: > > make scratch-build BUILD

Re: [Patch] add BUILD_FLAGS support to make scratch-build

2008-01-15 Thread Till Maas
Aloas, On Sun January 6 2008, Till Maas wrote: > The scratch build target does not respect the BUILD_FLAGS variable, > that is repected for make build. This patch changes this and makes it > possible to use, e.g.: > make scratch-build BUILD_FLAGS=--nowait do you manage the patches in a way that

Re: [Patch] add BUILD_FLAGS support to make scratch-build

2008-01-06 Thread Jesse Keating
On Sun, 06 Jan 2008 20:48:53 +0100 Till Maas <[EMAIL PROTECTED]> wrote: > From Makefile.common: The only occurence of KOJI_FLAGS: > BUILD_FLAGS ?= $(shell echo $(KOJI_FLAGS)) Ah right. I use KOJI_FLAGS with things like make build, I haven't tried it with scratch. -- Jesse Keating Fedora -- A

Re: [Patch] add BUILD_FLAGS support to make scratch-build

2008-01-06 Thread Till Maas
On Sun January 6 2008, Jesse Keating wrote: > KOJI_FLAGS="--nowait" make scratch-build This does not work and also needs my patch to work: $ KOJI_FLAGS="--nowait" make scratch-build Created task: 328830 Task info: http://koji.fedoraproject.org/koji/taskinfo?taskID=328830 Watching tasks (this may b

Re: [Patch] add BUILD_FLAGS support to make scratch-build

2008-01-06 Thread Jesse Keating
On Sun, 06 Jan 2008 19:39:18 +0100 Till Maas <[EMAIL PROTECTED]> wrote: > Hiyas, > > The scratch build target does not respect the BUILD_FLAGS variable, > that is repected for make build. This patch changes this and makes it > possible to use, e.g.: > make scratch-build BUILD_FLAGS=--nowait That

[Patch] add BUILD_FLAGS support to make scratch-build

2008-01-06 Thread Till Maas
Hiyas, The scratch build target does not respect the BUILD_FLAGS variable, that is repected for make build. This patch changes this and makes it possible to use, e.g.: make scratch-build BUILD_FLAGS=--nowait Regards, Till The scratch build target does not respect the BUILD_FLAGS variable, that is