Skip to content

Commit

Permalink
clean the bootstrap grabage
Browse files Browse the repository at this point in the history
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31181 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
  • Loading branch information
wattazoum committed Jun 18, 2010
1 parent 428037b commit d4679b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bootstrap
Expand Up @@ -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..."

0 comments on commit d4679b6

Please sign in to comment.