diff options
author | Stan Shebs <shebs@codesourcery.com> | 1996-08-16 20:53:56 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1996-08-16 20:53:56 +0000 |
commit | b208ff3b5ad6efea86239bd20391f6805d482653 (patch) | |
tree | 424d58c371326928b2e1abe3d3d0350581821565 /gdb/mpw-make.sed | |
parent | b597998a373c53c91eb9652fdd7a5f31ca8a4473 (diff) | |
download | gdb-b208ff3b5ad6efea86239bd20391f6805d482653.zip gdb-b208ff3b5ad6efea86239bd20391f6805d482653.tar.gz gdb-b208ff3b5ad6efea86239bd20391f6805d482653.tar.bz2 |
* mpw-make.sed: Update for various recent changes, add some
comments.
start-sanitize-gm
* mpw-config.in: Fix name of Magic Cap-specific file.
end-sanitize-gm
Diffstat (limited to 'gdb/mpw-make.sed')
-rw-r--r-- | gdb/mpw-make.sed | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/gdb/mpw-make.sed b/gdb/mpw-make.sed index 7275c9b..ad62071 100644 --- a/gdb/mpw-make.sed +++ b/gdb/mpw-make.sed @@ -16,7 +16,7 @@ /^MMALLOC_DIR = /s/::mmalloc/mmalloc:/ /^MMALLOC_SRC = /s/"{srcdir}"/"{topsrcdir}"/ /^MMALLOC =/s/=.*$/=/ -/#MMALLOC_DISABLE/s/^#// +/MMALLOC_CFLAGS =/s/=.*$/= -d NO_MMALLOC/ /^BFD_DIR = /s/::bfd/bfd:/ /^BFD = /s/{BFD_DIR}:libbfd/{BFD_DIR}libbfd/ @@ -32,17 +32,12 @@ /^TERMCAP =/s/ =.*$/ =/ -# Whack out autoconf hook for thread debugging. +# Whack out various autoconf vars that we don't need. /@CONFIG_LDFLAGS@/s/@CONFIG_LDFLAGS@//g - /@DEFS@/s/@DEFS@//g - /@YACC@/s/@YACC@/byacc/g - /@ENABLE_OBS@/s/@ENABLE_OBS@//g - /@ENABLE_CLIBS@/s/@ENABLE_CLIBS@//g - /@LIBS@/s/@LIBS@//g # Whack out autoconf hook for thread debugging. @@ -66,8 +61,6 @@ readline_headers =\ -/{MMALLOC_CHECK}/s/{MMALLOC_CHECK}//g - # This isn't really useful, and seems to cause nonsensical complaints. /{ALLDEPFILES}/s/{ALLDEPFILES}//g @@ -99,6 +92,7 @@ readline_headers =\ /init/s/"{s}"init\.c/"{o}"init.c/g /init/s/^init\.c/"{o}"init.c/ +# Fix up the generation of version.c. /"{o}"version.c \\Option-f Makefile/,/^$/c\ "{o}"version.c \\Option-f Makefile\ echo -n 'char *version = "' >"{o}"version.c\ @@ -112,6 +106,8 @@ readline_headers =\ echo '";' >>"{o}"version.c\ +/ansidecl/s/include "{s}""ansidecl.h"/include "ansidecl.h"/ + # Open-brace in a command causes much confusion; replace with the # result from a script. /initialize_all_files ()/c\ @@ -145,6 +141,7 @@ readline_headers =\ {MAKEPEF} gdb{PROG_EXT} -o gdb {MAKEPEF_TOOL_FLAGS} {MAKEPEF_FLAGS}\ {REZ} "{s}"mac-gdb.r -o gdb -append -d PROG_NAME='"'gdb'"' -d VERSION_STRING='"'{version}'"'\ +# Replace the install actions with MPW-friendly script. /^install \\Option-f /,/^$/c\ install \\Option-f all install-only\ \ @@ -162,6 +159,7 @@ install-only \\Option-f \ /^config.status \\Option-f/,/^$/d /^Makefile \\Option-f/,/^$/d +# Don't test config.h dependencies. /^"{o}"config.h \\Option-f/s/^/#/ # Add an action to build SIOWgdb. |