gpsd-dev
[Top][All Lists]
Advanced

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

Re: [gpsd-dev] libgps?


From: Eric S. Raymond
Subject: Re: [gpsd-dev] libgps?
Date: Mon, 23 Mar 2015 18:17:35 -0400
User-agent: Mutt/1.5.23 (2014-03-12)

Gary E. Miller <address@hidden>:
> Another scons oddity: scons distclean, does not call scons --clean.
> 
> We have always said you only need to run scons distclean to get clean,
> 
> Not true.
> 
> To be clean I need to do both, in this order:
> 
> # scons --clean
> # scons distclean
> 
> I looked at SContruct line 1961, but I'm not sure how to hook those two up.

Peculiar.  That line, 

distclean = env.Alias('distclean', [clean, testclean, webclean])

is intended to ensire that the clean target is in fact called first.  Might
be scons --clean doesn't resolve to what I think it does.  I'll investigate.
-- 
                <a href="http://www.catb.org/~esr/";>Eric S. Raymond</a>



reply via email to

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