Skip to content

Commit

Permalink
* nacl/GNUmakefile.in (.rbconfig.time): r36828 was incomplete.
Browse files Browse the repository at this point in the history
  It did not run correctly on clean build.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36838 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
yugui committed Aug 28, 2012
1 parent 234378d commit 0cd1cf3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Tue Aug 28 11:32:37 2012 Yuki Yugui Sonoda <yugui@google.com>

* nacl/GNUmakefile.in (.rbconfig.time): r36828 was incomplete.
It did not run correctly on clean build.

Tue Aug 28 09:25:20 2012 NAKAMURA Usaku <usa@ruby-lang.org>

* win32/Makefile.sub (Makefile): make to depend on common.mk, to
Expand Down
3 changes: 2 additions & 1 deletion nacl/GNUmakefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ file.$(OBJEXT):
$(Q) $(OBJCOPY) --weaken-symbol=rb_file_load_ok $@.tmp $@
@-$(RM) $@.tmp

$(RBCONFIG):
.rbconfig.time:
@$(MAKE) .rbconfig.raw.time RBCONFIG=.rbconfig.raw.time
@sed \
-e 's!CONFIG\["CC"\] = .*!CONFIG\["CC"\] = "$(CC)"!' \
-e 's!CONFIG\["LD"\] = .*!CONFIG\["LD"\] = "$(LD)"!' \
Expand Down

0 comments on commit 0cd1cf3

Please sign in to comment.