VirtualBox

Changeset 2233 in kBuild


Ignore:
Timestamp:
Jan 9, 2009 1:22:47 AM (16 years ago)
Author:
bird
Message:

Macports: Updated the kbuild-head Portfile so it'll bootstrap the thing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dist/macports/devel/kbuild-head/Portfile

    r1548 r2233  
    2323
    2424build {
    25     system "${workpath}/${worksrcdir}/kBuild/env.sh --release kmk -C ${workpath}/${worksrcdir} NIX_INSTALL_DIR=${prefix} -j ${buildmakejobs}"
     25    system "cd ${workpath}/${worksrcdir} && ./kBuild/env.sh --full gnumake -f bootstrap.gmk NIX_INSTALL_DIR=${prefix} "
    2626}
    2727
    2828test {
    29     system "${workpath}/${worksrcdir}/out/darwin.x86/release/kBuild/bin/darwin.x86/kmk -C ${workpath}/${worksrcdir}/tests nothing"
     29    system "cd ${workpath}/${worksrcdir} && ./kBuild/env.sh --full-with-bin kmk -C tests nothing "
    3030}
    3131
    3232destroot {
    33     system "${workpath}/${worksrcdir}/kBuild/env.sh --release kmk -C ${workpath}/${worksrcdir} NIX_INSTALL_DIR=${prefix} PATH_INS=${destroot}/"
     33    system "cd ${workpath}/${worksrcdir} && ./kBuild/env.sh --full-with-bin kmk NIX_INSTALL_DIR=${prefix} PATH_INS=${destroot}/ "
    3434}
    3535
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette