mirror of
https://github.com/opnsense/src.git
synced 2026-06-07 15:52:40 -04:00
Intersting/relevant changes since bmake-20240430 ChangeLog since bmake-20240430 2024-05-07 Simon J Gerraty <sjg@beast.crufty.net> * VERSION (_MAKE_VERSION): 20240508 Merge with NetBSD make, pick up o make: ensure variables set on command line get added to .MAKEOVERRIDES (even if they start with '.') so they are passed to sub-makes. mk/ChangeLog since bmake-20240430 2024-05-04 Simon J Gerraty <sjg@beast.crufty.net> * install-mk (MK_VERSION): 20240504 * dirdeps.mk: allow BUILD_DIRDEPS_OVERRIDES to pass overrides to sub-make building DIRDEPS_CACHE.
62 lines
1.5 KiB
Text
62 lines
1.5 KiB
Text
#*** Input graph:
|
|
# all, unmade, type OP_DEPENDS, flags none
|
|
|
|
|
|
#
|
|
# Files that are only sources:
|
|
#*** Global Variables:
|
|
.ALLTARGETS = all
|
|
.CURDIR = <curdir>
|
|
.INCLUDES = # (empty)
|
|
.LIBS = # (empty)
|
|
.MAKE = <details omitted>
|
|
.MAKE.DEPENDFILE = <details omitted>
|
|
.MAKE.GID = <details omitted>
|
|
.MAKE.JOBS.C = <details omitted>
|
|
.MAKE.LEVEL = <details omitted>
|
|
.MAKE.LEVEL.ENV = MAKELEVEL
|
|
.MAKE.MAKEFILES = <details omitted>
|
|
.MAKE.MAKEFILE_PREFERENCE = <details omitted>
|
|
.MAKE.OS = <details omitted>
|
|
.MAKE.PID = <details omitted>
|
|
.MAKE.PPID = <details omitted>
|
|
.MAKE.UID = <details omitted>
|
|
.MAKEFLAGS = -r -k -d g1
|
|
.MAKEOVERRIDES = # (empty)
|
|
.OBJDIR = <curdir>
|
|
.PATH = . <curdir>
|
|
.TARGETS = # (empty)
|
|
.newline =
|
|
# (ends with space)
|
|
MACHINE = <details omitted>
|
|
MACHINE_ARCH = <details omitted>
|
|
MAKE = <details omitted>
|
|
MFLAGS = -r -k -d g1
|
|
#*** Command-line Variables:
|
|
|
|
#*** Directory Cache:
|
|
# Stats: 0 hits 2 misses 0 near misses 0 losers (0%)
|
|
# refs hits directory
|
|
# 1 0 <curdir>
|
|
|
|
#*** Suffixes:
|
|
# ".a" (num 1, ref 2)
|
|
# To:
|
|
# From: .cpp
|
|
# Search Path:
|
|
# ".c" (num 2, ref 2)
|
|
# To: .cpp
|
|
# From:
|
|
# Search Path:
|
|
# ".cpp" (num 3, ref 3)
|
|
# To: .a
|
|
# From: .c
|
|
# Search Path:
|
|
#*** Transformations:
|
|
.c.cpp :
|
|
: Making ${.TARGET} from impsrc ${.IMPSRC} allsrc ${.ALLSRC}.
|
|
|
|
.cpp.a :
|
|
: Making ${.TARGET} from impsrc ${.IMPSRC} allsrc ${.ALLSRC}.
|
|
|
|
exit status 0
|