Commit 566cfa81 by Jeffrey A Law Committed by Jeff Law

Makefile.in, [...]: Remove "^L" at the beginning of lines.

        * Makefile.in, Make-lang.in: Remove "^L" at the beginning
        of lines.
Some makes don't like them.

From-SVN: r14812
parent 9af06254
Fri Aug 15 13:44:14 1997 Jeffrey A Law (law@cygnus.com)
* Makefile.in, Make-lang.in: Remove "^L" at the beginning
of lines.
Tue Aug 12 10:23:02 1997 Jeffrey A Law (law@cygnus.com) Tue Aug 12 10:23:02 1997 Jeffrey A Law (law@cygnus.com)
* g77.info*: Rebuilt. * g77.info*: Rebuilt.
......
...@@ -37,7 +37,6 @@ ...@@ -37,7 +37,6 @@
# - define the names for selecting the language in LANGUAGES. # - define the names for selecting the language in LANGUAGES.
# #
# $(srcdir) must be set to the gcc/ source directory (not gcc/f/). # $(srcdir) must be set to the gcc/ source directory (not gcc/f/).
# Extra flags to pass to recursive makes (and to sub-configure). # Extra flags to pass to recursive makes (and to sub-configure).
# Use different quoting rules compared with FLAGS_TO_PASS so we can use # Use different quoting rules compared with FLAGS_TO_PASS so we can use
# this to set environment variables as well # this to set environment variables as well
...@@ -93,7 +92,6 @@ G77_INSTALL_NAME = `t='$(program_transform_name)'; echo g77 | sed $$t` ...@@ -93,7 +92,6 @@ G77_INSTALL_NAME = `t='$(program_transform_name)'; echo g77 | sed $$t`
# Actual names to use when installing a cross-compiler. # Actual names to use when installing a cross-compiler.
F77_CROSS_NAME = `t='$(program_transform_cross_name)'; echo f77 | sed $$t` F77_CROSS_NAME = `t='$(program_transform_cross_name)'; echo f77 | sed $$t`
G77_CROSS_NAME = `t='$(program_transform_cross_name)'; echo g77 | sed $$t` G77_CROSS_NAME = `t='$(program_transform_cross_name)'; echo g77 | sed $$t`
# Define the names for selecting f77 in LANGUAGES. # Define the names for selecting f77 in LANGUAGES.
# Note that it would be nice to move the dependency on g77 # Note that it would be nice to move the dependency on g77
# into the F77 rule, but that needs a little bit of work # into the F77 rule, but that needs a little bit of work
...@@ -306,7 +304,6 @@ f/runtime/libU77/Makefile: \ ...@@ -306,7 +304,6 @@ f/runtime/libU77/Makefile: \
# $(srcdir)/config/$(xmake_file) $(srcdir)/config/$(tmake_file) # $(srcdir)/config/$(xmake_file) $(srcdir)/config/$(tmake_file)
# top=`pwd`; cd f/f2c; \ # top=`pwd`; cd f/f2c; \
# $${top}/f/f2c/configure --srcdir=$${top}/f/f2c # $${top}/f/f2c/configure --srcdir=$${top}/f/f2c
# Build hooks: # Build hooks:
# I'm not sure there's a way of getting f2c into here conditionally on # I'm not sure there's a way of getting f2c into here conditionally on
...@@ -357,7 +354,6 @@ f77.rebuilt: $(srcdir)/f/g77.info $(srcdir)/f/BUGS $(srcdir)/f/INSTALL \ ...@@ -357,7 +354,6 @@ f77.rebuilt: $(srcdir)/f/g77.info $(srcdir)/f/BUGS $(srcdir)/f/INSTALL \
maybe-f2c: maybe-f2c:
#For now, omit f2c stuff. -- burley #For now, omit f2c stuff. -- burley
# case "$(STAGESTUFF)" in *f2c*) $(MAKE) f2c;; esac # case "$(STAGESTUFF)" in *f2c*) $(MAKE) f2c;; esac
# Install hooks: # Install hooks:
# f771 is installed elsewhere as part of $(COMPILERS). # f771 is installed elsewhere as part of $(COMPILERS).
...@@ -484,7 +480,6 @@ f77.uninstall: ...@@ -484,7 +480,6 @@ f77.uninstall:
rm -rf include/f2c.h ; \ rm -rf include/f2c.h ; \
rm -rf $(libdir)/libf2c.a ; \ rm -rf $(libdir)/libf2c.a ; \
fi fi
# Clean hooks: # Clean hooks:
# A lot of the ancillary files are deleted by the main makefile. # A lot of the ancillary files are deleted by the main makefile.
# We just have to delete files specific to us. # We just have to delete files specific to us.
...@@ -517,7 +512,6 @@ f77.maintainer-clean f77.realclean: f77.distclean ...@@ -517,7 +512,6 @@ f77.maintainer-clean f77.realclean: f77.distclean
-cd f/runtime; $(MAKE) -f ../../$(srcdir)/f/runtime/Makefile.in maintainer-clean -cd f/runtime; $(MAKE) -f ../../$(srcdir)/f/runtime/Makefile.in maintainer-clean
-$(MAKE) f77.maintainer-clean -$(MAKE) f77.maintainer-clean
-rm -f f/g77.info* f/g77.*aux f/TAGS f/BUGS f/INSTALL f/NEWS f/intdoc.texi -rm -f f/g77.info* f/g77.*aux f/TAGS f/BUGS f/INSTALL f/NEWS f/intdoc.texi
# Stage hooks: # Stage hooks:
# The main makefile has already created stage?/f. # The main makefile has already created stage?/f.
...@@ -554,7 +548,6 @@ f77.stage4: ...@@ -554,7 +548,6 @@ f77.stage4:
-mv $(LIBF77STAGESTUFF) stage4/f/runtime/libF77 -mv $(LIBF77STAGESTUFF) stage4/f/runtime/libF77
-mv $(LIBI77STAGESTUFF) stage4/f/runtime/libI77 -mv $(LIBI77STAGESTUFF) stage4/f/runtime/libI77
-mv $(LIBU77STAGESTUFF) stage4/f/runtime/libU77 -mv $(LIBU77STAGESTUFF) stage4/f/runtime/libU77
# Maintenance hooks: # Maintenance hooks:
# This target creates the files that can be rebuilt, but go in the # This target creates the files that can be rebuilt, but go in the
......
...@@ -136,7 +136,6 @@ all: all.indirect ...@@ -136,7 +136,6 @@ all: all.indirect
####host overrides ####host overrides
####cross overrides ####cross overrides
####build overrides ####build overrides
# Now figure out from those variables how to compile and link. # Now figure out from those variables how to compile and link.
all.indirect: f/Makefile f771 all.indirect: f/Makefile f771
...@@ -202,7 +201,6 @@ FLAGS_TO_PASS = \ ...@@ -202,7 +201,6 @@ FLAGS_TO_PASS = \
.c.o: .c.o:
$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $< -o $@ $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $< -o $@
# Lists of files for various purposes. # Lists of files for various purposes.
# Language-specific object files for g77 # Language-specific object files for g77
...@@ -267,7 +265,6 @@ f/Makefile: ...@@ -267,7 +265,6 @@ f/Makefile:
Makefile: $(srcdir)/f/Makefile.in $(srcdir)/configure Makefile: $(srcdir)/f/Makefile.in $(srcdir)/configure
native: f771 native: f771
# Compiling object files from source files. # Compiling object files from source files.
# Note that dependencies on obstack.h are not written # Note that dependencies on obstack.h are not written
...@@ -546,7 +543,6 @@ deps-kinda: ...@@ -546,7 +543,6 @@ deps-kinda:
-e 's: \([.]/\)*f/str[.]h: f/stamp-str:g' \ -e 's: \([.]/\)*f/str[.]h: f/stamp-str:g' \
-e 's%^\(.*\)[ ]*: %f/\1: %g' -e 's%^\(.*\)[ ]*: %f/\1: %g'
# These exist for maintenance purposes. # These exist for maintenance purposes.
# Update the tags table. # Update the tags table.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment