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
|
||||
whoami.c
|
||||
yes.c
|
||||
: root libfetish.a ;
|
||||
: libfetish.a : coreutils.rdef ;
|
||||
|
||||
# stat.c
|
||||
# chroot.c
|
||||
@@ -86,30 +86,28 @@ StdBinCommands
|
||||
|
||||
|
||||
BinCommand ls :
|
||||
ls.c ls-dir.c : libfetish.a ;
|
||||
ls.c ls-dir.c : libfetish.a : coreutils.rdef ;
|
||||
|
||||
BinCommand rm :
|
||||
rm.c remove.c : libfetish.a ;
|
||||
rm.c remove.c : libfetish.a : coreutils.rdef ;
|
||||
|
||||
BinCommand chgroup :
|
||||
chgrp.c chown-core.c : libfetish.a ;
|
||||
chgrp.c chown-core.c : libfetish.a : coreutils.rdef ;
|
||||
|
||||
BinCommand chmod :
|
||||
chmod.c chown-core.c : libfetish.a ;
|
||||
chmod.c chown-core.c : libfetish.a : coreutils.rdef ;
|
||||
|
||||
BinCommand cp :
|
||||
cp.c copy.c cp-hash.c : libfetish.a ;
|
||||
cp.c copy.c cp-hash.c : libfetish.a : coreutils.rdef ;
|
||||
|
||||
BinCommand md5sum :
|
||||
md5sum.c md5.c : libfetish.a ;
|
||||
md5sum.c md5.c : libfetish.a : coreutils.rdef ;
|
||||
|
||||
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 :
|
||||
md5sum.c sha1sum.c : libfetish.a ;
|
||||
md5sum.c sha1sum.c : libfetish.a : coreutils.rdef ;
|
||||
|
||||
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