diff options
author | wattazoum <wattazoum@svn> | 2010-06-18 16:39:57 +0000 |
---|---|---|
committer | wattazoum <wattazoum@svn> | 2010-06-18 16:39:57 +0000 |
commit | d4679b633fff1c400cead3937e898708846d4b9a (patch) | |
tree | 2c24474ff046f23372747d9b5e84b473b8e6d5ab /bootstrap | |
parent | 428037bde7576538b76e16516f8875e11ff45e89 (diff) |
clean the bootstrap grabage
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31181 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,5 +13,8 @@ autoreconf -vif xbmc/cores/dvdplayer/Codecs/libbdnav autoreconf -vif xbmc/cores/dvdplayer/Codecs/libdvd/libdvdread autoreconf -vif xbmc/cores/dvdplayer/Codecs/libdvd/libdvdnav +# Clean the generated files +find . -depth -type d -name "autom4te.cache" -exec rm -rf {} \; + echo "Please (re)run configure..." |