mk/buildlink3: remove documentation about PKG_PHASE

The PKG_PHASE variable was removed with the addition of
mk/bsd.pkg.barrier.mk 1.1 from 2006-07-05.
This commit is contained in:
rillig 2024-01-18 23:38:40 +00:00
parent 4d62eea6b1
commit 8ca8fad43c
1 changed files with 6 additions and 17 deletions

View File

@ -1,4 +1,4 @@
$NetBSD: BUILDLINK3_DG,v 1.9 2019/05/01 10:55:13 rillig Exp $
$NetBSD: BUILDLINK3_DG,v 1.10 2024/01/18 23:38:40 rillig Exp $
0 Developer's guide to buildlink3
=================================
@ -31,19 +31,8 @@ directly include the buildlink3.mk file for that dependency.
3 Troubleshooting
=================
Q1: Where can I see the actual command executed by the wrapper
scripts?
A1: You should examine the contents of the ${WRKDIR}/.work.log file.
The lines preceded with [*] are the commands that are intercepted
by the wrapper scripts, and the lines preceded with <.> are the
commands that are executed by the wrapper scripts.
Q2: Why can't I check the values of variables set by the buildlink3
framework using 'make show-var VARNAME=...'?
A2: Some variables are only defined for a subset of the package build
phases. Try instead:
make show-var PKG_PHASE=wrapper VARNAME=...
To see the actual command executed by the wrapper scripts, examine the
contents of the ${WRKDIR}/.work.log file. The lines preceded with [*]
are the commands that are intercepted by the wrapper scripts, and the
lines preceded with <.> are the commands that are executed by the
wrapper scripts.