1
0
mirror of https://github.com/PDP-10/klh10.git synced 2026-04-16 08:27:09 +00:00

Improve comment.

This commit is contained in:
Olaf Seibert
2015-07-18 02:40:46 +02:00
parent 800d799b34
commit 6c0cbe0f91

View File

@@ -10,7 +10,13 @@
DEFBUILD=nbaxp
# TOP=/some/where/klh10
# Removed "/bld" from current directory, if it's there
# Remove "/bld" or "/bld/nbaxp" from current directory, if it's there.
# In the latter case, assume that as the build type by default.
# If none of these current directories apply, this script must be run
# from the $TOP directory, and the build will be for the host as
# indicated on the command line, or nbaxp by default.
case "${PWD}" in
*/bld)
TOP="${PWD%/bld}"