diff --git a/[refs] b/[refs] index 0f090d6304e7..f82da140ed90 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fd54f502841c1caa7cfd5af564aad1bd017371fa +refs/heads/master: d2301249e2f9b9a3ba989703107192b538209e57 diff --git a/trunk/scripts/mkmakefile b/trunk/scripts/mkmakefile index e65d8b33faa4..67d59c7a18dc 100644 --- a/trunk/scripts/mkmakefile +++ b/trunk/scripts/mkmakefile @@ -17,7 +17,9 @@ if test -e $2/Makefile && ! grep -q Automatically $2/Makefile then exit 0 fi -echo " GEN $2/Makefile" +if [ "${quiet}" != "silent_" ]; then + echo " GEN $2/Makefile" +fi cat << EOF > $2/Makefile # Automatically generated by $0: don't edit