From e91078cbabe55874e8deb406f967294b00f45397 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Tue, 1 Jun 2004 09:14:53 +0000 Subject: [PATCH] Version information for coreutils git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7717 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/bin/coreutils-5.0/src/Jamfile | 22 +++++++++---------- src/apps/bin/coreutils-5.0/src/coreutils.rdef | 11 ++++++++++ 2 files changed, 21 insertions(+), 12 deletions(-) create mode 100644 src/apps/bin/coreutils-5.0/src/coreutils.rdef diff --git a/src/apps/bin/coreutils-5.0/src/Jamfile b/src/apps/bin/coreutils-5.0/src/Jamfile index c800fb593a..250f812395 100644 --- a/src/apps/bin/coreutils-5.0/src/Jamfile +++ b/src/apps/bin/coreutils-5.0/src/Jamfile @@ -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 ; diff --git a/src/apps/bin/coreutils-5.0/src/coreutils.rdef b/src/apps/bin/coreutils-5.0/src/coreutils.rdef new file mode 100644 index 0000000000..7d28e687d9 --- /dev/null +++ b/src/apps/bin/coreutils-5.0/src/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" +}; +