Skip to content

Instantly share code, notes, and snippets.

@nobu
Created May 13, 2014 07:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nobu/e69b0f1fc50d58bb3b9b to your computer and use it in GitHub Desktop.
Save nobu/e69b0f1fc50d58bb3b9b to your computer and use it in GitHub Desktop.
index b26ba72..2e57492 100644
--- common.mk
+++ common.mk
@@ -863,7 +863,7 @@ $(REVISION_H): $(srcdir)/version.h $(srcdir)/ChangeLog $(srcdir)/tool/file2lastr
$(srcdir)/ext/ripper/ripper.c: parse.y
$(ECHO) generating $@
$(Q) $(CHDIR) $(@D) && $(exec) $(MAKE) -f depend $(MFLAGS) \
- Q=$(Q) ECHO=$(ECHO) top_srcdir=../.. srcdir=. RUBY=$(BASERUBY)
+ Q=$(Q) ECHO=$(ECHO) top_srcdir=../.. srcdir=. RUBY="$(BASERUBY)"
$(srcdir)/ext/json/parser/parser.c: $(srcdir)/ext/json/parser/parser.rl
$(ECHO) generating $@
@nobu
Copy link
Author

nobu commented May 13, 2014

$ ruby tool/make-snapshot -patch-file=1.9.3-prereq.patch output-dir 1.9.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment