This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gdb_mbuild -do-not-clean-up option



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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]