Re: [PHP-DEV] Re: proposed change in the build-system.

2001-06-21 Thread Rasmus Lerdorf
> > maybe have another 'Using CFLAGS="-I.."' line in the output -or- > > just say 'Adding to CFLAGS="blabla"' when it happens. > > > > haven't really thought about that;-) - we could even have one > > 'Using CFLAGS=""' whenever we enter a directory? > > Well, that might make it

[PHP-DEV] Re: proposed change in the build-system.

2001-06-20 Thread Sascha Schumann
> maybe have another 'Using CFLAGS="-I.."' line in the output -or- > just say 'Adding to CFLAGS="blabla"' when it happens. > > haven't really thought about that;-) - we could even have one > 'Using CFLAGS=""' whenever we enter a directory? Well, that might make it harder to ex

[PHP-DEV] Re: proposed change in the build-system.

2001-06-20 Thread Thies C. Arntzen
On Wed, Jun 20, 2001 at 12:36:35PM +0200, Sascha Schumann wrote: > > that's how a samba compile looks like. this would make the > > output of the "make" way more shorter & readable. > > This makes sense when the various parameters are constant > throughout the whole build (which s

[PHP-DEV] Re: proposed change in the build-system.

2001-06-20 Thread Sascha Schumann
> that's how a samba compile looks like. this would make the > output of the "make" way more shorter & readable. This makes sense when the various parameters are constant throughout the whole build (which seems to be the case in Samba). How do you propose to handle additions