adjust comments

This commit is contained in:
tg 2005-06-08 10:19:33 +00:00
parent 50b9b9181b
commit ba682b02aa

View File

@ -1,14 +1,14 @@
#!/bin/sh #!/bin/sh
# $MirOS: src/bin/mksh/Build.sh,v 1.9 2005/06/05 16:38:19 tg Exp $ # $MirOS: src/bin/mksh/Build.sh,v 1.10 2005/06/08 10:19:33 tg Exp $
#- #-
# Recognised command line parameters and their defaults: # Recognised environment variables and their defaults:
# CC gcc # CC gcc
# CFLAGS -O2 -fno-strict-aliasing -fno-strength-reduce # CFLAGS -O2 -fno-strict-aliasing -fno-strength-reduce
# CPPFLAGS (empty) # CPPFLAGS (empty)
# LDFLAGS -static # LDFLAGS -static
# LIBS (empty) # LIBS (empty)
# srcdir (path of script) # srcdir (path of script)
# NROFF nroff # NROFF nroff # (ignored if -r option given)
# Hints (don't take tgem seriously, WFM rather): # Hints (don't take tgem seriously, WFM rather):
# GNU/Linux CPPFLAGS='-D_FILE_OFFSET_BITS=64' # GNU/Linux CPPFLAGS='-D_FILE_OFFSET_BITS=64'
# Mac OSX LDFLAGS= # Mac OSX LDFLAGS=