- Don't remove jflex in bootstrap.
This commit is contained in:
parent
5eaea2e9e6
commit
fcab4455f7
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue