From aa777fe07df104e8d33b958fb4e19c81245ac9a3 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 8 Dec 2012 21:10:10 -0600 Subject: Add README file to each toys/ directory, teach build infrastructure to get fancy name from that. This means adding new directories shouldn't require touching build scripts. --- toys/lsb/README | 7 +++++++ toys/other/README | 13 +++++++++++++ toys/posix/README | 5 +++++ 3 files changed, 25 insertions(+) create mode 100644 toys/lsb/README create mode 100644 toys/other/README create mode 100644 toys/posix/README (limited to 'toys') diff --git a/toys/lsb/README b/toys/lsb/README new file mode 100644 index 00000000..5381b8ac --- /dev/null +++ b/toys/lsb/README @@ -0,0 +1,7 @@ +LSB commands + +Commands defined in the Linux Standard Base 4.1: +http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/cmdbehav.html + +Downloadable as one big file from: +http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic.html diff --git a/toys/other/README b/toys/other/README new file mode 100644 index 00000000..e16cd6f2 --- /dev/null +++ b/toys/other/README @@ -0,0 +1,13 @@ +Other commands + +These are commands not present in Posix or LSB. + +Most of them are necessary to provide a development environment capable of +booting a system image and building Linux From Scratch under it. + +Tested with Aboriginal Linux system image and the lfs-bootstrap.hdc automated +build control image for Linux From Scratch 6.8): + + http://landley.net/aboriginal + + http://landley.net/aboriginal/control-images diff --git a/toys/posix/README b/toys/posix/README new file mode 100644 index 00000000..b0d60078 --- /dev/null +++ b/toys/posix/README @@ -0,0 +1,5 @@ +Posix commands + +Commands defined in POSIX-2008, also known as the Single Unix +Specification version 4, available online at +http://pubs.opengroup.org/onlinepubs/9699919799/idx/utilities.html -- cgit v1.2.3