uname: Remove.

This commit is contained in:
Ben Elliston 2012-07-29 21:43:57 +10:00
parent 958bd4a188
commit 70fe2ef011
2 changed files with 4 additions and 11 deletions

View File

@ -1,3 +1,7 @@
2012-07-29 Ben Elliston <bje@gnu.org>
* uname: Remove.
2012-07-29 Ben Elliston <bje@gnu.org>
* config.guess: Remove commented code, circa 1994.

11
uname
View File

@ -1,11 +0,0 @@
#!/bin/sh
# uname(1) simulator, inspired by Pavel Roskin.
[ $# -ne 1 ] && exec sh $0 -s
[ $1 = -m ] && echo 4400
[ $1 = -r ] && echo 4.0
[ $1 = -s ] && echo iainfo2
[ $1 = -v ] && echo 3.0
[ $1 = -p ] && echo "Pentium III(TM)-ISA/PCI"
exit 0