bug-hurd
[Top][All Lists]
Advanced

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

Re: [PATCH 1/2] i386: fix MACHINE_SERVER_HEADER


From: Samuel Thibault
Subject: Re: [PATCH 1/2] i386: fix MACHINE_SERVER_HEADER
Date: Thu, 1 May 2014 01:08:25 +0200
User-agent: Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30)

Justus Winter, le Wed 30 Apr 2014 21:10:46 +0200, a écrit :
> Commit b6dab094 introduced a way to include the MIG-generated server
> files for the machine specific interface in ipc_kobject.c.
> 
> This broke out-of-tree builds.  Here, 'machine' is a symlink to
> '../i386/i386', it points into the source tree.  The MIG-generated
> files however are put in the build tree in i386/i386.

Ack.

> * i386/i386/machine_routines.h (MACHINE_SERVER_HEADER): Fix path.
> ---
>  i386/i386/machine_routines.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/i386/i386/machine_routines.h b/i386/i386/machine_routines.h
> index 65315e5..d9dd94b 100644
> --- a/i386/i386/machine_routines.h
> +++ b/i386/i386/machine_routines.h
> @@ -31,7 +31,7 @@
>   * The i386 has a set of machine-dependent interfaces.
>   */
>  #define      MACHINE_SERVER          mach_i386_server
> -#define      MACHINE_SERVER_HEADER   <machine/mach_i386.server.h>
> +#define      MACHINE_SERVER_HEADER   "i386/i386/mach_i386.server.h"
>  #define      MACHINE_SERVER_ROUTINE  mach_i386_server_routine
>  
>  #endif /* _I386_MACHINE_ROUTINES_H_ */
> -- 
> 1.9.2
> 

-- 
Samuel
 Moralité : le modem et le cablerouteur font comme les filles, ils
 papotent toute la journée.
 -+- RB in NPC : Et en plus, ils ne parlent que de bits -+-



reply via email to

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