From: Martin Lucina Date: Wed, 3 Dec 2014 16:16:12 +0000 (+0100) Subject: Remove redundant building of httpd from buildxen.sh X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=337a67a877da5ef933e72fd226c17d85c1710410;p=rumpuser-xen.git Remove redundant building of httpd from buildxen.sh This is now done in main Makefile. Signed-off-by: Martin Lucina --- diff --git a/buildxen.sh b/buildxen.sh index bf0ad10..6041f6e 100755 --- a/buildxen.sh +++ b/buildxen.sh @@ -78,9 +78,6 @@ done [ ! -f img/test.ffs ] && cp img/test_clean.ffs img/test.ffs -# build httpd objects -( cd httpd && make -f Makefile.boot ) - # build the domU image make