public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xfsprogs: fix include/ symlink creation (again)
@ 2009-01-08 18:09 Eric Sandeen
  2009-01-08 18:15 ` Christoph Hellwig
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Sandeen @ 2009-01-08 18:09 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>
---

(I'll do the other subdirs too.)

diff --git a/include/Makefile b/include/Makefile
index 1c68188..0403536 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -40,11 +40,11 @@ LSRCFILES += platform_defs.h.in builddefs.in buildmacros buildrules $(DKHFILES)
 LSRCFILES += command.h input.h path.h project.h
 LDIRT = xfs disk
 
+default install: xfs disk
+
 xfs disk:
 	$(LN_S) . $@
 
-default install: xfs disk
-
 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] 2+ messages in thread

end of thread, other threads:[~2009-01-08 18:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-08 18:09 [PATCH] xfsprogs: fix include/ symlink creation (again) Eric Sandeen
2009-01-08 18:15 ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox