This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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: [PATCH] libjava/HACKING nits


Ralf Wildenhues <Ralf.Wildenhues@gmx.de> writes:

> @@ -123,8 +123,8 @@ To import a new release:
>  - Add/Remove newly generated files:
>    - svn status classpath | grep '^\!.*\.class$' | cut -c8- | xargs svn remove
>    - svn status classpath | grep '^\?' | cut -c8- | xargs svn add
> -  - svn status gnu java javax org sun | grep '^\!.*\.h$' | cut -c8- | xargs svn remove
> -  - svn status gnu java javax org sun | grep '^\?' | cut -c8- | xargs svn add
> +  - svn status gnu java javax org sun | grep '^!.*\.h$' | cut -c8- | xargs svn remove
> +  - svn status gnu java javax org sun | grep '^?' | cut -c8- | xargs svn add

There's another occurrence of these two above.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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