Accepting request 42173 from home:jengelh:smp
Copy from home:jengelh:smp/util-linux via accept of submit request 42173 revision 2. Request was accepted with message: Reviewed ok OBS-URL: https://build.opensuse.org/request/show/42173 OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=46
This commit is contained in:
parent
f443f8a63f
commit
6dff443d80
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
|
||||
|
||||
- use %_smp_mflags
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 24 23:24:41 CEST 2010 - jeffm@suse.de
|
||||
|
||||
|
@ -187,7 +187,7 @@ cd ../which-*
|
||||
# adjtimex build
|
||||
cd adjtimex-%{adjtimex_ver}
|
||||
CFLAGS="$RPM_OPT_FLAGS" ./configure
|
||||
make %{?jobs:-j%jobs}
|
||||
make %{?_smp_mflags}
|
||||
cd ..
|
||||
pushd ../
|
||||
# which build
|
||||
@ -201,7 +201,7 @@ CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr \
|
||||
--mandir=%{_mandir} \
|
||||
--infodir=%{_infodir} \
|
||||
%{_target_cpu}-suse-linux
|
||||
make %{?jobs:-j%jobs}
|
||||
make %{?_smp_mflags}
|
||||
cd ..
|
||||
# time build
|
||||
cd time-%{time_ver}
|
||||
@ -211,16 +211,16 @@ CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE " INSTALL_PROGRAM='$(INSTALL)' \
|
||||
--mandir=%{_mandir} \
|
||||
--infodir=%{_infodir} \
|
||||
%{_target_cpu}-suse-linux
|
||||
make %{?jobs:-j%jobs}
|
||||
make %{?_smp_mflags}
|
||||
cd ..
|
||||
# klogconsole build
|
||||
cd klogconsole
|
||||
make %{?jobs:-j%jobs} CFLAGS="$RPM_OPT_FLAGS"
|
||||
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
|
||||
cd ..
|
||||
popd
|
||||
# setctsid build
|
||||
rm -f setctsid
|
||||
make %{?jobs:-j%jobs} setctsid CFLAGS="$RPM_OPT_FLAGS"
|
||||
make %{?_smp_mflags} setctsid CFLAGS="$RPM_OPT_FLAGS"
|
||||
#
|
||||
# util-linux itself
|
||||
#
|
||||
@ -247,7 +247,7 @@ CFLAGS="$RPM_OPT_FLAGS" \
|
||||
--enable-rdev \
|
||||
%endif
|
||||
#
|
||||
make %{?jobs:-j%jobs}
|
||||
make %{?_smp_mflags}
|
||||
#
|
||||
gcc $RPM_OPT_FLAGS -o nologin nologin.c
|
||||
gcc $RPM_OPT_FLAGS -o mkzimage_cmdline %{S:29}
|
||||
|
Loading…
Reference in New Issue
Block a user