• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

XML catalogue of packages which are available for installation, using the mingw-get installer.


Commit MetaInfo

Revision5fe398f004555981de9c66169b3ad0433c5cd640 (tree)
Time2020-06-18 03:04:52
AuthorKeith Marshall <keith@user...>
CommiterKeith Marshall

Log Message

Improve support for out-of-tree catalogue generation.

Change Summary

Incremental Difference

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
1+2020-06-17 Keith Marshall <keith@users.osdn.me>
2+
3+ Improve support for out-of-tree catalogue generation.
4+
5+ * Makefile.in: When running the testsuite, use ${abs_top_srcdir}
6+ references, rather than ${top_srcdir}; this is required, to ensure
7+ that testsuite path names are correctly resolved, when the build
8+ directory is not a subdirectory of ${top_srcdir}, (as is likely
9+ to be the case, when generating a catalogue snapshot, which is
10+ to be distributed with the mingw-get setup package).
11+
112 2020-06-03 Keith Marshall <keith@users.osdn.me>
213
314 Publish MinGW.org WSL-5.3.3 package set.
--- a/Makefile.in
+++ b/Makefile.in
@@ -41,6 +41,7 @@ FORCE:
4141 # when any of their respective sources are modified.
4242 #
4343 top_srcdir = @top_srcdir@
44+abs_top_srcdir = @abs_top_srcdir@
4445 VPATH = ${top_srcdir}
4546
4647 configure: configure.ac makeopts.m4
@@ -63,16 +64,15 @@ all-distfiles: all
6364 # the test suite to validate all source documents; the following rules
6465 # provide the interface which is needed to run the test suite.
6566 #
66-srcdir = @srcdir@
6767 check: tests/Makefile
6868 cd tests; $(MAKE_RECURSIVE) $@
6969
70-${srcdir}/tests/configure: ${srcdir}/tests/configure.ac VERSION.m4
71- cd ${srcdir}/tests; autoconf
70+${srcdir}/tests/configure: ${abs_top_srcdir}/tests/configure.ac VERSION.m4
71+ cd ${abs_top_srcdir}/tests; autoconf
7272
73-tests/Makefile: ${srcdir}/tests/configure
73+tests/Makefile: ${abs_top_srcdir}/tests/configure
7474 test -d tests || mkdir tests
75- cd tests; ../${srcdir}/tests/configure
75+ cd tests; ${abs_top_srcdir}/tests/configure
7676
7777 # To support optimised "mingw-get update", the package lists must be
7878 # dynamically updated, to correctly identify the latest issue of each