gpsd-dev
[Top][All Lists]
Advanced

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

Re: new challenges in scons cleaning, things basically ok


From: Gary E. Miller
Subject: Re: new challenges in scons cleaning, things basically ok
Date: Sun, 22 Dec 2019 10:57:08 -0800

Yo Greg!

On Sun, 22 Dec 2019 12:37:22 -0500
Greg Troxel <address@hidden> wrote:

> Sure.  I think it's just going to be something like this:

Easier, as shown in build.adoc:

>     for f in .sconsign.dblite .sconsign.4.dblite; do
>         if [ -f $f ]; then
>             echo "Removing $f"
>             rm -f $f
>         fi
>     done

rm -rf .sconsign.*bdlite

> and then we add to it as necessary.  Basically the lore from the list
> of how to avoid scons-cleaning-related pain, but executable.

Which is similar to what "scons --clean" tells the user now.

RGDS
GARY
---------------------------------------------------------------------------
Gary E. Miller Rellim 109 NW Wilmington Ave., Suite E, Bend, OR 97703
        address@hidden  Tel:+1 541 382 8588

            Veritas liberabit vos. -- Quid est veritas?
    "If you can't measure it, you can't improve it." - Lord Kelvin

Attachment: pgp5XdjyWR43U.pgp
Description: OpenPGP digital signature


reply via email to

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