]> Git Repo - linux.git/commit - scripts/package/Makefile
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 <[email protected]>

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 <[email protected]>

With modifications from:
Signed-off-By: Ryan Anderson <[email protected]>
Signed-off-by: Sam Ravnborg <[email protected]>
scripts/package/Makefile
scripts/package/builddeb
This page took 0.052498 seconds and 4 git commands to generate.