aboutsummaryrefslogtreecommitdiffstats
path: root/package/configure-snippets/configure_generate_make
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-11-04 22:23:28 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2025-11-04 22:23:28 +0000
commit3b56d41ef579c18feafbf47d170a6ea4375beb6f (patch)
tree87d634d029dba1f786d04df4f35b75af996c74b3 /package/configure-snippets/configure_generate_make
parent2ea40fd0c6b05d29edf5a3b62f4c0f1af6e8b8d8 (diff)
downloads6-frontend-3b56d41ef579c18feafbf47d170a6ea4375beb6f.tar.gz
Lots of work done, doesn't build yet, next commit will
- alias subsystem moved to s6 - config subsystem deleted - new helpers subsystem, with a s6-frontend-helper-kill program - new s6f_equote function, to execline-quote an argv - started the adaptation to the new s6-rc functions, in progress
Diffstat (limited to 'package/configure-snippets/configure_generate_make')
-rw-r--r--package/configure-snippets/configure_generate_make21
1 files changed, 4 insertions, 17 deletions
diff --git a/package/configure-snippets/configure_generate_make b/package/configure-snippets/configure_generate_make
index 3603f53..da6004c 100644
--- a/package/configure-snippets/configure_generate_make
+++ b/package/configure-snippets/configure_generate_make
@@ -1,7 +1,9 @@
+echo "SCANDIR := $scandir"
+echo "LIVEDIR := $livedir"
echo "REPODIR := $repodir"
-echo "BOOTDIR := $bootdir"
+echo "BOOTDB := $bootdb"
echo "STMPDIR := $stmpdir"
-echo "DEFPATH := $defpath"
+echo "STOREPATH := $storepath"
if $usensss ; then
echo "LIBNSSS := -lnsss"
@@ -10,18 +12,3 @@ else
echo "LIBNSSS :="
echo "MAYBEPTHREAD_LIB :="
fi
-if $adaemontools ; then
- echo "WRAP_DAEMONTOOLS := 1"
-else
- echo "WRAP_DAEMONTOOLS :="
-fi
-if $arunit ; then
- echo "WRAP_RUNIT := 1"
-else
- echo "WRAP_RUNIT :="
-fi
-if $asymlinks ; then
- echo "WRAP_SYMLINKS := 1"
-else
- echo "WRAP_SYMLINKS :="
-fi