* Removed the useless util/getversion script.
git-svn-id: svn://svn.zoy.org/elk/trunk@39 55e467fa-43c5-0310-a8a2-de718669efc6
This commit is contained in:
parent
55326a53e6
commit
64a1148f89
|
@ -1,6 +1,3 @@
|
||||||
When porting Elk to a new architecture, you may want to compile and run
|
When porting Elk to a new architecture, you may want to compile and run
|
||||||
alloca.c to check if your system's alloca() function is usable for Elk.
|
alloca.c to check if your system's alloca() function is usable for Elk.
|
||||||
See the leading comment in alloca.c.
|
See the leading comment in alloca.c.
|
||||||
|
|
||||||
getversion is a trivial shell script to extract the Elk version number
|
|
||||||
from the file README. It is used by the build process.
|
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
if [ $# != 1 ]; then
|
|
||||||
echo Usage: $0 README; exit 1
|
|
||||||
fi
|
|
||||||
exec grep "^This is release" $1 | awk '{print $4}'
|
|
Loading…
Reference in New Issue