diff options
author | K. Richard Pixley <rich@cygnus> | 1991-10-09 00:48:26 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-10-09 00:48:26 +0000 |
commit | 639665deb8e24a91ef8747b92e214dc96ad3a8a2 (patch) | |
tree | 751d6eded63ade1abc789054c4b277872d5a6af5 /configure | |
parent | 5298a14b493b5fe60a0a7d92dd534f497d9c3fbf (diff) | |
download | gdb-639665deb8e24a91ef8747b92e214dc96ad3a8a2.zip gdb-639665deb8e24a91ef8747b92e214dc96ad3a8a2.tar.gz gdb-639665deb8e24a91ef8747b92e214dc96ad3a8a2.tar.bz2 |
Another patch from jim.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -205,7 +205,9 @@ if [ -n "${fatal}" -o "${hosts}" = "help" ] ; then echo " +norecursion configure this directory only. [recurse]" ; echo " +objdir=ODIR configure in a parallel tree rooted in ODIR. [rooted in \".\"]" ; echo " +rm remove this configuration. [build a configuration]" ; - echo " +subdirs configure in subdirectories. [in source directories]" ; + echo " +site configure with site specific makefile" ; +# This is correctly aligned in the output, even though it isn't here. + echo " +subdirs configure in subdirectories. [in source directories]" ; echo " +target=TARGET configure for TARGET. [TARGET = HOST]" ; echo " +tmpdir=TMPDIR create temporary files in TMPDIR. [ TMPDIR = \"/tmp\" ]" ; echo ; @@ -618,7 +620,10 @@ exit 0 # # # $Log$ -# Revision 1.51 1991/10/08 06:07:58 wilson +# Revision 1.52 1991/10/09 00:48:26 rich +# Another patch from jim. +# +# Revision 1.51 1991/10/08 06:07:58 wilson # Fix bug in smake- file code. # # Revision 1.50 1991/10/04 23:49:37 rich |