Subject: CVS commit: wip/netbsd-make
From: Aleksey Cheusov
Date: 2011-05-29 09:53:47
Message id: E1QQap3-0007TV-Fz@sfs-ml-2.v29.ch3.sourceforge.com

Log Message:

Update to bmake-20110505

    2011-05-05  Simon J. Gerraty  <sjg@bad.crufty.net>

        * Makefile.in (MAKE_VERSION): bump version to 20110505
          Merge with NetBSD make, pick up
          o .MAKE.META.BAILIWICK - list of prefixes which define the scope
            of make's control.  In meta mode, any generated file within
            said bailiwick, which  is found to be missing, causes current
            target to be out-of-date. 
        
    2011-04-11  Simon J. Gerraty  <sjg@bad.crufty.net>

        * Makefile.in (MAKE_VERSION): bump version to 20110411
          Merge with NetBSD make, pick up
          o when long modifiers fail to match, check sysV style.
            - add a test case
        
    2011-04-10  Simon J. Gerraty  <sjg@bad.crufty.net>

        * Makefile.in (MAKE_VERSION): bump version to 20110410
          Merge with NetBSD make, pick up
          o :hash - cheap 32bit hash of value
          o :localtime, :gmtime - use value as format string for strftime.
        
    2011-03-30  Simon J. Gerraty  <sjg@bad.crufty.net>

        * Makefile.in (MAKE_VERSION): bump version to 20110330
          mostly because its a cooler version.
          Merge with NetBSD make, pick up
          o NetBSD tags for meta.[ch]
          o job.c call meta_job_finish() after meta_job_error().
          o meta_job_error() should call meta_job_finish() to ensure
            .meta file is closed, and safe to copy - if .ERROR target wants.
           meta_job_finish() is safe to call repeatedly.
        
    2011-03-29  Simon J. Gerraty  <sjg@bad.crufty.net>

        * unit-tests/modts: use printf if it is a builtin, 
          to save us from MirBSD

        * Makefile.in (MAKE_VERSION): bump version to 20110329
          Merge with NetBSD make, pick up
          o fix for use after free() in CondDoExists().
          o meta_oodate() report extra commands and return earlier.
        
    2011-03-27  Simon J. Gerraty  <sjg@bad.crufty.net>

        * Makefile.in (MAKE_VERSION): bump version to 20110327
          Merge with NetBSD make, pick up
          o meta.c, if .MAKE.MODE contains curdirOk=yes
            allow creating .meta files in .CURDIR
        * boot-strap (TOOL_DIFF): aparently at least on linux distro
          formats the output of 'type' differently - so eat any "()"

    2011-03-06  Simon J. Gerraty  <sjg@bad.crufty.net>

        * Makefile.in (MAKE_VERSION): bump version to 20110306
          Merge with NetBSD make, pick up
          o meta.c, only do getcwd() once

    2011-03-05  Simon J. Gerraty  <sjg@bad.crufty.net>

        * Makefile.in (MAKE_VERSION): bump version to 20110305
          Merge with NetBSD make, pick up
          o correct sysV substitution handling of empty lhs and variable
          o correct exists() check for dir with trailing /
          o correct handling of modifiers for non-existant variables
            during evaluation of conditionals.
          o ensure MAP_FILE is defined.
          o meta.c use curdir[] now exported by main.c
        
    2011-02-25  Simon J. Gerraty  <sjg@bad.crufty.net>

        * Makefile.in (MAKE_VERSION): bump version to 20110225
          Merge with NetBSD make, pick up
          o fix for incorrect .PARSEDIR when .OBJDIR is re-computed after
            makefiles have been read.
          o fix example of :? modifier in man page.
        
    2011-02-13  Simon J. Gerraty  <sjg@bad.crufty.net>

        * Makefile.in (MAKE_VERSION): bump version to 20110214
          Merge with NetBSD make, pick up
          o meta.c handle realpath() failing when generating meta file
            name.

        * sigcompat.c: convert to ansi so we can use higher warning levels.

Files:
RevisionActionfile
1.12modifywip/netbsd-make/Makefile
1.8modifywip/netbsd-make/distinfo