[haiku-commits] BRANCH tqh-github.efi_pm [a258a0a] src/system/boot

  • From: tqh-github.efi_pm <community@xxxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 2 Dec 2013 21:00:33 +0100 (CET)

added 1 changeset to branch 'refs/remotes/tqh-github/efi_pm'
old head: f54e16df3fa250de9d957d97de7d55cecc11c1e8
new head: a258a0a48ab1e9682be90ade323117ef1a67d33b
overview: https://github.com/tqh/haiku/compare/f54e16d...a258a0a

----------------------------------------------------------------------------

a258a0a: Make sure bootloader builds to the right directory.

                         [ Fredrik Holmqvist <fredrik.holmqvist@xxxxxxxxx> ]

----------------------------------------------------------------------------

Commit:      a258a0a48ab1e9682be90ade323117ef1a67d33b
Author:      Fredrik Holmqvist <fredrik.holmqvist@xxxxxxxxx>
Date:        Mon Dec  2 19:54:33 2013 UTC

----------------------------------------------------------------------------

1 file changed, 2 insertions(+)
src/system/boot/Jamfile | 2 ++

----------------------------------------------------------------------------

diff --git a/src/system/boot/Jamfile b/src/system/boot/Jamfile
index c9b6509..3ea3628 100644
--- a/src/system/boot/Jamfile
+++ b/src/system/boot/Jamfile
@@ -124,6 +124,8 @@ rule BuildEFILoader {
 
        Depends $(efiLoader) : $(bootLoader) ;
        MakeLocateDebug $(efiApplication) ;
+
+       on $(1) ResAttr $(1) : $(RESFILES) : false ;
 }
 
 actions BuildEFILoader {


Other related posts:

  • » [haiku-commits] BRANCH tqh-github.efi_pm [a258a0a] src/system/boot - tqh-github . efi_pm