Commit 416c259a by Paul Eggert

Comment out lines containing just formfeeds.

From-SVN: r14514
parent 5408f8d0
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
# - making any compiler driver (eg: g++) # - making any compiler driver (eg: g++)
# - the compiler proper (eg: cc1plus) # - the compiler proper (eg: cc1plus)
# - define the names for selecting the language in LANGUAGES. # - define the names for selecting the language in LANGUAGES.
#
# Extra flags to pass to recursive makes. # Extra flags to pass to recursive makes.
OBJC_FLAGS_TO_PASS = \ OBJC_FLAGS_TO_PASS = \
"OBJC_FOR_BUILD=$(OBJC_FOR_BUILD)" \ "OBJC_FOR_BUILD=$(OBJC_FOR_BUILD)" \
...@@ -48,7 +48,7 @@ OBJC_FLAGS_TO_PASS = \ ...@@ -48,7 +48,7 @@ OBJC_FLAGS_TO_PASS = \
# Actual names to use when installing a cross-compiler. # Actual names to use when installing a cross-compiler.
#OBJC_CROSS_NAME = `t='$(program_transform_cross_name)'; echo c++ | sed $$t` #OBJC_CROSS_NAME = `t='$(program_transform_cross_name)'; echo c++ | sed $$t`
#
# Define the names for selecting Objective-C in LANGUAGES. # Define the names for selecting Objective-C in LANGUAGES.
OBJC objc: cc1obj objc-runtime OBJC objc: cc1obj objc-runtime
OBJECTIVE-C objective-c: cc1obj objc-runtime OBJECTIVE-C objective-c: cc1obj objc-runtime
...@@ -208,7 +208,7 @@ libobjc.dll: libobjc_s.a $(srcdir)/objc/libobjc_entry.o ...@@ -208,7 +208,7 @@ libobjc.dll: libobjc_s.a $(srcdir)/objc/libobjc_entry.o
$(DLLTOOL) --dllname libobjc.dll --def $(srcdir)/objc/libobjc.def \ $(DLLTOOL) --dllname libobjc.dll --def $(srcdir)/objc/libobjc.def \
--output-lib libobjc.a --output-lib libobjc.a
#
# Build hooks: # Build hooks:
objc.all.build: objc.all.build:
...@@ -219,7 +219,7 @@ objc.rest.encap: ...@@ -219,7 +219,7 @@ objc.rest.encap:
objc.info: objc.info:
objc.dvi: objc.dvi:
#
# Install hooks: # Install hooks:
# cc1obj is installed elsewhere as part of $(COMPILERS). # cc1obj is installed elsewhere as part of $(COMPILERS).
...@@ -250,7 +250,7 @@ objc.install-info: ...@@ -250,7 +250,7 @@ objc.install-info:
objc.install-man: objc.install-man:
objc.uninstall: objc.uninstall:
#
# 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.
...@@ -270,7 +270,7 @@ objc.maintainer-clean: ...@@ -270,7 +270,7 @@ objc.maintainer-clean:
-rm -f objc/objc-parse.y -rm -f objc/objc-parse.y
-rm -f objc/objc-parse.c objc/objc-parse.output -rm -f objc/objc-parse.c objc/objc-parse.output
#
# Stage hooks: # Stage hooks:
objc.stage1: objc.stage1:
...@@ -290,7 +290,7 @@ objc.stage4: ...@@ -290,7 +290,7 @@ objc.stage4:
-mv cc1obj$(exeext) stage4 -mv cc1obj$(exeext) stage4
-mv libobjc.a stage4 -mv libobjc.a stage4
#
# 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
......
...@@ -54,7 +54,7 @@ all: all.indirect ...@@ -54,7 +54,7 @@ all: all.indirect
####host overrides ####host overrides
####cross overrides ####cross overrides
####build overrides ####build overrides
#
OBJC_H = hash.h objc-list.h sarray.h objc.h objc-api.h \ OBJC_H = hash.h objc-list.h sarray.h objc.h objc-api.h \
NXConstStr.h Object.h Protocol.h encoding.h typedstream.h thr.h NXConstStr.h Object.h Protocol.h encoding.h typedstream.h thr.h
......
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