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:
Marcus Rückert 2010-11-26 15:55:36 +00:00 committed by Git OBS Bridge
parent 8d63834911
commit 7e73e9e285
2 changed files with 10 additions and 3 deletions

View File

@ -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

View File

@ -50,12 +50,12 @@ find CHANGELOG lessons examples -type f -print0 \
%build
%configure
%{__make} re2c
%{__make} %{?_smp_mflags} re2c
#regenerate file scanner.cc
%{__rm} -f scanner.cc
./re2c scanner.re > scanner.cc
./re2c -g scanner.re > scanner.cc
%{__rm} -f re2c scanner.o
%{__make}
%{__make} %{?_smp_mflags}
%check
%{__make} test