Makefile.in (all-sid): New target.
2001-05-11 Ben Elliston <bje@redhat.com> * Makefile.in (all-sid): New target. (check-sid, clean-sid, install-sid): Likewise. From-SVN: r41948
This commit is contained in:
parent
7dfd465c83
commit
3f19b4396a
@ -1,3 +1,8 @@
|
|||||||
|
2001-05-11 Ben Elliston <bje@redhat.com>
|
||||||
|
|
||||||
|
* Makefile.in (all-sid): New target.
|
||||||
|
(check-sid, clean-sid, install-sid): Likewise.
|
||||||
|
|
||||||
2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
|
2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
|
||||||
|
|
||||||
* ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
|
* ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# Makefile for directory with subdirs to build.
|
# Makefile for directory with subdirs to build.
|
||||||
# Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
|
# Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
|
||||||
# 1999, 2000 Free Software Foundation
|
# 1999, 2000, 2001 Free Software Foundation
|
||||||
#
|
#
|
||||||
# This file is free software; you can redistribute it and/or modify
|
# This file is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
@ -537,6 +537,7 @@ ALL_MODULES = \
|
|||||||
all-sed \
|
all-sed \
|
||||||
all-send-pr \
|
all-send-pr \
|
||||||
all-shellutils \
|
all-shellutils \
|
||||||
|
all-sid \
|
||||||
all-sim \
|
all-sim \
|
||||||
all-snavigator \
|
all-snavigator \
|
||||||
all-tar \
|
all-tar \
|
||||||
@ -614,6 +615,7 @@ CROSS_CHECK_MODULES = \
|
|||||||
check-send-pr \
|
check-send-pr \
|
||||||
check-shellutils \
|
check-shellutils \
|
||||||
check-snavigator \
|
check-snavigator \
|
||||||
|
check-sid \
|
||||||
check-sim \
|
check-sim \
|
||||||
check-tar \
|
check-tar \
|
||||||
check-tcl \
|
check-tcl \
|
||||||
@ -690,6 +692,7 @@ INSTALL_MODULES = \
|
|||||||
install-sed \
|
install-sed \
|
||||||
install-send-pr \
|
install-send-pr \
|
||||||
install-shellutils \
|
install-shellutils \
|
||||||
|
install-sid \
|
||||||
install-sim \
|
install-sim \
|
||||||
install-snavigator \
|
install-snavigator \
|
||||||
install-tar \
|
install-tar \
|
||||||
@ -881,6 +884,7 @@ CLEAN_MODULES = \
|
|||||||
clean-sed \
|
clean-sed \
|
||||||
clean-send-pr \
|
clean-send-pr \
|
||||||
clean-shellutils \
|
clean-shellutils \
|
||||||
|
clean-sid \
|
||||||
clean-sim \
|
clean-sim \
|
||||||
clean-snavigator \
|
clean-snavigator \
|
||||||
clean-tar \
|
clean-tar \
|
||||||
@ -1663,6 +1667,7 @@ all-recode: all-libiberty
|
|||||||
all-sed: all-libiberty
|
all-sed: all-libiberty
|
||||||
all-send-pr: all-prms
|
all-send-pr: all-prms
|
||||||
all-shellutils:
|
all-shellutils:
|
||||||
|
all-sid: all-tcl all-tk
|
||||||
all-sim: all-libiberty all-bfd all-opcodes all-readline all-cgen
|
all-sim: all-libiberty all-bfd all-opcodes all-readline all-cgen
|
||||||
all-snavigator: all-tcl all-tk all-itcl all-db all-grep all-libgui
|
all-snavigator: all-tcl all-tk all-itcl all-db all-grep all-libgui
|
||||||
all-tar: all-libiberty
|
all-tar: all-libiberty
|
||||||
@ -1692,6 +1697,7 @@ all-target-libiberty: configure-target-libiberty
|
|||||||
all-target: $(ALL_TARGET_MODULES)
|
all-target: $(ALL_TARGET_MODULES)
|
||||||
install-target: $(INSTALL_TARGET_MODULES)
|
install-target: $(INSTALL_TARGET_MODULES)
|
||||||
install-gdb: install-tcl install-tk install-itcl install-tix install-libgui
|
install-gdb: install-tcl install-tk install-itcl install-tix install-libgui
|
||||||
|
install-sid: install-tcl install-tk
|
||||||
### other supporting targets
|
### other supporting targets
|
||||||
|
|
||||||
MAKEDIRS= \
|
MAKEDIRS= \
|
||||||
|
Loading…
Reference in New Issue
Block a user