Ticket #1131: more-bin-commands.patch
File more-bin-commands.patch, 3.4 KB (added by , 18 years ago) |
---|
-
build/jam/HaikuImage
20 20 GPL_ONLY = ; 21 21 } 22 22 23 BEOS_BIN = "[" addattr alert arp basename bc beep cat catattr chgrp chmod chop chown cksum clear 24 clockconfig cmp comm cp copyattr csplit ctags cut date dc dd desklink df diff dircolors dirname driveinfo 25 dstcheck du echo eject env error expand expr factor false fdinfo ffm find finddir fortune ftp funzip gawk 26 $(X86_ONLY)gdb grep groups gzip head hey id ideinfo idestatus ifconfig iroster isvolume 23 BEOS_BIN = "[" addattr alert arp basename bc beep cat cardctl catattr chgrp chmod chop chown cksum clear 24 clockconfig cmp comm compress cp copyattr csplit ctags cut date dc dd desklink df diff diff3 dircolors dirname driveinfo 25 dstcheck du dump_cis dump_cisreg echo eject env error expand expr 26 factor false fdinfo ffm find finddir fmt fold fortune ftp funzip gawk 27 $(X86_ONLY)gdb grep groups gzip gzexe hd head hey hostname 28 id ident ideinfo idestatus ifconfig installsound iroster isvolume 27 29 join keymap kill less lessecho lesskey link listarea listattr listdev listimage 28 listport listres listsem ln locate logger logname ls lsindex m4 make makebootable md5sum m imeset30 listport listres listsem ln locate logger logname ls lsindex m4 make makebootable md5sum merge mimeset 29 31 mkdos mkdir mkindex modifiers mount mount_nfs mountvolume mv netstat nl od open 30 paste pathchk ping play playfile playsound playwav pr printenv printf ps ptx pwd 31 query quit release renice rescan rm rmattr rmindex rmdir roster route safemode screen_blanker sed settype 32 setversion setvolume seq sh shutdown sleep sort split strace stty su sum sync sysinfo 33 tac tail tar tcpdump tee telnet test top touch tput tr traceroute translate true tsort tty uname unexpand unmount uniq unrar unzip 34 unzipsfx uptime usb_dev_info vdir version vim waitfor wc wget whoami xargs xres yes zdiff zforce zgrep zip 35 zipcloak zipnote zipsplit zmore znew 32 pack_cis paste patch pathchk pc ping play playfile playsound playwav pr prio printenv printf ps ptx pwd 33 query quit release renice rescan rlog rm rmattr rmindex rmdir roster route safemode screen_blanker sed settype 34 setversion setvolume seq sh shar shutdown sleep sort split strace stty su sum sync sysinfo 35 tac tail tar tcpdump tee telnet test top touch tput tr traceroute translate true tsort tty 36 uname unchop unexpand unmount uniq unrar unshar unzip unzipsfx updatedb uptime usb_dev_info uudecode uuencode 37 vdir version vim waitfor wc wget whoami xargs xres yes zdiff zforce zgrep zip 38 zipcloak zipgrep zipnote zipsplit zmore znew 36 39 ; 37 40 38 41 BEOS_APPS = Terminal Expander People ShowImage Pulse ProcessController -
src/bin/coreutils/src/Jamfile
Property changes on: build/scripts/image2vmware ___________________________________________________________________ Name: svn:executable + *
135 135 BinCommand vdir : 136 136 [ FGristFiles ls.o ] ls-vdir.c : libfetish.a : $(coreutils_rsrc) ; 137 137 138 # FIXME: seems that install target is already defined somewhere 139 # BinCommand install : install.c [ FGristFiles copy.o cp-hash.o ] : libfetish.a : $(coreutils_rsrc) ; 140 138 141 MakeLocatePlatform groups ; 139 142 Shell groups : groups.sh ;