This is the mail archive of the gdb-patches@sourceware.org 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: Remove config.cache files when reconfiguring at top level


Hi Mark,

I'd use -delete instead of `rm -f {} \;'. But I think this is OK too.

Good idea. OK I have checked this revised patch in along with this changelog entry.

Sorry, but that's not a good idea. The -delete option is a GNU extension that's not present on OpenBSD and Solaris for example.

*sigh* Of course it is. :-)


OK I have checked in a minor correction to my patch to use "rm -f {}" instead of "-delete".

Cheers
  Nick

ChangeLog
2010-02-17  Nick Clifton  <nickc@redhat.com>

	* Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
	the config.cache files found by the find command.


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