Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/dist/gdb/utils Remove accidently commited (generated) fi...
details: https://anonhg.NetBSD.org/src/rev/e77c818dd61d
branches: trunk
changeset: 550696:e77c818dd61d
user: martin <martin%NetBSD.org@localhost>
date: Sun Aug 17 23:51:12 2003 +0000
description:
Remove accidently commited (generated) files that "make distclean" fails
to remove.
diffstat:
gnu/dist/gdb/utils/sparclite/Makefile | 138 ----------------------
gnu/dist/gdb/utils/sparclite/config.status | 139 ----------------------
gnu/dist/gdb/utils/wince/Makefile | 119 -------------------
gnu/dist/gdb/utils/wince/config.status | 176 -----------------------------
4 files changed, 0 insertions(+), 572 deletions(-)
diffs (truncated from 588 to 300 lines):
diff -r 91344c4a0bf1 -r e77c818dd61d gnu/dist/gdb/utils/sparclite/Makefile
--- a/gnu/dist/gdb/utils/sparclite/Makefile Sun Aug 17 23:00:20 2003 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,138 +0,0 @@
-# Generated automatically from Makefile.in by configure.
-#Copyright 1989, 1990, 1991, 1992, 1993, 1995 Free Software Foundation, Inc.
-
-# This file is part of GDB.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-
-prefix = /usr/local
-exec_prefix = ${prefix}
-
-host_alias = sun4
-target_alias = sun4
-program_transform_name = s,x,x,
-bindir = $(exec_prefix)/bin
-libdir = $(exec_prefix)/lib
-tooldir = $(libdir)/$(target_alias)
-
-datadir = $(prefix)/share
-mandir = $(prefix)/man
-man1dir = $(mandir)/man1
-man2dir = $(mandir)/man2
-man3dir = $(mandir)/man3
-man4dir = $(mandir)/man4
-man5dir = $(mandir)/man5
-man6dir = $(mandir)/man6
-man7dir = $(mandir)/man7
-man8dir = $(mandir)/man8
-man9dir = $(mandir)/man9
-infodir = $(prefix)/info
-includedir = $(prefix)/include
-
-SHELL = /bin/sh
-
-INSTALL = /bin/sh /sourceware/snapshot-tmp/gdbadmin-tmp/gdb_5_3-branch/5.3/gdb/src/install-sh -c
-INSTALL_PROGRAM = /bin/sh /sourceware/snapshot-tmp/gdbadmin-tmp/gdb_5_3-branch/5.3/gdb/src/install-sh -c
-INSTALL_DATA = /bin/sh /sourceware/snapshot-tmp/gdbadmin-tmp/gdb_5_3-branch/5.3/gdb/src/install-sh -c -m 644
-
-CC=gcc
-
-# Directory containing source files.
-srcdir = .././sparclite
-VPATH = .././sparclite
-
-# Where is the "include" directory? Traditionally ../include or ./include
-INCLUDE_DIR = ${srcdir}/../../include
-
-# Where is the "-liberty" library? Typically in ../libiberty.
-LIBIBERTY = ../../libiberty/libiberty.a
-
-# Where is the BFD library? Typically in ../../bfd.
-BFD_DIR = ../../bfd
-BFD = $(BFD_DIR)/libbfd.a
-BFD_SRC = $(srcdir)/$(BFD_DIR)
-BFD_CFLAGS = -I$(BFD_DIR) -I(BFD_SRC)
-
-# All the includes used for CFLAGS and for lint.
-# -I. for config files.
-# -I${srcdir} possibly for regex.h also.
-INCLUDE_CFLAGS = -I. -I${srcdir} -I$(INCLUDE_DIR)
-
-# CFLAGS is specifically reserved for setting from the command line
-# when running make. I.E. "make USER_CFLAGS=-Wmissing-prototypes".
-CFLAGS = -g
-
-# INTERNAL_CFLAGS is the aggregate of all other *CFLAGS macros.
-INTERNAL_CFLAGS = $(CFLAGS) -I$(BFD_DIR) $(INCLUDE_CFLAGS) $(USER_CFLAGS) -DHAVE_TERMIOS=1 -DHAVE_TERMIO=1 -DHAVE_SGTTY=1
-# None of the things in CFLAGS will do any harm, and on some systems
-# (e.g. SunOS4) it is important to use the MH_CFLAGS.
-LDFLAGS = $(CFLAGS)
-
-# Libraries and corresponding dependencies for compiling gdb.
-CLIBS = ${BFD} ${LIBIBERTY}
-CDEPS = ${BFD} ${LIBIBERTY}
-
-# Prevent Sun make from putting in the machine type. Setting
-# TARGET_ARCH to nothing works for SunOS 3, 4.0, but not for 4.1.
-.c.o:
- ${CC} -c ${INTERNAL_CFLAGS} $<
-
-PROGS = aload eload
-
-.PHONY: all info install install-info
-
-all: $(PROGS)
-
-info:
-
-# This does not use program_transform_name because there only needs to
-# be one aload. Even if aload ends up being useful for more than one
-# target, perhaps one aload binary can be useful with all of them.
-# FIXME: not true, there can be both aout and coff loaders.
-install: $(PROGS)
- if [ "$(PROGS)" != "" ]; then \
- for i in $(PROGS) ""; do \
- $(INSTALL_PROGRAM) $$i $(bindir)/$$i; \
- done; \
- fi
-
-install-info:
-
-aload: aload.o
- $(CC) $(CFLAGS) -o aload aload.o $(CLIBS)
-
-eload: eload.o
- $(CC) $(CFLAGS) -o eload eload.o $(CLIBS)
-
-aload.o: aload.c
-
-eload.o: eload.c
-
-mostlyclean:
-
-clean: mostlyclean
- rm -f *.o $(PROGS)
-
-distclean: clean
- rm -f config.log config.cache
-
-maintainer-clean realclean: distclean
-
-Makefile: Makefile.in config.status
- $(SHELL) config.status
-
-config.status: configure
- $(SHELL) config.status --recheck
-
diff -r 91344c4a0bf1 -r e77c818dd61d gnu/dist/gdb/utils/sparclite/config.status
--- a/gnu/dist/gdb/utils/sparclite/config.status Sun Aug 17 23:00:20 2003 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,139 +0,0 @@
-#! /bin/sh
-# Generated automatically by configure.
-# Run this file to recreate the current configuration.
-# This directory was configured as follows,
-# on host sourceware.org:
-#
-# .././sparclite/configure --host=sun4 --target=sun4 --cache-file=../config.cache --cache-file=../../config.cache
-#
-# Compiler output produced by configure, useful for debugging
-# configure, is in ./config.log if it exists.
-
-ac_cs_usage="Usage: ./config.status [--recheck] [--version] [--help]"
-for ac_option
-do
- case "$ac_option" in
- -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
- echo "running ${CONFIG_SHELL-/bin/sh} .././sparclite/configure --host=sun4 --target=sun4 --cache-file=../config.cache --cache-file=../../config.cache --no-create --no-recursion"
- exec ${CONFIG_SHELL-/bin/sh} .././sparclite/configure --host=sun4 --target=sun4 --cache-file=../config.cache --cache-file=../../config.cache --no-create --no-recursion ;;
- -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
- echo "./config.status generated by autoconf version 2.10"
- exit 0 ;;
- -help | --help | --hel | --he | --h)
- echo "$ac_cs_usage"; exit 0 ;;
- *) echo "$ac_cs_usage"; exit 1 ;;
- esac
-done
-
-ac_given_srcdir=.././sparclite
-ac_given_INSTALL="/bin/sh /sourceware/snapshot-tmp/gdbadmin-tmp/gdb_5_3-branch/5.3/gdb/src/install-sh -c"
-
-trap 'rm -fr Makefile conftest*; exit 1' 1 2 15
-
-# Protect against being on the right side of a sed subst in config.status.
-sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
- s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
-
-
-s%@CFLAGS@%-g -O2%g
-s%@CPPFLAGS@%%g
-s%@CXXFLAGS@%-g -O2%g
-s%@DEFS@% -DHAVE_TERMIOS=1 -DHAVE_TERMIO=1 -DHAVE_SGTTY=1 %g
-s%@LDFLAGS@%%g
-s%@LIBS@%%g
-s%@exec_prefix@%${prefix}%g
-s%@prefix@%/usr/local%g
-s%@program_transform_name@%s,x,x,%g
-s%@bindir@%${exec_prefix}/bin%g
-s%@sbindir@%${exec_prefix}/sbin%g
-s%@libexecdir@%${exec_prefix}/libexec%g
-s%@datadir@%${prefix}/share%g
-s%@sysconfdir@%${prefix}/etc%g
-s%@sharedstatedir@%${prefix}/com%g
-s%@localstatedir@%${prefix}/var%g
-s%@libdir@%${exec_prefix}/lib%g
-s%@includedir@%${prefix}/include%g
-s%@oldincludedir@%/usr/include%g
-s%@infodir@%${prefix}/info%g
-s%@mandir@%${prefix}/man%g
-s%@CC@%gcc%g
-s%@CPP@%gcc -E%g
-s%@INSTALL_PROGRAM@%/bin/sh /sourceware/snapshot-tmp/gdbadmin-tmp/gdb_5_3-branch/5.3/gdb/src/install-sh -c %g
-s%@INSTALL_DATA@%/bin/sh /sourceware/snapshot-tmp/gdbadmin-tmp/gdb_5_3-branch/5.3/gdb/src/install-sh -c -m 644%g
-s%@host@%sparc-sun-sunos4.1.1%g
-s%@host_alias@%sun4%g
-s%@host_cpu@%sparc%g
-s%@host_vendor@%sun%g
-s%@host_os@%sunos4.1.1%g
-s%@target@%sparc-sun-sunos4.1.1%g
-s%@target_alias@%sun4%g
-s%@target_cpu@%sparc%g
-s%@target_vendor@%sun%g
-s%@target_os@%sunos4.1.1%g
-s%@build@%sparc-sun-sunos4.1.1%g
-s%@build_alias@%sun4%g
-s%@build_cpu@%sparc%g
-s%@build_vendor@%sun%g
-s%@build_os@%sunos4.1.1%g
-s%@PROGS@%aload eload%g
-s%@NETLIBS@%%g
-
-CEOF
-
-CONFIG_FILES=${CONFIG_FILES-"Makefile"}
-for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
- # Support "outfile[:infile]", defaulting infile="outfile.in".
- case "$ac_file" in
- *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
- ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
- *) ac_file_in="${ac_file}.in" ;;
- esac
-
- # Adjust relative srcdir, etc. for subdirectories.
-
- # Remove last slash and all that follows it. Not all systems have dirname.
- ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
- if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
- # The file is in a subdirectory.
- test ! -d "$ac_dir" && mkdir "$ac_dir"
- ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
- # A "../" for each directory in $ac_dir_suffix.
- ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
- else
- ac_dir_suffix= ac_dots=
- fi
-
- case "$ac_given_srcdir" in
- .) srcdir=.
- if test -z "$ac_dots"; then top_srcdir=.
- else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
- /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
- *) # Relative path.
- srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
- top_srcdir="$ac_dots$ac_given_srcdir" ;;
- esac
-
- case "$ac_given_INSTALL" in
- [/$]*) INSTALL="$ac_given_INSTALL" ;;
- *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
- esac
- echo creating "$ac_file"
- rm -f "$ac_file"
- configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
- case "$ac_file" in
- *Makefile*) ac_comsub="1i\\
-# $configure_input" ;;
- *) ac_comsub= ;;
- esac
- sed -e "$ac_comsub
-s%@configure_input@%$configure_input%g
-s%@srcdir@%$srcdir%g
-s%@top_srcdir@%$top_srcdir%g
-s%@INSTALL@%$INSTALL%g
-" -f conftest.subs $ac_given_srcdir/$ac_file_in > $ac_file
-fi; done
-rm -f conftest.subs
-
-
-
-exit 0
diff -r 91344c4a0bf1 -r e77c818dd61d gnu/dist/gdb/utils/wince/Makefile
--- a/gnu/dist/gdb/utils/wince/Makefile Sun Aug 17 23:00:20 2003 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,119 +0,0 @@
-# Generated automatically from Makefile.in by configure.
-#Copyright 1999 Free Software Foundation, Inc.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
Home |
Main Index |
Thread Index |
Old Index