Commit 5cdddecc authored by Linus Torvalds's avatar Linus Torvalds
parents ac0b50dd 971edcfc
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
test ! -r $2/Makefile -o -O $2/Makefile || exit 0 test ! -r $2/Makefile -o -O $2/Makefile || exit 0
# Only overwrite automatically generated Makefiles # Only overwrite automatically generated Makefiles
# (so we do not overwrite kernel Makefile) # (so we do not overwrite kernel Makefile)
if ! grep -q Automatically $2/Makefile if test -e $2/Makefile && ! grep -q Automatically $2/Makefile
then then
exit 0 exit 0
fi fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment