[Issue 21568] New: druntime posix.mak assumes git tree - fails to build using just tarball
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Jan 20 23:33:46 UTC 2021
https://issues.dlang.org/show_bug.cgi?id=21568
Issue ID: 21568
Summary: druntime posix.mak assumes git tree - fails to build
using just tarball
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: enhancement
Priority: P1
Component: druntime
Assignee: nobody at puremagic.com
Reporter: witold.baryluk+d at gmail.com
http://downloads.dlang.org/releases/2.x/2.095.0/dmd.2.095.0.linux.tar.xz
/home/user/dmd-src/dmd2/src/druntime/posix.mak on line 354
MANIFEST = $(shell git ls-tree --name-only -r HEAD)
This is going to fail, and not allow to continue with just source tarball from
dlang.org.
--
More information about the Digitalmars-d-bugs
mailing list