Accepting request 53922 from devel:tools:compiler
Accepted submit request 53922 from user elvigia OBS-URL: https://build.opensuse.org/request/show/53922 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/re2c?expand=0&rev=13
This commit is contained in:
parent
8d63834911
commit
7e73e9e285
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 23 12:52:50 UTC 2010 - cristian.rodriguez@opensuse.org
|
||||||
|
|
||||||
|
- Use smp_flags
|
||||||
|
- when rebuilding the scanner use -g, to generate GCC specific
|
||||||
|
code that is slightly faster.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 26 18:36:53 CEST 2008 - mmarek@suse.cz
|
Thu Jun 26 18:36:53 CEST 2008 - mmarek@suse.cz
|
||||||
|
|
||||||
|
@ -50,12 +50,12 @@ find CHANGELOG lessons examples -type f -print0 \
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
%{__make} re2c
|
%{__make} %{?_smp_mflags} re2c
|
||||||
#regenerate file scanner.cc
|
#regenerate file scanner.cc
|
||||||
%{__rm} -f scanner.cc
|
%{__rm} -f scanner.cc
|
||||||
./re2c scanner.re > scanner.cc
|
./re2c -g scanner.re > scanner.cc
|
||||||
%{__rm} -f re2c scanner.o
|
%{__rm} -f re2c scanner.o
|
||||||
%{__make}
|
%{__make} %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
%{__make} test
|
||||||
|
Loading…
Reference in New Issue
Block a user