Re: [Fwd: Re: [jack-mixer]bin/sh: no: command not found]]
Jonathan Wiltshire <debian@jwiltshire.org.uk> writes:
> On Mon, Apr 06, 2009 at 12:09:50PM +0200, Grammostola Rosea wrote:
>> make[3]: Entering directory `/tmp/buildd/jack-mixer-6'
>> GCONF_CONFIG_SOURCE= no --makefile-install-rule ./jack_mixer.schemas
> ^^^^^^
>
> It's still that space right there. make is trying to call the command
> 'no', instead of assigning the value to the variable
> GCONF_CONFIG_SOURCE.
>From the Make Manual:
,----
| 6.5 Setting Variables
|
| To set a variable from the makefile, write a line starting with the
| variable name followed by ‘=’ or ‘:=’. Whatever follows the ‘=’ or
| ‘:=’ on the line becomes the value. For example,
|
| objects = main.o foo.o bar.o utils.o
|
| defines a variable named objects. Whitespace around the variable name
| and immediately after the ‘=’ is ignored.
`----
So the space should not hurt.
Matthias
Reply to: