linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ed W <lists@wildgooses.com>
To: linux-wireless@vger.kernel.org
Subject: Possible Makefile minor glitch
Date: Thu, 18 Aug 2011 11:11:57 +0100	[thread overview]
Message-ID: <4E4CE56D.2060007@wildgooses.com> (raw)

Hi, in compat-wireless (bleeding edge) ./net/wireless/Makefile I see the
following:

$(obj)/regdb.c: $(src)/db.txt $(src)/genregdb.awk
        @$(AWK) -f $(srctree)/$(src)/genregdb.awk < $< > $@

My guess is that the "$(srctree)/" should not be there?

For me at least it causes problems when building against a non-installed
kernel tree like this:

    make KLIB=/usr/src/linux KLIB_BUILD=/usr/src/linux

End result is:

awk: fatal: can't open source file
`/usr/src/linux-2.6.38.4-2.2.2-201105021909-aufs-ipset//usr/src/compat-wireless-2011-08-08/net/wireless/genregdb.awk'
for reading (No such file or directory)

Deleting the additional patch works for me, but not sure of the wider
implications?

Many thanks

Ed W

                 reply	other threads:[~2011-08-18 10:24 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=4E4CE56D.2060007@wildgooses.com \
    --to=lists@wildgooses.com \
    --cc=linux-wireless@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).