commit: 36b45aeda06754b7711c39febd316dd8de0ff51f
parent 0b3cd0b01f15c29a61c4d34e39090c177b007b08
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sat, 13 Apr 2024 10:50:32 +0200
configure: Add message for gen_targets
This way there isn't a lone " OK" line anymore.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/configure b/configure
@@ -280,6 +280,7 @@ ATF_LIBS = ${ATF_LIBS}
EOF
is_ok
+printf 'Adding targets to config.mk ...'
gen_targets >> config.mk ; or_die
echo