public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Regression: make O=... deb-pkg broken in 3.16
@ 2014-06-15 10:51 Ilya Dryomov
  2014-06-16  9:18 ` Michal Marek
  2014-06-16 14:18 ` [PATCH] deb-pkg: Fix for relative paths Michal Marek
  0 siblings, 2 replies; 7+ messages in thread
From: Ilya Dryomov @ 2014-06-15 10:51 UTC (permalink / raw)
  To: Michal Marek; +Cc: linux-kbuild, linux-kernel

Hi Michal,

Your relative path changes in the first kbuild pull request for 3.16
broke make O=...  deb-pkg.

/home/ubuntu/foo/linux-a/scripts/package/builddeb: line 291:
./debian/hdrsrcfiles: No such file or directory

290 # Build header package
291 (cd $srctree; find . -name Makefile\* -o -name Kconfig\* -o -name
\*.pl > "$objtree/debian/hdrsrcfiles")
292 (cd $srctree; find arch/$SRCARCH/include include scripts -type f
>> "$objtree/debian/hdrsrcfiles")

The $objtree passed in is a '.' and hence the hdrsrcfiles path is
interpreted relative to the $srctree, which, if building with O=,
doesn't have a 'debian' directory.

Thanks,

                Ilya

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-06-18 12:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-15 10:51 Regression: make O=... deb-pkg broken in 3.16 Ilya Dryomov
2014-06-16  9:18 ` Michal Marek
2014-06-16 14:18 ` [PATCH] deb-pkg: Fix for relative paths Michal Marek
2014-06-17  2:47   ` Alexei Starovoitov
2014-06-18  7:52     ` Ilya Dryomov
2014-06-18 11:08       ` Michal Marek
2014-06-18 12:43         ` Ilya Dryomov

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