mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-02 08:42:48 +00:00
8b6f73e37b
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
10 lines
222 B
Makefile
10 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
|