From f09ae36eadacbf9697e2a412f08e5ac354d168b9 Mon Sep 17 00:00:00 2001 From: bird Date: Fri, 9 Jan 2009 01:22:47 +0000 Subject: [PATCH] Macports: Updated the kbuild-head Portfile so it'll bootstrap the thing. git-svn-id: https://www.virtualbox.org/svn/kbuild-mirror/trunk@2233 1093d150-e988-4e3a-8fd4-90e8b09e91e5 --- dist/macports/devel/kbuild-head/Portfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/macports/devel/kbuild-head/Portfile b/dist/macports/devel/kbuild-head/Portfile index ab4f0995..9191809d 100644 --- a/dist/macports/devel/kbuild-head/Portfile +++ b/dist/macports/devel/kbuild-head/Portfile @@ -22,14 +22,14 @@ test.run no configure {} build { - system "${workpath}/${worksrcdir}/kBuild/env.sh --release kmk -C ${workpath}/${worksrcdir} NIX_INSTALL_DIR=${prefix} -j ${buildmakejobs}" + system "cd ${workpath}/${worksrcdir} && ./kBuild/env.sh --full gnumake -f bootstrap.gmk NIX_INSTALL_DIR=${prefix} " } test { - system "${workpath}/${worksrcdir}/out/darwin.x86/release/kBuild/bin/darwin.x86/kmk -C ${workpath}/${worksrcdir}/tests nothing" + system "cd ${workpath}/${worksrcdir} && ./kBuild/env.sh --full-with-bin kmk -C tests nothing " } destroot { - system "${workpath}/${worksrcdir}/kBuild/env.sh --release kmk -C ${workpath}/${worksrcdir} NIX_INSTALL_DIR=${prefix} PATH_INS=${destroot}/" + system "cd ${workpath}/${worksrcdir} && ./kBuild/env.sh --full-with-bin kmk NIX_INSTALL_DIR=${prefix} PATH_INS=${destroot}/ " } -- 2.11.4.GIT