Skip to content

Commit

Permalink
Force reconfigure for C exts when cleaning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Ford committed May 24, 2010
1 parent 07e6ac4 commit e484ef7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rakelib/extensions.rake
Expand Up @@ -13,6 +13,9 @@ namespace :extensions do
desc "Clean all lib/ext files"
task :clean do
rm_f FileList["lib/ext/**/*.{o,#{$dlext}}"], :verbose => $verbose
# TODO: implement per extension cleaning. This hack is for
# openssl and dl, which use extconf.rb and create Makefile.
rm_f FileList["lib/ext/**/Makefile"], :verbose => $verbose
end
end

Expand Down

0 comments on commit e484ef7

Please sign in to comment.