* configure.in: Added gnuserv everywhere sn appears.
* Makefile.in (ALL_MODULES): Added all-gnuserv. (CROSS_CHECK_MODULES): Added check-gnuserv. (INSTALL_MODULES): Added install-gnuserv. (CLEAN_MODULES): Added clean-gnuserv. (all-gnuserv): New target.
This commit is contained in:
parent
a21dd1e090
commit
ba26181f82
3 changed files with 25 additions and 10 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
|
||||
|
||||
* configure.in: Added gnuserv everywhere sn appears.
|
||||
|
||||
* Makefile.in (ALL_MODULES): Added all-gnuserv.
|
||||
(CROSS_CHECK_MODULES): Added check-gnuserv.
|
||||
(INSTALL_MODULES): Added install-gnuserv.
|
||||
(CLEAN_MODULES): Added clean-gnuserv.
|
||||
(all-gnuserv): New target.
|
||||
|
||||
start-sanitize-ide
|
||||
Fri Apr 18 18:10:44 1997 Tom Tromey <tromey@cygnus.com>
|
||||
|
||||
|
|
|
@ -442,6 +442,7 @@ ALL_MODULES = \
|
|||
all-flex \
|
||||
all-gas \
|
||||
all-gawk \
|
||||
all-gnuserv \
|
||||
all-gprof \
|
||||
all-grep \
|
||||
all-grez \
|
||||
|
@ -510,6 +511,7 @@ CROSS_CHECK_MODULES = \
|
|||
check-find \
|
||||
check-gas \
|
||||
check-gawk \
|
||||
check-gnuserv \
|
||||
check-gprof \
|
||||
check-grep \
|
||||
check-gzip \
|
||||
|
@ -573,6 +575,7 @@ INSTALL_MODULES = \
|
|||
install-flex \
|
||||
install-gas \
|
||||
install-gawk \
|
||||
install-gnuserv \
|
||||
install-gprof \
|
||||
install-grep \
|
||||
install-grez \
|
||||
|
@ -715,6 +718,7 @@ CLEAN_MODULES = \
|
|||
clean-flex \
|
||||
clean-gas \
|
||||
clean-gawk \
|
||||
clean-gnuserv \
|
||||
clean-gprof \
|
||||
clean-grep \
|
||||
clean-grez \
|
||||
|
@ -1341,6 +1345,7 @@ all-gcc: all-libiberty all-byacc all-binutils all-gas all-ld
|
|||
all-bootstrap: all-libiberty all-byacc all-binutils all-gas all-ld
|
||||
GDB_TK = all-tk all-tcl
|
||||
all-gdb: all-libiberty all-opcodes all-bfd all-mmalloc all-readline all-byacc all-sim $(gdbnlmrequirements) $(GDB_TK)
|
||||
all-gnuserv:
|
||||
all-gprof: all-libiberty all-bfd all-opcodes
|
||||
all-grep: all-libiberty
|
||||
all-grez: all-libiberty all-bfd all-opcodes
|
||||
|
|
20
configure.in
20
configure.in
|
@ -80,7 +80,7 @@ target_tools="target-examples target-groff"
|
|||
#
|
||||
# This must be a single line because of the way it is searched by grep in
|
||||
# the code below.
|
||||
native_only="autoconf cvs emacs emacs19 fileutils find gawk grep gzip hello indent ispell m4 rcs recode sed shellutils tar textutils gash uudecode wdiff gprof target-groff guile perl apache inet time bash prms sn"
|
||||
native_only="autoconf cvs emacs emacs19 fileutils find gawk grep gzip hello indent ispell m4 rcs recode sed shellutils tar textutils gash uudecode wdiff gprof target-groff guile perl apache inet time bash prms sn gnuserv"
|
||||
|
||||
# directories to be built in a cross environment only
|
||||
#
|
||||
|
@ -371,13 +371,13 @@ noconfigdirs=""
|
|||
|
||||
case "${host}" in
|
||||
i[3456]86-*-vsta)
|
||||
noconfigdirs="tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl apache inet itcl db sn libide vmake"
|
||||
noconfigdirs="tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl apache inet itcl db sn gnuserv libide vmake"
|
||||
;;
|
||||
i[3456]86-*-go32)
|
||||
noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl apache inet itcl db sn libide vmake"
|
||||
noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl apache inet itcl db sn gnuserv libide vmake"
|
||||
;;
|
||||
*-*-cygwin32)
|
||||
noconfigdirs="expect dejagnu cvs autoconf bison send-pr gprof rcs guile perl texinfo apache inet itcl db sn libide vmake"
|
||||
noconfigdirs="expect dejagnu cvs autoconf bison send-pr gprof rcs guile perl texinfo apache inet itcl db sn gnuserv libide vmake"
|
||||
;;
|
||||
*-*-windows*)
|
||||
# This is only used to build WinGDB...
|
||||
|
@ -385,7 +385,7 @@ case "${host}" in
|
|||
target_configdirs=
|
||||
;;
|
||||
ppc*-*-pe)
|
||||
noconfigdirs="patch diff make tk tcl expect dejagnu cvs autoconf texinfo bison send-pr gprof rcs guile perl apache inet itcl db sn libidea vmake"
|
||||
noconfigdirs="patch diff make tk tcl expect dejagnu cvs autoconf texinfo bison send-pr gprof rcs guile perl apache inet itcl db sn gnuserv libide vmake"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
@ -429,7 +429,7 @@ case "${target}" in
|
|||
;;
|
||||
# start-sanitize-d30v
|
||||
d30v-*-*)
|
||||
noconfigdirs="$noconfigdirs tcl tk expect gcc gdb newlib target-librx target-libg++ target-libstdc++ target-libio target-libgloss itcl db sn target-libiberty target-newlib target-examples libide vmake"
|
||||
noconfigdirs="$noconfigdirs tcl tk expect gcc gdb newlib target-librx target-libg++ target-libstdc++ target-libio target-libgloss itcl db sn gnuserv target-libiberty target-newlib target-examples libide vmake"
|
||||
;;
|
||||
# end-sanitize-d30v
|
||||
h8300*-*-* | \
|
||||
|
@ -457,7 +457,7 @@ case "${target}" in
|
|||
;;
|
||||
*-*-cygwin32)
|
||||
target_configdirs="$target_configdirs target-winsup"
|
||||
noconfigdirs="$noconfigdirs expect target-libgloss itcl db sn libide vmake"
|
||||
noconfigdirs="$noconfigdirs expect target-libgloss itcl db sn gnuserv libide vmake"
|
||||
# always build newlib.
|
||||
skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
|
||||
|
||||
|
@ -507,13 +507,13 @@ case "${target}" in
|
|||
;;
|
||||
powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe)
|
||||
target_configdirs="$target_configdirs target-winsup"
|
||||
noconfigdirs="$noconfigdirs gdb tcl tk make expect target-libgloss itcl db sn libide vmake"
|
||||
noconfigdirs="$noconfigdirs gdb tcl tk make expect target-libgloss itcl db sn gnuserv libide vmake"
|
||||
# always build newlib.
|
||||
skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
|
||||
;;
|
||||
# This is temporary until we can link against shared libraries
|
||||
powerpcle-*-solaris*)
|
||||
noconfigdirs="$noconfigdirs gdb sim make tcl tk expect itcl db sn libide vmake"
|
||||
noconfigdirs="$noconfigdirs gdb sim make tcl tk expect itcl db sn gnuserv libide vmake"
|
||||
;;
|
||||
rs6000-*-lynxos*)
|
||||
# The CVS server code doesn't work on the RS/6000
|
||||
|
@ -610,7 +610,7 @@ esac
|
|||
# If we are building a Canadian Cross, discard tools that can not be built
|
||||
# using a cross compiler. FIXME: These tools should be fixed.
|
||||
if [ "${build}" != "${host}" ]; then
|
||||
noconfigdirs="$noconfigdirs expect dejagnu itcl db sn libide vmake"
|
||||
noconfigdirs="$noconfigdirs expect dejagnu itcl db sn gnuserv libide vmake"
|
||||
fi
|
||||
|
||||
# Make sure we don't let GNU ld be added if we didn't want it.
|
||||
|
|
Loading…
Reference in a new issue