[dlang.org] [D-Programming-Language/dlang.org] 41d2d7: Use stable rdmd instead of assuming libphobos.a is...
GitHub via dlang.org
dlang.org at puremagic.com
Wed Jun 10 20:06:11 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dlang.org
Commit: 41d2d7940077d9327070bc9b18414040801688a1
https://github.com/D-Programming-Language/dlang.org/commit/41d2d7940077d9327070bc9b18414040801688a1
Author: Vladimir Panteleev <vladimir at thecybershadow.net>
Date: 2015-06-11 (Thu, 11 Jun 2015)
Changed paths:
M posix.mak
Log Message:
-----------
Use stable rdmd instead of assuming libphobos.a is built
Previously, posix.mak assumed libphobos.a inside ../phobos was built
and usable with dmd -L-L. As there is no rule in the makefile to
enforce this dependency, a clean build of dlang.org would always fail.
This change causes the stable rdmd (which is downloaded and unpacked to
/tmp) to be used instead.
Commit: 611bb4745531f13be15191f13ecb03a0e7ad5488
https://github.com/D-Programming-Language/dlang.org/commit/611bb4745531f13be15191f13ecb03a0e7ad5488
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2015-06-10 (Wed, 10 Jun 2015)
Changed paths:
M posix.mak
Log Message:
-----------
Merge pull request #1019 from CyberShadow/pull-20150611-024803
Use stable rdmd instead of assuming libphobos.a is built
Compare: https://github.com/D-Programming-Language/dlang.org/compare/74e083d85e6b...611bb4745531
More information about the dlang.org
mailing list