X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=bootstrap;h=77191ef5698cfb20c4ab87313c7853333c869888;hb=636ddf5cd77c5e226f5046b147272b3e3eb9f947;hp=cc06770e24589cb3336abe3fcffeb102785063fa;hpb=9cf63fb84866cbc26adfb07ec32825e5acecbac5;p=vuplus_xbmc diff --git a/bootstrap b/bootstrap index cc06770..77191ef 100755 --- a/bootstrap +++ b/bootstrap @@ -1,22 +1,3 @@ #!/bin/sh - -set -e - -autoreconf -vif -autoreconf -vif lib/libid3tag/libid3tag -autoreconf -vif xbmc/screensavers/rsxs-0.9 -autoreconf -vif xbmc/visualizations/Goom/goom2k4-0 -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 -autoreconf -vif lib/gtest - -# 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