Remove obsolete comments from Makefiles
authorTom Tromey <tom@tromey.com>
Sat, 1 Sep 2018 16:23:15 +0000 (10:23 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 4 Sep 2018 16:45:54 +0000 (10:45 -0600)
This removes an obsolete comment from Makefile.in.  This was copied
into gnulib/Makefile.in, so this removes that comment as well.

gdb/ChangeLog
2018-09-04  Tom Tromey  <tom@tromey.com>

* gnulib/Makefile.in: Remove obsolete comment.
* Makefile.in: Remove obsolete comment.

gdb/ChangeLog
gdb/Makefile.in
gdb/gnulib/Makefile.in

index f2526ca93c1cbfe9c85c598b8dc4dd5a645acc59..e126f80b80e8ec23704eec5cf11a14efdeb173f5 100644 (file)
@@ -1,3 +1,8 @@
+2018-09-04  Tom Tromey  <tom@tromey.com>
+
+       * gnulib/Makefile.in: Remove obsolete comment.
+       * Makefile.in: Remove obsolete comment.
+
 2018-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
 
        * riscv-tdep.c (riscv_frame_cache): Fix ARI warning, don't end a
index 438379e2ab16f47ce07d693852b9f87f9315fe1d..e75ef66a070d679c43e1108d67ae895e645f6259 100644 (file)
@@ -98,11 +98,6 @@ MSGMERGE = msgmerge
 PACKAGE = @PACKAGE@
 CATALOGS = @CATALOGS@
 
-# If you are compiling with GCC, make sure that either 1) You have the
-# fixed include files where GCC can reach them, or 2) You use the
-# -traditional flag.  Otherwise the ioctl calls in inflow.c
-# will be incorrectly compiled.  The "fixincludes" script in the gcc
-# distribution will fix your include files up.
 CC = @CC@
 CXX = @CXX@
 CXX_DIALECT = @CXX_DIALECT@
index 1602da54b6c0fbcda48bcff735bcddd62f07ff71..117831a3d4e981a572a99a3c34b989c3d0ef7ff1 100644 (file)
@@ -62,11 +62,6 @@ SUBDIRS = import
 CLEANDIRS = $(SUBDIRS)
 REQUIRED_SUBDIRS = $(SUBDIRS)
 
-# If you are compiling with GCC, make sure that either 1) You have the
-# fixed include files where GCC can reach them, or 2) You use the
-# -traditional flag.  Otherwise the ioctl calls in inflow.c
-# will be incorrectly compiled.  The "fixincludes" script in the gcc
-# distribution will fix your include files up.
 CC=@CC@
 
 # Directory containing source files.
This page took 0.032501 seconds and 4 git commands to generate.