MAC builds of 7.8.4 and 7.10.1 RC2

Mark Lentczner mark.lentczner at gmail.com
Wed Feb 11 06:16:23 UTC 2015


My build procedure is very minimal:

    export MACOSX_DEPLOYMENT_TARGET=10.6
    ./configure 2>&1 | tee ../conf.log
    cat > mk/build.mk <<END
    V=1
    SplitObjs=YES
    SupportsSplitObjs=YES
    HADDOCK_DOCS=YES
    LATEX_DOCS=NO
    HSCOLOUR_SRCS=YES
    BUILD_DOCBOOK_HTML=YES
    BUILD_DOCBOOK_PDF=NO
    BUILD_DOCBOOK_PS=NO
    BeConservative=YES
    END
    time make -j4 2>&1 | tee  ../make.log
    time make binary-dist 2>&1 | tee  ../bd.log

That is all!
​
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/ghc-devs/attachments/20150210/00338995/attachment.html>


More information about the ghc-devs mailing list