Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d2301249 authored by Sam Ravnborg's avatar Sam Ravnborg
Browse files

kbuild: teach mkmakfile to be silent



With this fix a "make -s" is now really silent

Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent fd54f502
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -17,7 +17,9 @@ if test -e $2/Makefile && ! grep -q Automatically $2/Makefile
then
then
	exit 0
	exit 0
fi
fi
if [ "${quiet}" != "silent_" ]; then
	echo "  GEN     $2/Makefile"
	echo "  GEN     $2/Makefile"
fi


cat << EOF > $2/Makefile
cat << EOF > $2/Makefile
# Automatically generated by $0: don't edit
# Automatically generated by $0: don't edit