forked from freebsd/freebsd-src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Import bmake-20130520 to keep us in sync.
- Loading branch information
Showing
16 changed files
with
435 additions
and
243 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
2013-05-20 Simon J. Gerraty <[email protected]> | ||
|
||
* Makefile (MAKE_VERSION): 20130520 | ||
generate manifest from component FILES rather than have to | ||
update FILES when mk/FILES changes. | ||
|
||
2013-05-18 Simon J. Gerraty <[email protected]> | ||
|
||
* Makefile (MAKE_VERSION): 20130518 | ||
Merge with NetBSD make, pick up | ||
o suff.c: don't skip all processsing for .PHONY targets | ||
else wildcard srcs do not get expanded. | ||
o var.c: expand name of variable to delete if necessary. | ||
|
||
2013-03-30 Simon J. Gerraty <[email protected]> | ||
|
||
* Makefile (MAKE_VERSION): 20130330 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,23 @@ | ||
2013-05-10 Simon J. Gerraty <[email protected]> | ||
|
||
* install-mk (MK_VERSION): 20130505 | ||
* gendirdeps.mk, meta2deps.py, meta2deps.sh: handle $TARGET_SPEC | ||
for when $MACHINE isn't enough for objdir distinction. | ||
Bring meta2deps.sh closer to par with meta2deps.py. | ||
|
||
2013-04-18 Simon J. Gerraty <[email protected]> | ||
|
||
* meta.stage.mk: set INSTALL to STAGE_INSTALL when making 'all' | ||
also if the target 'beforeinstall' exists, make it depend on | ||
.dirdep (incase it uses STAGE_INSTALL). | ||
|
||
2013-04-17 Simon J. Gerraty <[email protected]> | ||
|
||
* install-mk (MK_VERSION): 20130401 ;-) | ||
* meta.stage.mk (STAGE_INSTALL_SH): add stage-install.sh as | ||
wrapper around install(1). | ||
* options.mk (OPTION_PREFIX): Allow a prefix other than MK_ | ||
|
||
2013-03-30 Simon J. Gerraty <[email protected]> | ||
|
||
* meta2deps.py (MetaFile.__init__): ensure self.cwd is initialized. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,6 +31,7 @@ progs.mk | |
rst2htm.mk | ||
scripts.mk | ||
srctop.mk | ||
stage-install.sh | ||
subdir.mk | ||
sys.mk | ||
sys.clean-env.mk | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,7 +55,7 @@ | |
# Simon J. Gerraty <[email protected]> | ||
|
||
# RCSid: | ||
# $Id: install-mk,v 1.88 2013/03/31 22:31:59 sjg Exp $ | ||
# $Id: install-mk,v 1.90 2013/05/11 05:16:26 sjg Exp $ | ||
# | ||
# @(#) Copyright (c) 1994 Simon J. Gerraty | ||
# | ||
|
@@ -70,7 +70,7 @@ | |
# [email protected] | ||
# | ||
|
||
MK_VERSION=20130330 | ||
MK_VERSION=20130505 | ||
OWNER= | ||
GROUP= | ||
MODE=444 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.