forked from opnsense/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.
Only change to bmake is man page - document .OBJDIR target. We also get latest dirdeps.mk and friends.
- Loading branch information
Showing
14 changed files
with
118 additions
and
41 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,9 @@ | ||
2015-06-06 Simon J. Gerraty <[email protected]> | ||
|
||
* Makefile (MAKE_VERSION): 20150606 | ||
Merge with NetBSD make, pick up | ||
o make.1: document .OBJDIR target | ||
|
||
2015-05-05 Simon J. Gerraty <[email protected]> | ||
|
||
* Makefile (MAKE_VERSION): 20150505 | ||
|
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
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,29 @@ | ||
2015-06-06 Simon J. Gerraty <[email protected]> | ||
|
||
* install-mk (MK_VERSION): 20150606 | ||
|
||
* dirdeps.mk: don't rely on manually maintained Makefile.depend | ||
to set DEP_RELDIR and reset DIRDEPS. | ||
By setting DEP_RELDIR ourselves we can skip :tA | ||
|
||
* gendirdeps.mk: skip setting DEP_RELDIR. | ||
|
||
2015-05-24 Simon J. Gerraty <[email protected]> | ||
|
||
* dirdeps.mk: avoid wildcards like make(bootstrap*) | ||
|
||
2015-05-20 Simon J. Gerraty <[email protected]> | ||
|
||
* install-mk (MK_VERSION): 20150520 | ||
|
||
* dirdeps.mk: when we are building dirdeps cache file we *want* | ||
meta_oodate to look at all the Makefile.depend files, so | ||
set .MAKE.DEPENDFILE to something that won't match. | ||
|
||
* meta.stage.mk: for STAGE_AS_* basename of file may not be unique | ||
so first use absolute path as key. | ||
Also skip staging at level 0. | ||
|
||
2015-04-30 Simon J. Gerraty <[email protected]> | ||
|
||
* install-mk (MK_VERSION): 20150430 | ||
|
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 |
---|---|---|
|
@@ -55,7 +55,7 @@ | |
# Simon J. Gerraty <[email protected]> | ||
|
||
# RCSid: | ||
# $Id: install-mk,v 1.110 2015/05/01 06:37:49 sjg Exp $ | ||
# $Id: install-mk,v 1.112 2015/06/08 20:55:11 sjg Exp $ | ||
# | ||
# @(#) Copyright (c) 1994 Simon J. Gerraty | ||
# | ||
|
@@ -70,7 +70,7 @@ | |
# [email protected] | ||
# | ||
|
||
MK_VERSION=20150430 | ||
MK_VERSION=20150606 | ||
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
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
Oops, something went wrong.