commit: 4e2879d2894b6f847e3234729a88f1b46e2356cc
parent aaba2d1c2f6b7e81c76074d9bddc2cf975f3e0f9
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 19 May 2025 08:01:45 +0200
extras/iproute2.sh: Add note about .EXPORT_ALL_VARIABLES:
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/extras/iproute2.sh b/extras/iproute2.sh
@@ -8,6 +8,7 @@ die() {
# With pdpmake-2.0.3:
# pdpmake: don't know how to make %.c
+# Needs support for `.EXPORT_ALL_VARIABLES:`
command -v make || die "Run /extras/make.sh"
command -v pkg-config || die "Run /extras/pkgconf-lite.sh"