* [PATCH] dmapi: fix include/ symlink creation (again)
@ 2009-01-08 19:07 Eric Sandeen
2009-01-08 19:10 ` Christoph Hellwig
0 siblings, 1 reply; 3+ messages in thread
From: Eric Sandeen @ 2009-01-08 19:07 UTC (permalink / raw)
To: xfs mailing list
We need the "default" target first, otherwise a simple "make -C include"
only ran the xfs target, missing disk, and failures ensued.
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
---
diff --git a/include/Makefile b/include/Makefile
index 8e092d2..b8d75c7 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -9,11 +9,11 @@ HFILES = dmapi.h
LSRCFILES = builddefs.in buildmacros buildrules dmapi_kern.h
LDIRT = xfs
+default install: xfs
+
xfs:
$(LN_S) . $@
-default install: xfs
-
include $(BUILDRULES)
install-dev: default
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] dmapi: fix include/ symlink creation (again)
2009-01-08 19:07 [PATCH] dmapi: fix include/ symlink creation (again) Eric Sandeen
@ 2009-01-08 19:10 ` Christoph Hellwig
2009-01-08 19:14 ` Christoph Hellwig
0 siblings, 1 reply; 3+ messages in thread
From: Christoph Hellwig @ 2009-01-08 19:10 UTC (permalink / raw)
To: Eric Sandeen; +Cc: xfs mailing list
On Thu, Jan 08, 2009 at 01:07:59PM -0600, Eric Sandeen wrote:
> We need the "default" target first, otherwise a simple "make -C include"
> only ran the xfs target, missing disk, and failures ensued.
>
> Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
Looks good.
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] dmapi: fix include/ symlink creation (again)
2009-01-08 19:10 ` Christoph Hellwig
@ 2009-01-08 19:14 ` Christoph Hellwig
0 siblings, 0 replies; 3+ messages in thread
From: Christoph Hellwig @ 2009-01-08 19:14 UTC (permalink / raw)
To: Eric Sandeen; +Cc: xfs mailing list
On Thu, Jan 08, 2009 at 02:10:59PM -0500, Christoph Hellwig wrote:
> On Thu, Jan 08, 2009 at 01:07:59PM -0600, Eric Sandeen wrote:
> > We need the "default" target first, otherwise a simple "make -C include"
> > only ran the xfs target, missing disk, and failures ensued.
> >
> > Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
>
> Looks good.
Actually, we only needs it for xfsprogs and acl strictly speaking,
but I think fixing up the others to looks similar is reasonable.
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-01-08 19:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-08 19:07 [PATCH] dmapi: fix include/ symlink creation (again) Eric Sandeen
2009-01-08 19:10 ` Christoph Hellwig
2009-01-08 19:14 ` Christoph Hellwig
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox