]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - scripts/mkmakefile
tg3: 5719: Prevent tx data corruption
[net-next-2.6.git] / scripts / mkmakefile
index e65d8b33faa4cae649044fb48d8fc87fa012d574..5325423ceab483833c8f09efb37a336aaa8f9588 100644 (file)
@@ -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
@@ -42,7 +44,9 @@ all:
 
 Makefile:;
 
-\$(all) %/: all
+\$(all): all
        @:
 
+%/: all
+       @:
 EOF