Style fix
This commit is contained in:
parent
ad48968e19
commit
be0a7d5afa
@ -80,7 +80,7 @@ Documentation for java_cup.
|
|||||||
cp %{SOURCE1} pom.xml
|
cp %{SOURCE1} pom.xml
|
||||||
|
|
||||||
# remove all binary files
|
# remove all binary files
|
||||||
find . -name "*.class" -exec rm -f {} \;
|
find -name "*.class" -delete
|
||||||
|
|
||||||
%if ! %{with_bootstrap}
|
%if ! %{with_bootstrap}
|
||||||
# remove prebuilt JFlex
|
# remove prebuilt JFlex
|
||||||
@ -96,7 +96,7 @@ export CLASSPATH=$(build-classpath java_cup java_cup-runtime jflex)
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
ant
|
ant
|
||||||
find . -name parser.cup -exec rm {} \;
|
find -name parser.cup -delete
|
||||||
ant javadoc
|
ant javadoc
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user