* mach/Makefile, mach/Machrules: Move comments out of \ continuations.
authorRoland McGrath <roland@gnu.org>
Sun, 2 Dec 2001 22:13:05 +0000 (22:13 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 2 Dec 2001 22:13:05 +0000 (22:13 +0000)
ChangeLog
mach/Machrules
mach/Makefile

index 520fa1f..87c0684 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2001-12-02  Roland McGrath  <roland@frob.com>
 
+       * mach/Makefile, mach/Machrules: Move comments out of \ continuations.
+
        * hurd/hurd.h (__hurd_fail): Add `break;' to silence new gcc-3 warning.
        Reported by Jeff Bailey <jbailey@nisa.net>.
 
index c575862..ed2f6fa 100644 (file)
@@ -134,8 +134,8 @@ $(patsubst %,$(objpfx)%.ustamp,$(user-interfaces)): $(objpfx)%.ustamp:
 $(patsubst %,$(objpfx)%.udeps,$(user-interfaces)):
   $(objpfx)%.udeps: $(..)mach/Machrules
        $(make-target-directory)
-       $(include-%.defs) | \
 # We must use $(CFLAGS) to get -O flags that affect #if's in header files.
+       $(include-%.defs) | \
        $(CC) $(CFLAGS) $(CPPFLAGS) -M -x c - | \
        sed -e 's,- *:,$@ $(@:.udeps=.ustamp) $(@:.udeps=.uh) $(@:.udeps=.__h)\
                          $(@:.udeps=_server.c) $(@:.udeps=_server.h):,' \
index 444c2ed..ef6a610 100644 (file)
@@ -70,9 +70,9 @@ endif
 $(objpfx)mach-syscalls.mk: syscalls.awk Makefile
 # Go kludges!!!
        $(make-target-directory)
+# We must use $(CFLAGS) to get -O flags that affect #if's in header files.
        echo '#include <mach/syscall_sw.h>' | \
        DEPENDENCIES_OUTPUT='$@-dep $@' \
-# We must use $(CFLAGS) to get -O flags that affect #if's in header files.
        $(CC) $(CFLAGS) $(CPPFLAGS) -E -x c-header - \
              -D_MACH_`echo $(base-machine) | tr a-z A-Z`_SYSCALL_SW_H_=1 | \
        sed -n -e 's/^kernel_trap(\(.*\),\([-0-9]*\),\([0-9]*\))$$/\1 \2 \3/p'\