| To: | xfs mailing list <xfs@xxxxxxxxxxx> |
|---|---|
| Subject: | [PATCH] nfs4acl: fix include/ symlink creation (again) |
| From: | Eric Sandeen <sandeen@xxxxxxxxxxx> |
| Date: | Thu, 08 Jan 2009 13:08:48 -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 3cff3a9..4f5f734 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -9,11 +9,11 @@ HFILES = nfs4acl.h nfs4acl-internal.h nfs4acl_xattr.h
string_buffer.h
LSRCFILES = builddefs.in buildmacros buildrules config.h.in
LDIRT = sys
+default: sys
+
sys:
$(LN_S) . $@
-default: sys
-
include $(BUILDRULES)
install-dev: default
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] dmapi: fix include/ symlink creation (again), Eric Sandeen |
|---|---|
| Next by Date: | [PATCH] xfsprogs: add btrfs detection to libdisk, Eric Sandeen |
| Previous by Thread: | [PATCH] dmapi: fix include/ symlink creation (again), Eric Sandeen |
| Next by Thread: | Re: [PATCH] nfs4acl: fix include/ symlink creation (again), Christoph Hellwig |
| Indexes: | [Date] [Thread] [Top] [All Lists] |