From 71b60eaf355ad1d726fe9b88db3a29e98e6ac379 Mon Sep 17 00:00:00 2001 From: "Ithamar R. Adema" Date: Fri, 15 Oct 2010 11:16:18 +0000 Subject: [PATCH] =?UTF-8?q?Remove=20leftover=20debug=20code.=20Thanks=20Fr?= =?UTF-8?q?an=C3=A7ois!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38973 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/boot/platform/u-boot/Jamfile | 1 - 1 file changed, 1 deletion(-) diff --git a/src/system/boot/platform/u-boot/Jamfile b/src/system/boot/platform/u-boot/Jamfile index 88a56450ae..53caafa6f4 100644 --- a/src/system/boot/platform/u-boot/Jamfile +++ b/src/system/boot/platform/u-boot/Jamfile @@ -141,7 +141,6 @@ actions BuildUImageScript1 # requires sfdisk and mtools packages on linux rule BuildUBootSDImage image : files { - echo '$(image) $(files) $(HAIKU_BOOT_BOARD)' Depends $(image) : $(files) ; SDIMAGE_BLOCK_SIZE on $(image) = 1M ; SDIMAGE_SIZE on $(image) = $(HAIKU_BOARD_SDIMAGE_SIZE) ;