rpms/xlockmore/FC-4 .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 xlockmore.spec, 1.5, 1.6 xlockmore.older-passwd.patch, 1.1, NONE

Ralf Corsepius rc040203 at freenet.de
Wed Sep 7 09:02:59 UTC 2005


On Wed, 2005-09-07 at 11:01 +0200, Ralf Corsepius wrote:
> On Wed, 2005-09-07 at 10:53 +0200, Adrian Reber wrote:
> > On Wed, Sep 07, 2005 at 10:48:25AM +0200, Ralf Corsepius wrote:
> > > On Wed, 2005-09-07 at 04:25 -0400, Adrian Reber wrote:
> > > > Author: adrian
> > > 
> > > > Index: xlockmore.spec
> > > 
> > > > @@ -34,14 +33,13 @@
> > > 
> > > > +%{__make} %{?_smp_mflags} CFLAGS+=" -DGENTOO "
> > > 
> > > Can you explain what CFLAGS+=".." is supposed to do?
> > > 
> > > It seems to be as if you are trying to append "-DGENTOO" to CFLAGS,
> > > but ... that's not what make does with your command above.
> > 
> > That is exactly what I am trying to do and according to
> > 
> > http://buildsys.fedoraproject.org/logs//4/800-xlockmore-5.19-1.fc4/i386/build.log
> > 
> > it is also happening the way I want it to happen.
> 
> # cat bla.mak
> XXX=foo
> 
> all:
>         @echo $(XXX)
> 
> #make -f bla.mak
> foo
> #make -f bla.mak XXX=bar
> bar

Oops, too fast on the send button :)

# make -f bla.mak XXX+=bar
bar

Ralf





More information about the fedora-extras-list mailing list