| To: | xfs mailing list <xfs@xxxxxxxxxxx> |
|---|---|
| Subject: | [PATCH] attr: fix include/ symlink creation (again) |
| From: | Eric Sandeen <sandeen@xxxxxxxxxxx> |
| Date: | Thu, 08 Jan 2009 13:07:35 -0600 |
| User-agent: | Thunderbird 2.0.0.18 (X11/20081119) |
We need the "default" target first, otherwise a simple "make -C include"
only ran the $(INCDIR) target, missing disk, and failures ensued.
Signed-off-by: Eric Sandeen <sandeen@xxxxxxxxxxx>
---
diff --git a/include/Makefile b/include/Makefile
index 3fde1fc..a645251 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -11,11 +11,11 @@ HFILES = $(INST_HFILES) misc.h walk_tree.h
LSRCFILES = builddefs.in buildmacros buildrules config.h.in
LDIRT = $(INCDIR)
+default: $(INCDIR)
+
$(INCDIR):
$(LN_S) . $@
-default: $(INCDIR)
-
include $(BUILDRULES)
install-dev: default
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: problems showing up as XFS problems on kernels after 2.6.28-git2, Danny ter Haar |
|---|---|
| Next by Date: | Re: [PATCH] xfsdump support for 64K page size, Dave Chinner |
| Previous by Thread: | [PATCH] acl: add getfacl -R -L -P tests, Brandon Philips |
| Next by Thread: | Re: [PATCH] attr: fix include/ symlink creation (again), Christoph Hellwig |
| Indexes: | [Date] [Thread] [Top] [All Lists] |