bug-hurd
[Top][All Lists]
Advanced

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

Re: [PATCH 2/2] Install the mach_debug header files


From: Samuel Thibault
Subject: Re: [PATCH 2/2] Install the mach_debug header files
Date: Wed, 30 Apr 2014 13:17:44 +0200
User-agent: Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30)

Justus Winter, le Wed 30 Apr 2014 13:13:59 +0200, a écrit :
> The task_set_name RPC introduced in 877a319c changed
> include/mach/gnumach.defs to include mach_debug/mach_debug_types.defs.
> Previously though, the debug headers were not installed.

Ack.

> * Makefrag.am: Install the mach_debug header files.
> ---
>  Makefrag.am | 15 ++++++++++++---
>  1 file changed, 12 insertions(+), 3 deletions(-)
> 
> diff --git a/Makefrag.am b/Makefrag.am
> index c1387bd..d6dd77f 100644
> --- a/Makefrag.am
> +++ b/Makefrag.am
> @@ -419,9 +419,18 @@ include_mach_eXec_HEADERS = \
>       include/mach/exec/elf.h \
>       include/mach/exec/exec.h
>  
> -# mach-debug-headers:= $(addprefix mach_debug/, hash_info.h ipc_info.h \
> -#            mach_debug.defs mach_debug_types.defs mach_debug_types.h \
> -#            pc_info.h vm_info.h slab_info.h)
> +include_mach_debugdir = $(includedir)/mach_debug
> +include_mach_debug_HEADERS = \
> +     $(addprefix include/mach_debug/, \
> +             hash_info.h \
> +             ipc_info.h \
> +             mach_debug.defs \
> +             mach_debug_types.defs \
> +             mach_debug_types.h \
> +             pc_info.h \
> +             vm_info.h \
> +             slab_info.h \
> +     )
>  
>  # Other headers for the distribution.  We don't install these, because the
>  # GNU C library has correct versions for users to use.
> -- 
> 1.9.2
> 

-- 
Samuel
After watching my newly-retired dad spend two weeks learning how to make a new
folder, it became obvious that "intuitive" mostly means "what the writer or
speaker of intuitive likes".
(Bruce Ediger, bediger@teal.csn.org, in comp.os.linux.misc, on X the
intuitiveness of a Mac interface.)



reply via email to

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