Re: Should "make clean" remove all ".o" and ".lo" files?
On 05/07/07, Wes Hardaker <hardaker@users.sourceforge.net> wrote:[color=blue]
> Are your .o files you are finding being left in the .libs directories?[/color]
Hmmm... yes, that does seem to be happening.
Which is odd, because the "clean" target typically looks like:
clean: cleansubdirs $(OTHERCLEANTODOS)
rm -f core ${OBJS} ${LOBJS} .....
rm -rf .libs
Surely that last command should remove these .o files?
Dave
PS: NeedHelp: If this is what you're seeing, then there's no need
to bother with the log files I asked for.
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
[url]http://sourceforge.net/powerbar/db2/[/url]
_______________________________________________
Net-snmp-coders mailing list
[email]Net-snmp-coders@lists.sourceforge.net[/email]
[url]https://lists.sourceforge.net/lists/listinfo/net-snmp-coders[/url]