summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rwxr-xr-xtool/make-snapshot1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6057321ac1..f326419c9a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Nov 22 09:48:33 2014 Tanaka Akira <akr@fsij.org>
+
+ * tool/make-snapshot: Specify PWD macro for make.
+ PWD environment variable may not exist.
+
Fri Nov 21 11:58:58 2014 Aaron Patterson <aaron@tenderlovemaking.com>
* lib/resolv.rb: fall back if canonicalization fails.
diff --git a/tool/make-snapshot b/tool/make-snapshot
index 0eb0ee8cf6..7b5e1081a1 100755
--- a/tool/make-snapshot
+++ b/tool/make-snapshot
@@ -270,6 +270,7 @@ def package(rev, destdir)
RUBY=#{ENV["RUBY"]}
HAVE_BASERUBY=yes
BASERUBY=#{ENV["BASERUBY"]}
+ PWD=#{Dir.pwd}
prereq]
IO.popen(cmd, "w") do |f|
f.puts mk