From: Antti Kantee Date: Thu, 11 Feb 2016 20:39:00 +0000 (+0000) Subject: g/c "doextras", it no longer does anything X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=d0811be73c8f9652ddb8d6c8ffc5627135dc1e7b;p=osstest%2Frumprun.git g/c "doextras", it no longer does anything --- diff --git a/build-rr.sh b/build-rr.sh index 4fbdc1e..52b896e 100755 --- a/build-rr.sh +++ b/build-rr.sh @@ -506,9 +506,6 @@ dobuild () buildpci - # run routine specified in platform.conf - doextras || die 'platforms extras failed. tillerman needs tea?' - # do final build of the platform bits ( cd ${PLATFORMDIR} \ && ${MAKE} BUILDRR=true \ diff --git a/platform/hw/platform.conf b/platform/hw/platform.conf index c909688..d3c77c4 100644 --- a/platform/hw/platform.conf +++ b/platform/hw/platform.conf @@ -1,8 +1 @@ export PLATFORM_PCI_P='[ "${MACHINE}" = "amd64" -o "${MACHINE}" = "i386" ]' - -doextras () -{ - - # empty - return -} diff --git a/platform/xen/platform.conf b/platform/xen/platform.conf index 9fd0211..98642cb 100644 --- a/platform/xen/platform.conf +++ b/platform/xen/platform.conf @@ -1,10 +1,2 @@ PLATFORM_MKCONF="CPPFLAGS+=-DMAXPHYS=32768" PLATFORM_PCI_P=true - -doextras () -{ - ( - cd platform/xen - make -C xen links - ) -}