pkgsrc-wip/netbsd-make
Aleksey Cheusov 1db0907ba2 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.


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

        * Makefile.in (MAKE_VERSION): bump version to 20110207
          Merge with NetBSD make, pick up
          o fix for bug in meta mode.

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

        * parse.c: SunOS 5.8 at least does not have MAP_FILE

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

        * Makefile.in (MAKE_VERSION): bump version to 20110101
          Merge with NetBSD make, pick up
          o use mmap(2) if available, for reading makefiles

    2010-12-15  Simon J. Gerraty  <sjg@bad.crufty.net>

        * Makefile.in (MAKE_VERSION): bump version to 20101215
          Merge with NetBSD make, pick up
          o ensure meta_job_error() does not report a previous .meta file
            as being culprit.

    2010-12-10  Simon J. Gerraty  <sjg@bad.crufty.net>

        * Makefile.in (MAKE_VERSION): bump version to 20101210
          Merge with NetBSD make, pick up
          o meta_oodate: track cwd per process, and only consider target
            out-of-date if missing file is outside make's CWD.
            Ignore files in /tmp/ etc.
          o to ensure unit-tests results match, need to control LC_ALL
            as well as LANG.
          o fix for parsing bug in var.c
2011-05-29 07:53:47 +00:00
..
DESCR
distinfo Update to bmake-20110505 2011-05-29 07:53:47 +00:00
Makefile Update to bmake-20110505 2011-05-29 07:53:47 +00:00
PLIST