bacon: add a clarifying comment. No revbump needed.

This commit is contained in:
Oscar Lesta
2025-08-07 13:26:32 -03:00
committed by OscarL
parent 2c1f14294c
commit 7543731e97

View File

@@ -52,6 +52,8 @@ BUILD()
{
runConfigure --omit-dirs binDir ./configure \
--bindir=$commandBinDir
# Stops the recipe from halting, waiting for user interaction.
# (asks if the user wants to see a report about some deprecation warnings)
echo 'n' | make
}