linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Possible Makefile minor glitch
@ 2011-08-18 10:11 Ed W
  0 siblings, 0 replies; only message in thread
From: Ed W @ 2011-08-18 10:11 UTC (permalink / raw)
  To: linux-wireless

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-08-18 10:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-18 10:11 Possible Makefile minor glitch Ed W

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).