[Issue 13436] New: posix.mak is broken for dlang.org repo
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sun Sep 7 06:54:32 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=13436
Issue ID: 13436
Summary: posix.mak is broken for dlang.org repo
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: normal
Priority: P1
Component: websites
Assignee: nobody at puremagic.com
Reporter: andrej.mitrovich at gmail.com
After a $ make -f posix.mak, most stuff seems to build until reaching this
point:
../dmd-2.066.0/src/dmd -lib -oflib/libdruntime-linux64so.a
lib/libdruntime-linux64so.o obj/64/errno_c.o obj/64/bss_section.o
obj/64/threadasm.o
make[1]: Leaving directory `/home/drey/dev/projects/druntime-2.066.0'
echo "LATEST=2.066.0" >2.066.0.ddoc
make --directory=../phobos-2.066.0 -f posix.mak -j 4 \
release html \
DMD=../dmd-2.066.0/src/dmd \
DRUNTIME_PATH=../druntime-2.066.0 \
DOC_OUTPUT_DIR=/home/drey/dev/projects/dlang.org/web/phobos \
STDDOC="`pwd`/2.066.0.ddoc `pwd`/std.ddoc"
make[1]: Entering directory `/home/drey/dev/projects/phobos-2.066.0'
make[1]: *** No rule to make target `release'. Stop.
make[1]: Leaving directory `/home/drey/dev/projects/phobos-2.066.0'
make: *** [/home/drey/dev/projects/dlang.org/web/phobos/index.html] Error 2
--
More information about the Digitalmars-d-bugs
mailing list