Accepting request 26002 from home:jengelh:branches:Base:System

Copy from home:jengelh:branches:Base:System/sysvinit via accept of submit request 26002 revision 2.
Request was accepted with message:

OBS-URL: https://build.opensuse.org/request/show/26002
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysvinit?expand=0&rev=20
This commit is contained in:
Dr. Werner Fink 2009-12-08 12:50:58 +00:00 committed by Git OBS Bridge
parent 44f5fe1780
commit dc3a01cfcc
2 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 8 00:27:49 CET 2009 - jengelh@medozas.de
- enable parallel building
-------------------------------------------------------------------
Mon Dec 7 16:25:38 CET 2009 - werner@suse.de

View File

@ -122,26 +122,26 @@ popd
export RPM_OPT_FLAGS
CFLAGS="-Wall ${RPM_OPT_FLAGS} -D_GNU_SOURCE -D__NO_STRING_INLINES -pipe"
CC=gcc
make -C src CFLAGS="$CFLAGS" CC="$CC"
make %{?jobs:-j%jobs} -C src CFLAGS="$CFLAGS" CC="$CC"
pushd contrib/
$CC $CFLAGS -o start-stop-daemon start-stop-daemon.c
popd
pushd ../showconsole-%{SCVER}
make
make %{?jobs:-j%jobs};
popd
pushd ../killproc-%{KPVER}
make INC="-I../showconsole-%{SCVER} -L../showconsole-%{SCVER}"
make %{?jobs:-j%jobs} INC="-I../showconsole-%{SCVER} -L../showconsole-%{SCVER}"
popd
pushd ../powerd-%{PDVER}
%ifnarch s390 s390x
./configure --prefix= --bindir='$(DESTDIR)/sbin' \
--mandir='$(DESTDIR)%{_mandir}' \
--sbindir='$(DESTDIR)/sbin'
make CFLAGS="-I../sysvinit-%{version}/src $CFLAGS"
make %{?jobs:-j%jobs} CFLAGS="-I../sysvinit-%{version}/src $CFLAGS"
%endif
popd
pushd ../startpar-%{START}
make INC="-I../showconsole-%{SCVER} -L../showconsole-%{SCVER}"
make %{?jobs:-j%jobs} INC="-I../showconsole-%{SCVER} -L../showconsole-%{SCVER}"
popd
%install