Skip to content

Commit

Permalink
railsexpress patches for latest 1.9.3 release (p362)
Browse files Browse the repository at this point in the history
  • Loading branch information
skaes committed Dec 29, 2012
1 parent b7a836f commit 24887d1
Show file tree
Hide file tree
Showing 25 changed files with 13,227 additions and 277 deletions.
5 changes: 3 additions & 2 deletions patches/ruby/1.9.3/head/railsexpress/01-fix-make-clean.patch
@@ -1,12 +1,13 @@
diff --git a/lib/mkmf.rb b/lib/mkmf.rb
index f4f84a6..f73f7ed 100644
index 08053a9..361fd08 100644
--- a/lib/mkmf.rb
+++ b/lib/mkmf.rb
@@ -2191,7 +2191,7 @@ def init_mkmf(config = CONFIG, rbconfig = RbConfig::CONFIG)
$LOCAL_LIBS = ""

$cleanfiles = config_string('CLEANFILES') {|s| Shellwords.shellwords(s)} || []
- $cleanfiles << "mkmf.log"
+ $cleanfiles << "mkmf.log .*.time"
$distcleanfiles = config_string('DISTCLEANFILES') {|s| Shellwords.shellwords(s)} || []
$distcleandirs = config_string('DISTCLEANDIRS') {|s| Shellwords.shellwords(s)} || []

0 comments on commit 24887d1

Please sign in to comment.