[haiku-commits] haiku: hrev43893 - src/bin/bfs_tools

  • From: revol@xxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 26 Mar 2012 23:32:18 +0200 (CEST)

hrev43893 adds 1 changeset to branch 'master'
old head: a59d56fa3688bf331859d4d03273490c7b7b1bef
new head: be06c5a53ceac9ccceadff3efe6c6016f7bebf9b

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

be06c5a: Build fix
  
  Reuse haiku-utils_rsrc jam var from upper Jamfile.

                                          [ François Revol <revol@xxxxxxx> ]

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

Revision:    hrev43893
Commit:      be06c5a53ceac9ccceadff3efe6c6016f7bebf9b
URL:         http://cgit.haiku-os.org/haiku/commit/?id=be06c5a
Author:      François Revol <revol@xxxxxxx>
Date:        Mon Mar 26 21:29:58 2012 UTC

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

1 files changed, 0 insertions(+), 2 deletions(-)
src/bin/bfs_tools/Jamfile |    2 --

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

diff --git a/src/bin/bfs_tools/Jamfile b/src/bin/bfs_tools/Jamfile
index 84e3469..93a67bb 100644
--- a/src/bin/bfs_tools/Jamfile
+++ b/src/bin/bfs_tools/Jamfile
@@ -4,8 +4,6 @@ SetSubDirSupportedPlatformsBeOSCompatible ;
 
 SubDirHdrs $(HAIKU_TOP) src bin bfs_tools lib ;
 
-local haiku-utils_rsrc = [ FGristFiles haiku-utils.rsrc ] ;
-
 StdBinCommands
        bfsinfo.cpp
        chkindex.cpp


Other related posts:

  • » [haiku-commits] haiku: hrev43893 - src/bin/bfs_tools - revol