mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* Makefile.in (configure): unset PWD to use symlink to building
directory. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22497 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
70946fb3ea
commit
510f34d615
2 changed files with 5 additions and 2 deletions
|
@ -1,4 +1,7 @@
|
|||
Sun Feb 22 12:56:35 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
Sun Feb 22 13:03:14 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* Makefile.in (configure): unset PWD to use symlink to building
|
||||
directory.
|
||||
|
||||
* Makefile.in (up): cd doesn't need LC_TIME, VCS needs.
|
||||
|
||||
|
|
|
@ -173,7 +173,7 @@ config.status: $(srcdir)/configure $(srcdir)/enc/Makefile.in
|
|||
MINIRUBY="$(MINIRUBY)" $(SHELL) ./config.status --recheck
|
||||
|
||||
$(srcdir)/configure: $(srcdir)/configure.in
|
||||
cd $(srcdir) && $(AUTOCONF)
|
||||
unset PWD; cd $(srcdir) && exec $(AUTOCONF)
|
||||
|
||||
incs: id.h
|
||||
id.h: parse.h $(srcdir)/tool/generic_erb.rb $(srcdir)/template/id.h.tmpl
|
||||
|
|
Loading…
Reference in a new issue