gpsd-dev
[Top][All Lists]
Advanced

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

Re: [gpsd-dev] libgps?


From: Gary E. Miller
Subject: Re: [gpsd-dev] libgps?
Date: Mon, 23 Mar 2015 12:57:36 -0700

Yo All!

I still see a lot of junk left after 'scons --clean && scons distclean':

dagwood gpsd # ls -l lib*.so*
lrwxrwxrwx 1 root root     17 Mar 12 13:02 libgpsd.so -> libgpsd.so.22.0.0
lrwxrwxrwx 1 root root     17 Mar 12 13:02 libgpsd.so.22 -> libgpsd.so.22.0.0
lrwxrwxrwx 1 root root     17 Mar 12 13:02 libgpsd.so.22.0 -> libgpsd.so.22.0.0
-rwxr-xr-x 1 root root 404528 Mar 12 13:02 libgpsd.so.22.0.0
lrwxrwxrwx 1 root root     19 Feb  8 14:59 libQgpsmm.so -> libQgpsmm.so.22.0.0
lrwxrwxrwx 1 root root     19 Feb  8 14:59 libQgpsmm.so.22 -> 
libQgpsmm.so.22.0.0
lrwxrwxrwx 1 root root     19 Feb  8 14:59 libQgpsmm.so.22.0 -> 
libQgpsmm.so.22.0.0
-rwxr-xr-x 1 root root 138800 Feb  8 14:59 libQgpsmm.so.22.0.0

How about I change this:

# Ordinary cleanup
clean = env.Clean(build,
          map(glob.glob,("*.[oa]", "*.[1358]", "*.os", "*.os.*", "*.gcno", 
"*.pyc", "gps/*.pyc", "TAGS", "config.log")) + testprogs + \
          generated_sources + base_manpages.keys() + \
          map(lambda f: f[:-3], templated))

To this:

# Ordinary cleanup
clean = env.Clean(build,
          map(glob.glob,("*.[oa]", "*.[1358]", "*.os", "*.os.*", "*.gcno", 
"*.pyc", "gps/*.pyc", "TAGS", "config.log","lib*.so*")) + testprogs + \
          generated_sources + base_manpages.keys() + \
          map(lambda f: f[:-3], templated))

Note the addition of:  lib*.so*

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



reply via email to

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