bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: strict aliasing problem in GNU Mach


From: Thomas Schwinge
Subject: Re: strict aliasing problem in GNU Mach
Date: Sat, 4 Feb 2006 12:25:17 -0500
User-agent: Mutt/1.5.6+20040907i

On Fri, Feb 03, 2006 at 09:57:42PM +0100, Alfred M. Szmidt wrote:
>    I corrected this.
> 
> Thanks, but you did the same thing with the following:

How should correct ChangeLog entries for those look like?


> * Makerules.in: Set no_deps to true if we don't need the dependency
> files.

#v+
--- Makerules.in        3 Feb 2006 13:48:23 -0000       1.1.2.3
+++ Makerules.in        3 Feb 2006 15:53:54 -0000       1.1.2.4
@@ -103,6 +103,11 @@
 # Dependency generation
 #

+# Don't build and include dependency files if they're not needed.
+ifeq ($(strip $(filter-out %clean, $(MAKECMDGOALS))),)
+no_deps = t
+endif
+
 # Include dependency files
 ifneq ($(no_deps),t)

#v-


> * i386/linux/Makefile.in: Do care about linux-flags if no_deps is true;
> reverting the change from 2006-01-31.

#v+
--- i386/linux/Makefile.in 3 Feb 2006 13:48:23 -0000       1.4.2.5
+++ i386/linux/Makefile.in 3 Feb 2006 15:53:55 -0000       1.4.2.6
@@ -159,8 +159,6 @@


 # Here is where those specs are found.
-ifneq ($(no_deps),t)
-
 -include linux-flags

 # How to make this file:
@@ -197,8 +195,6 @@
 no_deps=t
 endif

-endif
-
 objfiles += $(sort $(device_drivers))


#v-


Regards,
 Thomas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]