mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-02 14:53:46 +08:00
* mpw-make.sed: Edit out makefile rebuild rule.
(host_alias, target_alias): Comment out instead of deleting. (@LIBS@): Edit out references.
This commit is contained in:
parent
74eeaa7d57
commit
884fb64c78
@ -1,3 +1,9 @@
|
||||
Thu Feb 15 15:25:34 1996 Stan Shebs <shebs@andros.cygnus.com>
|
||||
|
||||
* mpw-make.sed: Edit out makefile rebuild rule.
|
||||
(host_alias, target_alias): Comment out instead of deleting.
|
||||
(@LIBS@): Edit out references.
|
||||
|
||||
Tue Feb 13 22:56:46 1996 Fred Fish <fnf@cygnus.com>
|
||||
|
||||
* symfile.c (add_psymbol_to_list, add_psymbol_addr_to_list):
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Sed commands that finish translating the GDB Unix Makefile to MPW syntax.
|
||||
|
||||
/^host_alias =/d
|
||||
/^target_alias =/d
|
||||
/^host_alias =/s/^/#/
|
||||
/^target_alias =/s/^/#/
|
||||
|
||||
/^host_makefile_frag@$/d
|
||||
/^target_makefile_frag@$/d
|
||||
@ -40,6 +40,8 @@
|
||||
|
||||
/@ENABLE_CLIBS@/s/@ENABLE_CLIBS@//g
|
||||
|
||||
/@LIBS@/s/@LIBS@//g
|
||||
|
||||
/INCLUDE_DIR/s/"{s}"{INCLUDE_DIR}/{INCLUDE_DIR}/g
|
||||
/INCLUDE_DIR/s/{INCLUDE_DIR}:/{INCLUDE_DIR}/g
|
||||
/INCLUDE_DIR/s/"{INCLUDE_DIR}":/"{INCLUDE_DIR}"/g
|
||||
@ -146,7 +148,9 @@ install-only \\Option-f \
|
||||
# Don't do any recursive subdir stuff.
|
||||
/ subdir_do/s/{MAKE}/null-command/
|
||||
|
||||
# Edit out actions that only confuse MPW Make.
|
||||
/^config.status \\Option-f/,/^$/d
|
||||
/^Makefile \\Option-f/,/^$/d
|
||||
|
||||
# Add an action to build SIOWgdb.
|
||||
$a\
|
||||
|
Loading…
Reference in New Issue
Block a user