axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] Makefile.solaris9 stanza


From: root
Subject: Re: [Axiom-developer] Makefile.solaris9 stanza
Date: Thu, 14 Sep 2006 21:41:59 -0400

> > > As far as I can see PLF is defined in Makefile.pamphlet but never
> > > used anywhere in the source.
> > > 
> > > I suggest we delete it before somebody tries to use it. We don't
> > > need more flags and special cases in the source if we can avoid
> > > it.
> > 
> > The C code uses this variable. look at src/lib/openpty.c.pamphlet.
> > It is used as a -D variable on the C command line.
> > 
> 
> What version of the source? I can't find it in either Axiom Gold
> (axiom--main--1--patch-49) nor in the build-improvements branch
> anywhere. Maybe I am blind.
> 
> Can you give me a line number?

src/lib/openpty.c line 22.

the compiler line reads:

   gcc -D${PLF} 

which expands to mark the platform like 

   gcc -DLINUXplatform.

t




reply via email to

[Prev in Thread] Current Thread [Next in Thread]