common.mk: after-configure
* common.mk (after-configure): update Unicode files after configure run. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48069 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
cde7ae1c15
commit
4ae67d876a
@ -1075,7 +1075,9 @@ dist:
|
||||
up::
|
||||
-$(Q)$(MAKE) $(MFLAGS) REVISION_FORCE=PHONY "$(REVISION_H)"
|
||||
|
||||
after-update:: update-unicode update-gems
|
||||
after-update:: after-configure update-gems
|
||||
|
||||
after-configure:: update-unicode
|
||||
|
||||
update-config_files: PHONY
|
||||
$(Q) $(BASERUBY) -C "$(srcdir)/tool" \
|
||||
|
@ -46,9 +46,6 @@ if test "`RUBYOPT=- $BASERUBY -e 'p 42' 2>/dev/null`" = 42; then
|
||||
BASERUBY="$BASERUBY --disable=gems"
|
||||
fi
|
||||
$BASERUBY -C "$srcdir/tool" downloader.rb -e gnu config.guess config.sub
|
||||
$BASERUBY -C "$srcdir/enc/unicode/data" \
|
||||
../../../tool/downloader.rb -e ${ALWAYS_UPDATE_UNICODE+-a} unicode \
|
||||
UnicodeData.txt CompositionExclusions.txt NormalizationTest.txt
|
||||
else
|
||||
BASERUBY="echo executable host ruby is required. use --with-baseruby option.; false"
|
||||
fi
|
||||
@ -4234,4 +4231,5 @@ AC_CONFIG_FILES($ruby_pc:template/ruby.pc.in,
|
||||
|
||||
AC_OUTPUT
|
||||
}
|
||||
${MAKE-make} after-configure
|
||||
}
|
||||
|
@ -218,4 +218,5 @@ $(CPU) = $(PROCESSOR_LEVEL)
|
||||
$(BANG)include $$(srcdir)/win32/Makefile.sub
|
||||
<<
|
||||
@$(COMSPEC) /C $(srcdir:/=\)\win32\rm.bat config.h config.status
|
||||
@$(MAKE) -l after-configure
|
||||
@echo "type `nmake' to make ruby."
|
||||
|
Loading…
x
Reference in New Issue
Block a user