ruby-changes:24786
From: usa <ko1@a...>
Date: Tue, 28 Aug 2012 09:27:33 +0900 (JST)
Subject: [ruby-changes:24786] usa:r36837 (trunk): * win32/Makefile.sub (Makefile): make to depend on common.mk, to
usa 2012-08-28 09:27:21 +0900 (Tue, 28 Aug 2012) New Revision: 36837 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=36837 Log: * win32/Makefile.sub (Makefile): make to depend on common.mk, to stop and force to re-run make process when common.mk is changed. Modified files: trunk/ChangeLog trunk/win32/Makefile.sub Index: ChangeLog =================================================================== --- ChangeLog (revision 36836) +++ ChangeLog (revision 36837) @@ -1,3 +1,8 @@ +Tue Aug 28 09:25:20 2012 NAKAMURA Usaku <usa@r...> + + * win32/Makefile.sub (Makefile): make to depend on common.mk, to + stop and force to re-run make process when common.mk is changed. + Mon Aug 27 20:19:49 2012 Hiroshi Shirosaki <h.shirosaki@g...> * test/etc/test_etc.rb (TestEtc#test_getgrgid): fix for non unique GID. Index: win32/Makefile.sub =================================================================== --- win32/Makefile.sub (revision 36836) +++ win32/Makefile.sub (revision 36837) @@ -438,7 +438,7 @@ @exit 1 !endif -$(MKFILES): $(win_srcdir)/Makefile.sub $(win_srcdir)/configure.bat $(win_srcdir)/setup.mak $(win_srcdir)/enc-setup.mak $(srcdir)/enc/Makefile.in +$(MKFILES): $(win_srcdir)/Makefile.sub $(win_srcdir)/configure.bat $(win_srcdir)/setup.mak $(win_srcdir)/enc-setup.mak $(srcdir)/common.mk $(srcdir)/enc/Makefile.in $(COMSPEC) /C $(win_srcdir:/=\)\configure.bat $(configure_args) @echo $(MKFILES) should be updated, re-run $(MAKE). @exit 1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/