gdb_mbuild -do-not-clean-up option

Andrew Cagney ac131313@redhat.com
Wed Jan 8 16:10:00 GMT 2003


> When I need to do this, I do something like:
>   rm -f gdb/gdb || true
>   make 2>&1 | tee logfile
>   test -f gdb/gdb
>   echo $?

That would force a re-link when one isn't needed.

Andrew




More information about the Gdb mailing list