Accepting request 42403 from home:jengelh:smp

Copy from home:jengelh:smp/ncurses via accept of submit request 42403 revision 2.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/42403
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=26
This commit is contained in:
Cristian Rodríguez 2010-07-02 16:27:42 +00:00 committed by Git OBS Bridge
parent 9255ef44c6
commit f2a8dc6b71
2 changed files with 13 additions and 8 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jul 2 06:48:39 UTC 2010 - jengelh@medozas.de
- Use %_smp_mflags
-------------------------------------------------------------------
Fri May 7 19:09:22 CEST 2010 - werner@suse.de

View File

@ -386,9 +386,9 @@ mv tack-* tack
# This is a hack to be able to boot strap
# a libncurses with correct fallback.c.
#
make %{?jobs:-j%jobs} -C include
make %{?jobs:-j%jobs} -C ncurses fallback.c FALLBACK_LIST=""
make %{?jobs:-j%jobs} -C progs termsort.c transform.h infocmp tic
make %{?_smp_mflags} -C include
make %{?_smp_mflags} -C ncurses fallback.c FALLBACK_LIST=""
make %{?_smp_mflags} -C progs termsort.c transform.h infocmp tic
rm -f ncurses/fallback.c
PATH=$PWD/progs:$OPATH
pushd ncurses/
@ -397,7 +397,7 @@ mv tack-* tack
mkdir -p $TERMINFO
sh run_cmd.sh tic -I -r -e $FALLBK ../misc/terminfo.src > terminfo.src
sh run_cmd.sh tic -o $TERMINFO -s terminfo.src
make %{?jobs:-j%jobs} fallback.c
make %{?_smp_mflags} fallback.c
rm -rf $TERMINFO
unset TERMINFO
popd
@ -410,7 +410,7 @@ mv tack-* tack
#
# Now rebuild libncurses and do the rest of this job
#
make %{?jobs:-j%jobs}
make %{?_smp_mflags}
lib=%{_libdir}
inc=%{_incdir}/ncurses
# must not use %jobs here (would lead to: ln: ncurses.h already exists)
@ -433,7 +433,7 @@ mv tack-* tack
# Now use --with-pthread for reentrant pthread support (abi > 5).
#
eval ./${c#*./} --with-pthread --enable-reentrant --enable-ext-mouse --disable-widec --disable-ext-colors --without-progs
make %{?jobs:-j%jobs}
make %{?_smp_mflags}
lib=%{_libdir}/ncurses6
inc=%{_incdir}/ncurses6/ncurses
# must not use %jobs here (would lead to: ln: ncurses.h already exists)
@ -451,7 +451,7 @@ mv tack-* tack
%else
eval ./${c#*./} --disable-ext-mouse --enable-widec --disable-ext-colors --without-progs
%endif
make %{?jobs:-j%jobs}
make %{?_smp_mflags}
lib=%{_libdir}
inc=%{_incdir}/ncursesw
# must not use %jobs here (would lead to: ln: ncurses.h already exists)
@ -462,7 +462,7 @@ mv tack-* tack
# Do both --enable-widec and --with-pthread (abi > 5).
#
eval ./${c#*./} --with-pthread --enable-reentrant --enable-ext-mouse --enable-widec --enable-ext-colors --without-progs
make %{?jobs:-j%jobs}
make %{?_smp_mflags}
lib=%{_libdir}/ncurses6
inc=%{_incdir}/ncurses6/ncursesw
# must not use %jobs here (would lead to: ln: ncurses.h already exists)