mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 16:35:27 -04:00
Changes of interest
o unit-tests: use private TMPDIR to avoid errors from other users
o avoid strdup in mkTempFile
o always use vfork
o job.c: do not create empty shell files in jobs mode
reduce unnecessary calls to waitpid
o cond.c: fix debug output for comparison operators in conditionals
9 lines
222 B
Makefile
9 lines
222 B
Makefile
# $NetBSD: include-subsub.mk,v 1.4 2021/01/26 23:44:56 rillig Exp $
|
|
|
|
.if ${.INCLUDEDFROMFILE} == "include-sub.mk"
|
|
.MAKEFLAGS: -dp
|
|
. info subsub-ok
|
|
.MAKEFLAGS: -d0
|
|
.else
|
|
. warning subsub-fail(${.INCLUDEDFROMFILE})
|
|
.endif
|