diff options
author | David D. Zuhn <zoo@cygnus> | 1993-07-08 01:00:43 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1993-07-08 01:00:43 +0000 |
commit | a59b94d2a2fc6186961f0fe3db381c9d0a159b54 (patch) | |
tree | f5cdb8829864e852935741fc12140db806712655 /Makefile.in | |
parent | 26e4818b03e31f38ff9ac48f9ad52e0426305666 (diff) | |
download | gdb-a59b94d2a2fc6186961f0fe3db381c9d0a159b54.zip gdb-a59b94d2a2fc6186961f0fe3db381c9d0a159b54.tar.gz gdb-a59b94d2a2fc6186961f0fe3db381c9d0a159b54.tar.bz2 |
remove all.cross and install.cross targets
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 42 |
1 files changed, 2 insertions, 40 deletions
diff --git a/Makefile.in b/Makefile.in index 3b0d7bb..1452ba7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -512,7 +512,7 @@ TARGET_LIBS = chillrt | libg++ | newlib | xiberty # end-sanitize-chill # The first rule in the file had better be this one. Don't put any above it. -all: $(ALL) +all: all.normal .PHONY: all # The target built for a native build. @@ -523,25 +523,6 @@ all.normal: \ $(ALL_X11_MODULES) \ all-gcc -# The target built for a cross build. -.PHONY: all.cross -all.cross: \ - all-bfd \ - all-binutils \ - all-byacc \ - all-dejagnu \ - all-flex \ - all-gas \ - all-gcc \ - all-gdb \ - all-ld \ - all-libiberty \ - all-mmalloc \ - all-opcodes \ - all-readline \ - all-sim \ - $(ALL_TARGET_MODULES) - # Do a target for all the subdirectories. A ``make do-X'' will do a # ``make X'' in all subdirectories (because, in general, there is a # dependency (below) of X upon do-X, a ``make X'' will also do this, @@ -680,25 +661,6 @@ gcc-no-fixedincludes: mv gcc/tmp-include gcc/include 2>/dev/null; \ else true; fi -.PHONY: install.cross -install.cross: \ - install-dirs \ - install-binutils \ - install-byacc \ - install-dejagnu \ - install-etc \ - install-flex \ - install-gas \ - install-gcc \ - install-gdb \ - install-glob \ - install-ld \ - install-libiberty \ - install-mmalloc \ - install-opcodes \ - install-readline \ - $(INSTALL_TARGET_MODULES) - # This rule is used to build the modules which use FLAGS_TO_PASS. To # build a target all-X means to cd to X and make all. # all-glob is handled specially because it doesn't actually build. @@ -1114,7 +1076,7 @@ taz: $(DEVO_SUPPORT) $(SUPPORT_FILES) texinfo/texinfo.tex texinfo/gpl.texinfo chmod og=u `find . -print` (VER=`sed <$(TOOL)/Makefile.in -n 's/^VERSION *= *//p'`; \ echo "==> Making $(TOOL)-$$VER.tar.gz"; \ - ln -s proto-toplev $(TOOL)-$$VER; \ + rm -f $(TOOL)-$$VER; ln -s proto-toplev $(TOOL)-$$VER; \ tar cfh - $(TOOL)-$$VER \ | $(GZIP) -v -9 >$(TOOL)-$$VER.tar.gz) |