]> xenbits.xensource.com Git - osstest/rumprun.git/commitdiff
g/c "doextras", it no longer does anything
authorAntti Kantee <pooka@iki.fi>
Thu, 11 Feb 2016 20:39:00 +0000 (20:39 +0000)
committerAntti Kantee <pooka@iki.fi>
Thu, 11 Feb 2016 20:39:00 +0000 (20:39 +0000)
build-rr.sh
platform/hw/platform.conf
platform/xen/platform.conf

index 4fbdc1e0b4a2a01b2b03db15e3c529f29e0700d0..52b896ea975655db967a70addb748f9526094f21 100755 (executable)
@@ -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 \
index c9096882c03dab11a80a8e6c51f0b1e5f837fbd9..d3c77c41575a6795aeb01e3acc8f8afd86cf18ba 100644 (file)
@@ -1,8 +1 @@
 export PLATFORM_PCI_P='[ "${MACHINE}" = "amd64" -o "${MACHINE}" = "i386" ]'
-
-doextras ()
-{
-
-       # empty
-       return
-}
index 9fd02115e3f7c1f6f2e2972f0934b5bc0774f5ff..98642cbb3f0d2f5677c9d1e7ea2a9a68a3322f27 100644 (file)
@@ -1,10 +1,2 @@
 PLATFORM_MKCONF="CPPFLAGS+=-DMAXPHYS=32768"
 PLATFORM_PCI_P=true
-
-doextras ()
-{
-       (
-               cd platform/xen
-               make -C xen links
-       )
-}