From 39b7c72914c8333f1b73824e4f416fb8294dcea3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=2E=C3=87a=C4=9Flar=20Onur?= Date: Fri, 10 Dec 2010 14:59:31 -0500 Subject: [PATCH] move sed expr. into function --- kernel-2.6.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/kernel-2.6.spec b/kernel-2.6.spec index 24fb21d43..8b132eefe 100644 --- a/kernel-2.6.spec +++ b/kernel-2.6.spec @@ -1026,11 +1026,6 @@ cd .. ### %build -#### Planet-Lab #### -# -Werror breaks F14 builds -sed -i -e "s:-Wno-array-bounds -Werror:-Wno-array-bounds:g" Makefile -#### Planet-Lab #### - %if %{with_sparse} %define sparse_mflags C=1 %endif @@ -1082,6 +1077,11 @@ BuildKernel() { %endif %endif + #### Planet-Lab #### + # -Werror breaks F14 builds + sed -i -e "s:-Wno-array-bounds -Werror:-Wno-array-bounds:g" Makefile + #### Planet-Lab #### + # and now to start the build process make -s mrproper -- 2.43.0