mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PATCH] kbuild fix
@ 2007-12-13 18:26 Sam Ravnborg
  0 siblings, 0 replies; only message in thread
From: Sam Ravnborg @ 2007-12-13 18:26 UTC (permalink / raw)
  To: Linus Torvalds, LKML, linux-kbuild, Guillaume Chazarain

Hi Linus.

Please pull following fix:

Guillaume Chazarain (1):
      kbuild: re-enable Makefile generation in a new O=... directory

Pull from:
   ssh://master.kernel.org/pub/scm/linux/kernel/git/sam/fix-kbuild.git


	Sam

Diffstat + patch:

 scripts/mkmakefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/mkmakefile b/scripts/mkmakefile
index 9ad1bd7..e0f54b9 100644
--- a/scripts/mkmakefile
+++ b/scripts/mkmakefile
@@ -13,7 +13,7 @@
 test ! -r $2/Makefile -o -O $2/Makefile || exit 0
 # Only overwrite automatically generated Makefiles
 # (so we do not overwrite kernel Makefile)
-if ! grep -q Automatically $2/Makefile
+if test -e $2/Makefile && ! grep -q Automatically $2/Makefile
 then
 	exit 0
 fi



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-12-13 18:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-13 18:26 [GIT PATCH] kbuild fix Sam Ravnborg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®