2.30 tar.xz archive contains .rej files
Andreas Schwab
schwab@suse.de
Tue Jan 30 23:03:00 GMT 2018
More information about the Binutils mailing list
Tue Jan 30 23:03:00 GMT 2018
- Previous message (by thread): 2.30 tar.xz archive contains .rej files
- Next message (by thread): 2.30 tar.xz archive contains .rej files
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Jan 30 2018, Nick Clifton <nickc@redhat.com> wrote: > diff --git a/src-release.sh b/src-release.sh > index 3203a6af2b..7c27ecfcca 100755 > --- a/src-release.sh > +++ b/src-release.sh > @@ -79,8 +79,7 @@ do_proto_toplev() > support_files=$4 > > echo "==> Cleaning sources." > - find -name "*.orig" -exec rm {} \; > - find -name "*.rej" -exec rm {} \; > + find \( -name "*.orig" -o -name "*.rej" -o -name "*~" -o -name ".#*" -o -name "*~$bkpat" \) -exec rm {} \; bkpat is an unset variable so this is the same as "*~". Andreas. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different."
- Previous message (by thread): 2.30 tar.xz archive contains .rej files
- Next message (by thread): 2.30 tar.xz archive contains .rej files
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list