From 9be87b1eb6b320e027919079f6e050f042347205 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 17 Nov 2010 22:37:48 +0000 Subject: * Makefile.in (reconfig): force reconfigure with previous options. * common.mk (showconfig): show configure flags, like as `config.status --config' generated by recent autoconf. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29825 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- common.mk | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'common.mk') diff --git a/common.mk b/common.mk index 9846c55ee4..8d4d0de744 100644 --- a/common.mk +++ b/common.mk @@ -150,6 +150,12 @@ showflags: " SOLIBS = $(SOLIBS)" \ $(MESSAGE_END) +.PHONY: showconfig +showconfig: + @$(MESSAGE_BEGIN) \ + "$(configure_args)" \ + $(MESSAGE_END) + exts: $(MKMAIN_CMD) $(MKMAIN_CMD): $(MKFILES) incs $(PREP) $(RBCONFIG) $(LIBRUBY) -- cgit v1.2.3