From: Michael Ellerman <michael@ellerman.id.au>
To: Dave Jones <davej@redhat.com>
Cc: Vince Weaver <vincent.weaver@maine.edu>, trinity@vger.kernel.org
Subject: Re: [patch 1/2] add init() function to struct syscall
Date: Thu, 20 Jun 2013 19:33:21 +1000 [thread overview]
Message-ID: <1371720801.1171.2.camel@concordia> (raw)
In-Reply-To: <20130620044810.GA28377@redhat.com>
On Thu, 2013-06-20 at 00:48 -0400, Dave Jones wrote:
> On Thu, Jun 20, 2013 at 02:15:15PM +1000, Michael Ellerman wrote:
> > On Wed, 2013-06-19 at 22:40 -0400, Dave Jones wrote:
> > > Nothing wrong with this patch, but it's highlighted a bug that's been in trinity
> > > for a while. Changes to the syscall struct should cause everything in syscalls/*
> > > to be rebuilt. But somehow the dependency magic in the Makefile doesn't pick it up.
> > >
> > > Anyone with better make-fu than me want to take a stab at that ?
> >
> > I'm not a make expert, but I think it's because it's looking for .deps/syscalls/foo.d
> > whereas we generate .deps/foo.d
>
> Bah, I knew it would be something that simple that I was overlooking.
Ain't it always :)
> > This patch works for me, touching include/syscall.h rebuilds a few
> > things and then everything under syscalls.
>
> Looks good to me.
>
> > I guess the other approach would be to flatten the directory structure
> > where we include the .d files.
>
> That sounds like it would be a mess if we're unfortunate enough to have the same
> name file in 2 dirs. Your patch seems to do the right thing, so I'll
> just apply that and move on.
Yeah that's why I went with that approach.
Turns out we already had dupes:
$ find . -name random.c -o -name socket.c -o -name watchdog.c
./watchdog.c
./ioctls/watchdog.c
./ioctls/socket.c
./syscalls/socket.c
./ioctls/random.c
./random.c
cheers
prev parent reply other threads:[~2013-06-20 9:33 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-20 2:09 [patch 1/2] add init() function to struct syscall Vince Weaver
2013-06-20 2:10 ` [patch 2/2] make perf_event_open() use init routine Vince Weaver
2013-06-20 2:38 ` [patch 1/2] add init() function to struct syscall Dave Jones
2013-06-20 2:40 ` Dave Jones
2013-06-20 4:15 ` Michael Ellerman
2013-06-20 4:48 ` Dave Jones
2013-06-20 9:33 ` Michael Ellerman [this message]
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=1371720801.1171.2.camel@concordia \
--to=michael@ellerman.id.au \
--cc=davej@redhat.com \
--cc=trinity@vger.kernel.org \
--cc=vincent.weaver@maine.edu \
/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.