bug-hurd
[Top][All Lists]
Advanced

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

Re: -undef in mig's cppflags


From: Alfred M. Szmidt
Subject: Re: -undef in mig's cppflags
Date: Mon, 03 Dec 2001 16:13:06 +0100
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1

* Marcus Brinkmann writes:
> Hi, Roland added cppflags=-undef to mig's invocation to cpp.  The
> Hurd replaces mig with cat and then "cat -undef" is invoked, leading
> to an error.

> What is the right fix for this?

I already suggested a possible fix for this, but nobody other then you replied
to the message.

ChangeLog:
        2001-12-03  Alfred M. Szmidt <ams@kemisten.nu>

        * config.make.in (MIGCOM): cat changed to "$(CPP)".

Index: config.make.in
===================================================================
RCS file: /cvsroot/hurd/hurd/config.make.in,v
retrieving revision 1.14
diff -u -u -w -B -p -r1.14 config.make.in
--- config.make.in      2001/11/24 22:05:37     1.14
+++ config.make.in      2001/12/03 15:11:01
@@ -40,7 +40,7 @@ OBJCOPY = @OBJCOPY@
 AR = @AR@
 RANLIB = @RANLIB@
 MIG = @MIG@
-MIGCOM = $(MIG) -cc cat - /dev/null
+MIGCOM = $(MIG) -cc "$(CPP)" - /dev/null
 AWK = @AWK@
 
 # Compilation flags.  Append these to the definitions already made by

-- 
Alfred M. Szmidt



reply via email to

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