commit-hurd
[Top][All Lists]
Advanced

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

hurd-l4 viengoos/Makefile.am viengoos/ChangeLog...


From: Neal H. Walfield
Subject: hurd-l4 viengoos/Makefile.am viengoos/ChangeLog...
Date: Thu, 21 Feb 2008 15:09:06 +0000

CVSROOT:        /sources/hurd
Module name:    hurd-l4
Changes by:     Neal H. Walfield <neal> 08/02/21 15:09:06

Modified files:
        viengoos       : Makefile.am ChangeLog 
        ruth           : Makefile.am ChangeLog 
        newlib         : Makefile.am ChangeLog 
        libpthread     : Makefile.am ChangeLog 
        libhurd-mm     : Makefile.am ChangeLog 
        libhurd-ihash  : ihash.c Makefile.am ChangeLog 
        libhurd-btree  : Makefile.am ChangeLog 
        libc-parts     : Makefile.am ChangeLog 
        hurd           : Makefile.am ChangeLog 
        hieronymus     : Makefile.am ChangeLog 
        .              : configure.ac Makefile.am ChangeLog 
Added files:
        newlib/patches : 
                         07-newlib-newlib-libm-machine-i386-i386mach-h.patch 
                         06-newlib-newlib-libc-machine-i386-i386mach-h.patch 
                         05-newlib-newlib-libc-include-machine-setjmp-h.patch 

Log message:
        /
        
        2008-02-21  Neal H. Walfield  <address@hidden>
        
                * configure.ac (CFLAGS): Remove variable.
                (USER_CFLAGS): New variable.
                (USER_CPPFLAGS): Likewise.
                (USER_LDFLAGS): Likewise.
                (USER_LDADD): Likewise.
                (KERNEL_CFLAGS): Likewise.
                (KERNEL_CPPFLAGS): Likewise.
        
                * Makefile.am (SUBDIRS): Build . after building laden and
                viengoos.
        
        hieronymus/
        
        2008-02-21  Neal H. Walfield  <address@hidden>
        
                * Makefile.am (AM_CPPFLAGS): Remove variable.
                (AM_LDFLAGS): Likewise.
                (hieronymus_CPPFLAGS): New variable.
                (hieronymus_CFLAGS): Likewise.
                (hieronymus_LDFLAGS): Likewise.
                (hieronymus_LDADD): Don't include libc.a directly, use the value
                of $(USER_LDADD) instead.
        
        hurd/
        
        2008-02-21  Neal H. Walfield  <address@hidden>
        
                * Makefile.am (COMMON_CPPFLAGS): Remove variable.
                (t_addr_CPPFLAGS): Replace use of $(COMMON_CPPFLAGS)
                with use of $(CHECK_CPPFLAGS).
                (t_addr_trans_CPPFLAGS): Likewise.
                (t_rpc_CPPFLAGS): Likewise.
        
        libc-parts/
        
        2008-02-21  Neal H. Walfield  <address@hidden>
        
                * Makefile.am (COMMON_CPPFLAGS): Remove variable.
                (libc_parts_a_CPPFLAGS): Set to $(USER_CPPFLAGS).
                (libc_parts_a_CFLAGS): New variable.
                (libc_kernel_a_CPPFLAGS): Set to $(KERNEL_CPPFLAGS).
                (libc_kernel_a_CFLAGS): New variable.
                (t_setjmp_CPPFLAGS): Remove use of $(COMMON_CPPFLAGS) with
                $(CHECK_CPPFLAGS).
        
        libhurd-btree/
        
        2008-02-21  Neal H. Walfield  <address@hidden>
        
                * Makefile.am (COMMON_CPPFLAGS): Remove variable.
                (libhurd_btree_a_CPPFLAGS): Replace use of above with
                $(USER_CPPFLAGS).
                (libhurd_btree_a_CFLAGS): New variable.
                (btree_test_CPPFLAGS): Replace use $(COMMON_CPPFLAGS) with
                $(CHECK_CPPFLAGS).
        
        libhurd-ihash/
        
        2008-02-21  Neal H. Walfield  <address@hidden>
        
                * Makefile.am (AM_CPPFLAGS): Remove variable.
                (AM_CFLAGS): Likewise.
                (libhurd_ihash_a_CPPFLAGS): New variable.
                (libhurd_ihash_a_CFLAGS): Likewise.
                (libhurd_ihash_nomalloc_a_CPPFLAGS): Replace use of 
$(AM_CPPFLAGS)
                with $(USER_CPPFLAGS).
                (libhurd_ihash_nomalloc_a_CFLAGS): New variable.
                (t_ihash_CPPFLAGS): Remove use of $(AM_CPPFLAGS).
                (t_ihash64_CPPFLAGS): Likewise.
                (t_ihash_CFLAGS): New variable.
                (t_ihash64_CFLAGS): Likewise.
                * ihash.c: Don't include <hurd/ihash.h> but "ihash.h".
        
        libhurd-mm/
        
        2008-02-21  Neal H. Walfield  <address@hidden>
        
                * Makefile.am (COMMON_CPPFLAGS): Remove variable.
                (libhurd_mm_a_CPPFLAGS): Replace use of above with
                $(USER_CPPFLAGS).
                (libhurd_mm_a_CFLAGS): New variable.
        
        libpthread/
        
        2008-02-21  Neal H. Walfield  <address@hidden>
        
                * Makefile.am (AM_CPPFLAGS): Replace use of includes with
                $(USER_CPPFLAGS).
                (AM_CFLAGS): New variable.
        
        newlib/
        
        2008-02-21  Neal H. Walfield  <address@hidden>
        
                * Makefile.am (patch_files): Add
                05-newlib-newlib-libc-include-machine-setjmp-h.patch,
                06-newlib-newlib-libc-machine-i386-i386mach-h.patch, and
                07-newlib-newlib-libm-machine-i386-i386mach-h.patch.
                (ccheaders): Remove variable.
                (SYSINCLUDES): Likewise.
                (newlib-build/libc.a newlib-build/libm.a): Set TARGET_CFLAGS to
                "$(USER_CPPFLAGS) $(USER_CFLAGS) $(USER_LDFLAGS)".
                * 
newlib/patches/05-newlib-newlib-libc-include-machine-setjmp-h.patch:
                New file.
                * 
newlib/patches/06-newlib-newlib-libc-machine-i386-i386mach-h.patch:
                New file.
                * 
newlib/patches/07-newlib-newlib-libm-machine-i386-i386mach-h.patch:
                New file.
        
        ruth/
        
        2008-02-21  Neal H. Walfield  <address@hidden>
        
                * Makefile.am (COMMON_CPPFLAGS): Remove variable.
                (ruth_CPPFLAGS): Set to $(USER_CPPFLAGS).
                (ruth_CFLAGS): New variable.
                (ruth_LDFLAGS): Set to $(USER_LDFLAGS).
                (ruth_LDADD): Set to $(USER_LDADD).
        
        viengoos/
        
        2008-02-21  Neal H. Walfield  <address@hidden>
        
                * Makefile.am (COMMON_CPPFLAGS): Remove variable.
                (viengoos_CPPFLAGS): Set to $(KERNEL_CPPFLAGS).
                (viengoos_CFLAGS): New variable.
                (libhurd_cap_a_CPPFLAGS): Set to $(USER_CPPFLAGS).
                (libhurd_cap_a_CFLAGS): New variable.
                (t_as_CFLAGS): New variable.
                (t_activity_CFLAGS): Likewise.
                (t_link_CFLAGS): Likewise.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/viengoos/Makefile.am?cvsroot=hurd&r1=1.17&r2=1.18
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/viengoos/ChangeLog?cvsroot=hurd&r1=1.153&r2=1.154
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/ruth/Makefile.am?cvsroot=hurd&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/ruth/ChangeLog?cvsroot=hurd&r1=1.32&r2=1.33
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/newlib/patches/07-newlib-newlib-libm-machine-i386-i386mach-h.patch?cvsroot=hurd&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/newlib/patches/06-newlib-newlib-libc-machine-i386-i386mach-h.patch?cvsroot=hurd&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/newlib/patches/05-newlib-newlib-libc-include-machine-setjmp-h.patch?cvsroot=hurd&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/newlib/Makefile.am?cvsroot=hurd&r1=1.12&r2=1.13
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/newlib/ChangeLog?cvsroot=hurd&r1=1.20&r2=1.21
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/libpthread/Makefile.am?cvsroot=hurd&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/libpthread/ChangeLog?cvsroot=hurd&r1=1.29&r2=1.30
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/libhurd-mm/Makefile.am?cvsroot=hurd&r1=1.10&r2=1.11
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/libhurd-mm/ChangeLog?cvsroot=hurd&r1=1.62&r2=1.63
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/libhurd-ihash/ihash.c?cvsroot=hurd&r1=1.11&r2=1.12
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/libhurd-ihash/Makefile.am?cvsroot=hurd&r1=1.9&r2=1.10
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/libhurd-ihash/ChangeLog?cvsroot=hurd&r1=1.19&r2=1.20
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/libhurd-btree/Makefile.am?cvsroot=hurd&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/libhurd-btree/ChangeLog?cvsroot=hurd&r1=1.20&r2=1.21
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/libc-parts/Makefile.am?cvsroot=hurd&r1=1.14&r2=1.15
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/libc-parts/ChangeLog?cvsroot=hurd&r1=1.34&r2=1.35
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/hurd/Makefile.am?cvsroot=hurd&r1=1.14&r2=1.15
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/hurd/ChangeLog?cvsroot=hurd&r1=1.93&r2=1.94
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/hieronymus/Makefile.am?cvsroot=hurd&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/hieronymus/ChangeLog?cvsroot=hurd&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/configure.ac?cvsroot=hurd&r1=1.46&r2=1.47
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/Makefile.am?cvsroot=hurd&r1=1.23&r2=1.24
http://cvs.savannah.gnu.org/viewcvs/hurd-l4/ChangeLog?cvsroot=hurd&r1=1.47&r2=1.48




reply via email to

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