Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Dec 2014 16:44:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 182269] .Fx warning in make(1) (bmake)
Message-ID:  <bug-182269-8-3EZZtLO5Si@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-182269-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-182269-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=182269

--- Comment #4 from commit-hook@freebsd.org ---
A commit references this bug:

Author: ngie
Date: Sat Dec 27 16:43:29 UTC 2014
New revision: 276305
URL: https://svnweb.freebsd.org/changeset/base/276305

Log:
  MFC bmake changes to stable/10
(r255285,r255916,r258113,r258114,r261212,r266760,r268437)

  Discussed with: sjg

  r255285:

    If MAKE_JOB_ERROR_TOKEN is set to false, do not put an error token ("E")
    into the job queue.
    This avoids closing down an entire build on failure of one branch.
    Probably has no use outside the context of universe/tinderbox.

    Reviewed by:    obrien

  r255916:

    Fix Fx syntax.

    PR: 182269
    Approved by: re@

  r258113:

    Avoid SEGV when passed NULL for list

  r258114:

    Don't SEGV when Hash_Table is uninitialized

  r261212:

    Merge bmake-20140101 from vendor

  r266760:

    Portmgr no longer need the UL hack.

    Reviewed by: obrien

  r268437:

    Update to bmake-20140620
    Main change is detection of malformed variable references.

    Reviewed by:    obrien

Changes:
_U  stable/10/
  stable/10/contrib/bmake/ChangeLog
  stable/10/contrib/bmake/Makefile
  stable/10/contrib/bmake/Makefile.config.in
  stable/10/contrib/bmake/README
  stable/10/contrib/bmake/bmake.1
  stable/10/contrib/bmake/bmake.cat1
  stable/10/contrib/bmake/boot-strap
  stable/10/contrib/bmake/bsd.after-import.mk
  stable/10/contrib/bmake/compat.c
  stable/10/contrib/bmake/config.h.in
  stable/10/contrib/bmake/configure
  stable/10/contrib/bmake/configure.in
  stable/10/contrib/bmake/hash.c
  stable/10/contrib/bmake/lst.lib/lstMember.c
  stable/10/contrib/bmake/main.c
  stable/10/contrib/bmake/make-bootstrap.sh.in
  stable/10/contrib/bmake/make.1
  stable/10/contrib/bmake/make.h
  stable/10/contrib/bmake/meta.c
  stable/10/contrib/bmake/mk/ChangeLog
  stable/10/contrib/bmake/mk/autodep.mk
  stable/10/contrib/bmake/mk/dirdeps.mk
  stable/10/contrib/bmake/mk/dpadd.mk
  stable/10/contrib/bmake/mk/gendirdeps.mk
  stable/10/contrib/bmake/mk/host-target.mk
  stable/10/contrib/bmake/mk/install-mk
  stable/10/contrib/bmake/mk/lib.mk
  stable/10/contrib/bmake/mk/meta.autodep.mk
  stable/10/contrib/bmake/mk/meta2deps.py
  stable/10/contrib/bmake/mk/meta2deps.sh
  stable/10/contrib/bmake/mk/options.mk
  stable/10/contrib/bmake/mk/rst2htm.mk
  stable/10/contrib/bmake/mk/sys/SunOS.mk
  stable/10/contrib/bmake/mk/sys.mk
  stable/10/contrib/bmake/mk/target-flags.mk
  stable/10/contrib/bmake/mk/warnings.mk
  stable/10/contrib/bmake/os.sh
  stable/10/contrib/bmake/parse.c
  stable/10/contrib/bmake/str.c
  stable/10/contrib/bmake/util.c
  stable/10/contrib/bmake/var.c
  stable/10/usr.bin/bmake/Makefile
  stable/10/usr.bin/bmake/Makefile.config
  stable/10/usr.bin/bmake/config.h

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-182269-8-3EZZtLO5Si>