| To: | xfs mailing list <xfs@xxxxxxxxxxx> |
|---|---|
| Subject: | [PATCH] acl: fix include/ symlink creation (again) |
| From: | Eric Sandeen <sandeen@xxxxxxxxxxx> |
| Date: | Thu, 08 Jan 2009 13:07:00 -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 sys target, missing disk, and failures ensued.
Signed-off-by: Eric Sandeen <sandeen@xxxxxxxxxxx>
---
diff --git a/include/Makefile b/include/Makefile
index e923bc0..f9f5552 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -9,11 +9,11 @@ HFILES = acl.h libacl.h acl_ea.h misc.h walk_tree.h
LSRCFILES = builddefs.in buildmacros buildrules config.h.in
LDIRT = sys acl
+default: sys acl
+
sys acl:
$(LN_S) . $@
-default: sys acl
-
include $(BUILDRULES)
install-dev: default
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH 2/3] xfs: truncate readdir offsets to signed 32 bit values, Christoph Hellwig |
|---|---|
| Next by Date: | [PATCH] dmapi: fix include/ symlink creation (again), Eric Sandeen |
| Previous by Thread: | [PATCH 0/3] regression fixes for 2.6.29, Christoph Hellwig |
| Next by Thread: | Re: [PATCH] acl: fix include/ symlink creation (again), Christoph Hellwig |
| Indexes: | [Date] [Thread] [Top] [All Lists] |