* Makefile.in (all-prms, install-prms): Changed to gnats.

* configure.in (host_tools): Changed prms to gnats.
This commit is contained in:
Brendan Kehoe
1993-03-02 00:44:39 +00:00
parent b4d4c33d94
commit 0e51924087
3 changed files with 18 additions and 11 deletions

View File

@ -1,3 +1,8 @@
Mon Mar 1 16:40:10 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
* Makefile.in (all-prms, install-prms): Changed to gnats.
* configure.in (host_tools): Changed prms to gnats.
Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com) Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
* configure.in: Added "dejagnu" to hosttools list. * configure.in: Added "dejagnu" to hosttools list.

View File

@ -197,6 +197,7 @@ XTRAFLAGS = ` \
echo ; \ echo ; \
fi` fi`
GNATS = all-gnats
#### host and target specific makefile fragments come in here. #### host and target specific makefile fragments come in here.
### ###
@ -228,6 +229,7 @@ $(end-sanitize-chill)\
"LOADLIBES=$(LOADLIBES)" \ "LOADLIBES=$(LOADLIBES)" \
"MAKEINFO=$(MAKEINFO)" \ "MAKEINFO=$(MAKEINFO)" \
"NM_FOR_TARGET=$(NM_FOR_TARGET)" \ "NM_FOR_TARGET=$(NM_FOR_TARGET)" \
"GNATS=$(GNATS)" \
"RANLIB_FOR_TARGET=$(RANLIB_FOR_TARGET)" \ "RANLIB_FOR_TARGET=$(RANLIB_FOR_TARGET)" \
"XTRAFLAGS_FOR_TARGET=$(XTRAFLAGS)" \ "XTRAFLAGS_FOR_TARGET=$(XTRAFLAGS)" \
"exec_prefix=$(exec_prefix)" \ "exec_prefix=$(exec_prefix)" \
@ -358,7 +360,7 @@ all.normal: all-m4 all-autoconf all-libiberty all-mmalloc all-texinfo \
$(start-sanitize-chill) \ $(start-sanitize-chill) \
all-chillrt \ all-chillrt \
$(end-sanitize-chill) \ $(end-sanitize-chill) \
all-gprof all-prms all-send-pr all-libm all-deja-gnu \ all-gprof all-gnats all-send-pr all-libm all-deja-gnu \
all-fileutils all-find all-gawk all-sed all-shellutils \ all-fileutils all-find all-gawk all-sed all-shellutils \
all-textutils all-time all-wdiff all-uudecode \ all-textutils all-time all-wdiff all-uudecode \
all-hello all-tar all-gzip all-indent all-recode all-hello all-tar all-gzip all-indent all-recode
@ -439,7 +441,7 @@ install-no-fixedincludes: install-dirs gcc-no-fixedincludes \
install-newlib \ install-newlib \
install-opcodes \ install-opcodes \
install-patch \ install-patch \
install-prms \ install-gnats \
install-rcs \ install-rcs \
install-readline \ install-readline \
install-recode \ install-recode \
@ -1140,20 +1142,20 @@ install-ispell: force
true ; \ true ; \
fi fi
### prms ### gnats
all-prms: force all-gnats: force
@if [ -f ./prms/Makefile ] ; then \ @if [ -f ./gnats/Makefile ] ; then \
rootme=`pwd` ; export rootme ; \ rootme=`pwd` ; export rootme ; \
(cd ./prms; \ (cd ./gnats; \
$(MAKE) $(FLAGS_TO_PASS) all) ; \ $(MAKE) $(FLAGS_TO_PASS) all) ; \
else \ else \
true ; \ true ; \
fi fi
install-prms: force install-gnats: force
@if [ -f ./prms/Makefile ] ; then \ @if [ -f ./gnats/Makefile ] ; then \
rootme=`pwd` ; export rootme ; \ rootme=`pwd` ; export rootme ; \
(cd ./prms; \ (cd ./gnats; \
$(MAKE) $(FLAGS_TO_PASS) install) ; \ $(MAKE) $(FLAGS_TO_PASS) install) ; \
else \ else \
true ; \ true ; \

View File

@ -29,8 +29,8 @@ host_libs="mmalloc libiberty opcodes bfd readline glob tcl tk"
# these tools are built for the host environment # these tools are built for the host environment
# #
host_tools="texinfo byacc flex bison binutils ld gas gcc gdb make patch host_tools="texinfo byacc flex bison binutils ld gas gcc gdb make patch
send-pr gprof gdbtest tgas etc expect deja-gnu dejagnu sim gnats send-pr gprof gdbtest tgas etc expect deja-gnu dejagnu
m4 autoconf ispell grep diff rcs cvs fileutils shellutils sim m4 autoconf ispell grep diff rcs cvs fileutils shellutils
textutils wdiff find emacs uudecode hello tar gzip indent textutils wdiff find emacs uudecode hello tar gzip indent
recode" recode"