From eca510158acc6e43281e47f6ab589528438299a3 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Fri, 12 Aug 2005 01:52:45 +0000 Subject: [PATCH] - build UP config last (hack! we have to figure out a way to build vnet against multiple kernel trees eventually...) --- scripts/kernel-2.6-planetlab.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/kernel-2.6-planetlab.spec b/scripts/kernel-2.6-planetlab.spec index 992314512..5f8009d0f 100644 --- a/scripts/kernel-2.6-planetlab.spec +++ b/scripts/kernel-2.6-planetlab.spec @@ -359,10 +359,6 @@ BuildKernel() { rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/boot -%if %{buildup} -BuildKernel -%endif - %if %{buildsmp} BuildKernel smp %endif @@ -375,6 +371,10 @@ BuildKernel uml BuildKernel xenU %endif +%if %{buildup} +BuildKernel +%endif + ### ### install -- 2.47.0