From: Michal Marek <mmarek@suse.cz>
To: Ilya Dryomov <idryomov@gmail.com>
Cc: linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: Regression: make O=... deb-pkg broken in 3.16
Date: Mon, 16 Jun 2014 11:18:35 +0200 [thread overview]
Message-ID: <539EB66B.7020402@suse.cz> (raw)
In-Reply-To: <CAOi1vP9YvbroujXEut6Xn-tvv07MNuxanwDrRvDFhS_-HT_5Lg@mail.gmail.com>
On 2014-06-15 12:51, Ilya Dryomov wrote:
> 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 for the report, I'll have a look.
Michal
next prev parent reply other threads:[~2014-06-16 9:18 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-15 10:51 Regression: make O=... deb-pkg broken in 3.16 Ilya Dryomov
2014-06-16 9:18 ` Michal Marek [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=539EB66B.7020402@suse.cz \
--to=mmarek@suse.cz \
--cc=idryomov@gmail.com \
--cc=linux-kbuild@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.