Version information for coreutils
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7717 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -72,7 +72,7 @@ StdBinCommands
|
|||||||
wc.c
|
wc.c
|
||||||
whoami.c
|
whoami.c
|
||||||
yes.c
|
yes.c
|
||||||
: root libfetish.a ;
|
: libfetish.a : coreutils.rdef ;
|
||||||
|
|
||||||
# stat.c
|
# stat.c
|
||||||
# chroot.c
|
# chroot.c
|
||||||
@@ -86,30 +86,28 @@ StdBinCommands
|
|||||||
|
|
||||||
|
|
||||||
BinCommand ls :
|
BinCommand ls :
|
||||||
ls.c ls-dir.c : libfetish.a ;
|
ls.c ls-dir.c : libfetish.a : coreutils.rdef ;
|
||||||
|
|
||||||
BinCommand rm :
|
BinCommand rm :
|
||||||
rm.c remove.c : libfetish.a ;
|
rm.c remove.c : libfetish.a : coreutils.rdef ;
|
||||||
|
|
||||||
BinCommand chgroup :
|
BinCommand chgroup :
|
||||||
chgrp.c chown-core.c : libfetish.a ;
|
chgrp.c chown-core.c : libfetish.a : coreutils.rdef ;
|
||||||
|
|
||||||
BinCommand chmod :
|
BinCommand chmod :
|
||||||
chmod.c chown-core.c : libfetish.a ;
|
chmod.c chown-core.c : libfetish.a : coreutils.rdef ;
|
||||||
|
|
||||||
BinCommand cp :
|
BinCommand cp :
|
||||||
cp.c copy.c cp-hash.c : libfetish.a ;
|
cp.c copy.c cp-hash.c : libfetish.a : coreutils.rdef ;
|
||||||
|
|
||||||
BinCommand md5sum :
|
BinCommand md5sum :
|
||||||
md5sum.c md5.c : libfetish.a ;
|
md5sum.c md5.c : libfetish.a : coreutils.rdef ;
|
||||||
|
|
||||||
BinCommand mv :
|
BinCommand mv :
|
||||||
mv.c copy.c cp-hash.c remove.c : libfetish.a ;
|
mv.c copy.c cp-hash.c remove.c : libfetish.a : coreutils.rdef ;
|
||||||
|
|
||||||
BinCommand sha1sum :
|
BinCommand sha1sum :
|
||||||
md5sum.c sha1sum.c : libfetish.a ;
|
md5sum.c sha1sum.c : libfetish.a : coreutils.rdef ;
|
||||||
|
|
||||||
BinCommand vdir :
|
BinCommand vdir :
|
||||||
ls.c ls-vdir.c : libfetish.a ;
|
ls.c ls-vdir.c : libfetish.a : coreutils.rdef ;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,11 @@
|
|||||||
|
resource app_version
|
||||||
|
{
|
||||||
|
major = 5,
|
||||||
|
middle = 0,
|
||||||
|
minor = 0,
|
||||||
|
variety = 5,
|
||||||
|
internal = 0,
|
||||||
|
short_info = "5.0",
|
||||||
|
long_info = "5.0 ©2000 The Free Software Foundation"
|
||||||
|
};
|
||||||
|
|
||||||
Reference in New Issue
Block a user