- Don't remove jflex in bootstrap.

This commit is contained in:
Alexander Kurtakov 2010-01-20 12:03:04 +00:00
commit fcab4455f7

View file

@ -77,11 +77,11 @@ Documentation for java_cup.
# remove all binary files
find . -name "*.class" -exec rm -f {} \;
%if ! %{with_bootstrap}
# remove prebuilt JFlex
rm -rf java_cup-0.11a/bin/JFlex.jar
# remove prebuilt java_cup, if not bootstrapping
%if ! %{with_bootstrap}
rm -rf java_cup-0.11a/bin/java-cup-11.jar
%endif
@ -136,6 +136,7 @@ rm -rf $RPM_BUILD_ROOT
- Update to 0.11a.
- Drop gcj_support.
- Rebuild in bootstrap mode.
- Don't remove jflex in bootstrap.
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.10k-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild