pkgsrc-WIP-cvs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: wip/netbsd-make
Module name: wip
Committed by: cheusov
Date: Sun May 29 07:53:47 UTC 2011
Modified Files:
wip/netbsd-make: Makefile distinfo
Log Message:
Update to bmake-20110505
2011-05-05 Simon J. Gerraty <sjg%bad.crufty.net@localhost>
* 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@localhost>
* 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@localhost>
* 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@localhost>
* 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@localhost>
* 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@localhost>
* 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@localhost>
* 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@localhost>
* 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@localhost>
* 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@localhost>
* 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@localhost>
* 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@localhost>
* parse.c: SunOS 5.8 at least does not have MAP_FILE
2011-01-01 Simon J. Gerraty <sjg%bad.crufty.net@localhost>
* 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@localhost>
* 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@localhost>
* 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
To generate a diff of this commit:
cvs -z3 rdiff -u -r1.11 -r1.12 wip/netbsd-make/Makefile
cvs -z3 rdiff -u -r1.7 -r1.8 wip/netbsd-make/distinfo
To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/netbsd-make/Makefile?r1=1.11&r2=1.12
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/netbsd-make/distinfo?r1=1.7&r2=1.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
------------------------------------------------------------------------------
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery,
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now.
http://p.sf.net/sfu/quest-d2dcopy1
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs
Home |
Main Index |
Thread Index |
Old Index