to Sanitize out CHILL references unless keep-chill
was specified.
* .Sanitize: Drop the gdb.t30 and gdb.t31 directories
unless keep-chill was specified on the command line.
- * Makefile.in: Add comment lines to Sanitize out CHILL
- references unless keep-chill was specified.
+ * Makefile.in, config/makefile.rel.in: : Add comment lines
+ to Sanitize out CHILL references unless keep-chill
+ was specified.
Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
fi; \
fi`
+# start-sanitize-chill
CHILLFLAGS = $(CFLAGS)
CHILL = gcc
CHILL_FOR_TARGET = ` \
fi; \
fi`
CHILL_LIB = -lchill
+# end-sanitize-chill
TARGET_FLAGS_TO_PASS = \
"prefix=$(prefix)" \
'CC=$$(CC_FOR_TARGET)' \
"CC_FOR_TARGET=$(CC_FOR_TARGET)" \
"CFLAGS=$(CFLAGS)" \
+# start-sanitize-chill
"CHILLFLAGS=$(CHILLFLAGS)" \
'CHILL=$$(CHILL_FOR_TARGET)' \
"CHILL_FOR_TARGET=$(CHILL_FOR_TARGET)" \
"CHILL_LIB=$(CHILL_LIB)" \
+# end-sanitize-chill
'CXX=$$(CXX_FOR_TARGET)' \
"CXX_FOR_TARGET=$(CXX_FOR_TARGET)" \
"CXXFLAGS=$(CXXFLAGS)" \