X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_xbmc;a=blobdiff_plain;f=bootstrap;h=77191ef5698cfb20c4ab87313c7853333c869888;hp=e983c433fbf3f155e923ad943f0a5ab264f0db79;hb=refs%2Fheads%2FVuplus_Gotham_Dev;hpb=295a63a3169d39273e9bcdb7d7bbb1868d8e25c7 diff --git a/bootstrap b/bootstrap index e983c43..77191ef 100755 --- a/bootstrap +++ b/bootstrap @@ -1,20 +1,3 @@ #!/bin/sh - -set -e - -autoreconf -vif -autoreconf -vif lib/libid3tag/libid3tag -autoreconf -vif xbmc/screensavers/rsxs-0.9 -autoreconf -vif lib/libapetag -autoreconf -vif lib/cpluff -# order matters with libdvd and friends -[ -d lib/libdvd/libdvdcss ] && \ - autoreconf -vif lib/libdvd/libdvdcss -autoreconf -vif lib/libdvd/libdvdread -autoreconf -vif lib/libdvd/libdvdnav - -# Clean the generated files -find . -depth -type d -name "autom4te.cache" -exec rm -rf {} \; - -echo "Please (re)run configure..." - +BOOTSTRAP_STANDALONE=1 make -f bootstrap.mk +BOOTSTRAP_STANDALONE=1 make -f codegenerator.mk