From 7d90af85d340931dd713f9c731c616195f7825d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Thu, 11 Jan 2007 20:27:22 +0000 Subject: [PATCH] added lbracket to the build git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19770 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/jam/HaikuImage | 2 +- src/bin/coreutils/src/Jamfile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build/jam/HaikuImage b/build/jam/HaikuImage index 53f56b323b..bf5120b35f 100644 --- a/build/jam/HaikuImage +++ b/build/jam/HaikuImage @@ -20,7 +20,7 @@ if $(INCLUDE_GPL_ADDONS) = 1 { GPL_ONLY = ; } -BEOS_BIN = addattr alert arp basename beep cat catattr chgrp chmod chop chown clear +BEOS_BIN = "[" addattr alert arp basename beep cat catattr chgrp chmod chop chown clear clockconfig cmp comm cp copyattr csplit cut date dd desklink df diff dirname driveinfo dstcheck du echo eject env error expr factor false fdinfo ffm find finddir fortune ftp funzip gawk $(X86_ONLY)gdb grep groups gzip head hey id ideinfo idestatus ifconfig iroster isvolume diff --git a/src/bin/coreutils/src/Jamfile b/src/bin/coreutils/src/Jamfile index d304fbf173..295e0af5e8 100644 --- a/src/bin/coreutils/src/Jamfile +++ b/src/bin/coreutils/src/Jamfile @@ -103,6 +103,7 @@ StdBinCommands # users.c # who.c +BinCommand "[" : lbracket.c : libfetish.a : $(coreutils_rsrc) ; BinCommand ls : ls.c ls-dir.c : libfetish.a : $(coreutils_rsrc) ;