* config/makefile.rel.in: : Add comment lines
authorBill Cox <bill@cygnus>
Thu, 12 May 1994 21:16:41 +0000 (21:16 +0000)
committerBill Cox <bill@cygnus>
Thu, 12 May 1994 21:16:41 +0000 (21:16 +0000)
          to Sanitize out CHILL references unless keep-chill
          was specified.

gdb/testsuite/ChangeLog
gdb/testsuite/config/makefile.rel.in

index 9071bc75db4f6ce29a1041f52b780d15e9b0702d..5cd070ccf5c8a686b6a9b5068dd155592351e4e7 100644 (file)
@@ -2,8 +2,9 @@ Thu May 12 14:06:34 1994  Bill Cox  (bill@rtl.cygnus.com)
 
        * .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)
 
index 216bfa2dba0d0ad2c666b8dd8ae065a49a0ed1fb..4dea75a635e814e0896488099660dcd4fbfe56a4 100644 (file)
@@ -50,6 +50,7 @@ CXX_FOR_TARGET = ` \
     fi; \
   fi`
 
+# start-sanitize-chill
 CHILLFLAGS = $(CFLAGS)
 CHILL = gcc
 CHILL_FOR_TARGET = ` \
@@ -63,6 +64,7 @@ CHILL_FOR_TARGET = ` \
     fi; \
   fi`
 CHILL_LIB = -lchill
+# end-sanitize-chill
 
 TARGET_FLAGS_TO_PASS = \
         "prefix=$(prefix)" \
@@ -71,10 +73,12 @@ TARGET_FLAGS_TO_PASS = \
         '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)" \