[Scons-users] Deleting empty source files
Petteri Hintsanen
petterih at iki.fi
Tue Sep 5 17:44:09 EDT 2017
Bill Deegan <bill at baddogconsulting.com> writes:
> What's in scons --tree=prune for both empty, and blank b.o ?
I'm sorry but I'm not exactly sure what do you mean.
scons --tree=prune looks like this in all invocations I've done,
regardless of which source or object files exist:
$ scons --tree=prune
[ ...snipped... ]
+-.
+-SConstruct
+-a
| +-a.o
| | +-a.c
| | +-/usr/bin/gcc
| +-b.o
| | +-b.c
| | +-/usr/bin/gcc
| +-/usr/bin/gcc
+-a.c
+-[a.o]
+-b.c
+-[b.o]
scons: done building targets.
Hope this helps and thanks for your time.
Petteri
More information about the Scons-users
mailing list