From: Michael Tremer Date: Tue, 4 Aug 2009 19:23:52 +0000 (+0200) Subject: Fixed xen build instructions. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb63df33f17c9bb1964fc01bddf8aeb136922896;p=ipfire-3.x.git Fixed xen build instructions. --- diff --git a/lfs/xen b/lfs/xen index 8f97eebd2..59c9d0a1a 100644 --- a/lfs/xen +++ b/lfs/xen @@ -52,13 +52,14 @@ define LONG_DESC feature set for virtualization. endef -CFLAGS += -fPIC - ############################################################################### # Top-level Rules ############################################################################### -objects = $(DL_FILE) +objects = $(DL_FILE) \ + $(THISAPP)-co_assignment.patch \ + $(THISAPP)-cpufreq.patch \ + xend-config-3.4.0.patch download: $(objects) @@ -92,12 +93,11 @@ $(OBJECT): $(objects) # adjust config file of the daemon cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/xend-config-3.4.0.patch - cd $(DIR_APP) && make clean - cd $(DIR_APP) && CFLAGS="-Werror" make xen && make install-xen -# cd $(DIR_APP) && make tools && make install-tools + cd $(DIR_APP) && make xen $(PARALLELISMFLAGS) + cd $(DIR_APP) && make install-xen # sometimes the auto directory is not created - mkdir -p /etc/xen/auto + -mkdir -pv /etc/xen/auto @rm -rf $(DIR_APP) @$(POSTBUILD)