kbuild: Fix bug in make deb-pkg when using seperate source and output directories
authorSam Ravnborg <sam@mars.(none)>
Thu, 14 Jul 2005 20:26:09 +0000 (20:26 +0000)
committerSam Ravnborg <sam@mars.(none)>
Thu, 14 Jul 2005 20:26:09 +0000 (20:26 +0000)
commita91f98a284321ffc9eb28ccfbf4329f7aa422f97
treeba3589c5b2c72744f2584c98e0840c2d7b5a0bb8
parentdc5962fdf13f4d10a5fb8d0b0ae6f406ee8aed49
kbuild: Fix bug in make deb-pkg when using seperate source and output directories

From: Ryan Anderson <ryan@michonline.com>

When running "make O=something deb-pkg", I get a failure that claims I
haven't configured my kernel (I have).  Running it a second time tells
me to run "make mrproper"  (include/linux/version.h got built on the
first run)

Original patch from:
From: Ajay Patel <patela@gmail.com>

With modifications from:
Signed-off-By: Ryan Anderson <ryan@michonline.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
scripts/package/Makefile
scripts/package/builddeb