public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 3.x development tree branch, master, updated. ad855779edd726af9f9204de8af84fbdc3c2309e
@ 2017-03-05 21:36 git
  0 siblings, 0 replies; only message in thread
From: git @ 2017-03-05 21:36 UTC (permalink / raw)
  To: ipfire-scm

[-- Attachment #1: Type: text/plain, Size: 2591 bytes --]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 3.x development tree".

The branch, master has been updated
       via  ad855779edd726af9f9204de8af84fbdc3c2309e (commit)
      from  cfb9974c490cec0d68975f50f472c5ae936c99c5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ad855779edd726af9f9204de8af84fbdc3c2309e
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Sun Mar 5 21:28:39 2017 +0000

    kernel: Disable building perf
    
    This won't build and we don't urgently need it right now
    
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 kernel/kernel.nm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Difference in files:
diff --git a/kernel/kernel.nm b/kernel/kernel.nm
index 3d546b1..254721b 100644
--- a/kernel/kernel.nm
+++ b/kernel/kernel.nm
@@ -5,7 +5,7 @@
 
 name       = kernel
 version    = 4.6.7
-release    = 1
+release    = 2
 thisapp    = linux-%{version}
 
 maintainer = Arne Fitzenreiter <arne.fitzenreiter(a)ipfire.org>
@@ -99,7 +99,7 @@ build
 		kernels += default
 	end
 
-	perf_make = make %{MAKETUNING} -C tools/perf V=1 WERROR=0 \
+	perf_make = make %{PARALLELISMFLAGS} -C tools/perf V=1 WERROR=0 \
 		NO_LIBUNWIND=1 HAVE_CPLUS_DEMANGLE=1 NO_GTK2=1 NO_LIBNUMA=1 \
 		NO_STRLCPY=1 NO_BIONIC=1 prefix=%{prefix} perfexecdir=lib/perf-core
 
@@ -266,7 +266,7 @@ build
 
 		# Build tools.
 		# perf
-		%{perf_make} DESTDIR=%{BUILDROOT} all
+		#%{perf_make} DESTDIR=%{BUILDROOT} all
 
 		# cpupower
 		chmod +x tools/power/cpupower/utils/version-gen.sh
@@ -274,7 +274,7 @@ build
 
 		if [ "%{DISTRO_ARCH}" = "x86_64" ]; then
 			pushd tools/power/cpupower/debug/x86_64
-			make %{MAKETUNING} centrino-decode powernow-k8-decode
+			make %{PARALLELISMFLAGS} centrino-decode powernow-k8-decode
 			popd
 
 			pushd tools/power/x86/x86_energy_perf_policy
@@ -312,7 +312,7 @@ build
 		rm -rfv %{BUILDROOT}/lib/firmware
 
 		# Install tools.
-		%{perf_make} DESTDIR=%{BUILDROOT} install-bin install-python_ext
+		#%{perf_make} DESTDIR=%{BUILDROOT} install-bin install-python_ext
 
 		# cpupower
 		make -C tools/power/cpupower DESTDIR=%{BUILDROOT} libdir=%{libdir} \


hooks/post-receive
--
IPFire 3.x development tree

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-03-05 21:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-05 21:36 [git.ipfire.org] IPFire 3.x development tree branch, master, updated. ad855779edd726af9f9204de8af84fbdc3c2309e git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox