| To: | xfs mailing list <xfs@xxxxxxxxxxx> |
|---|---|
| Subject: | [PATCH] xfsprogs: fix include/ symlink creation (again) |
| From: | Eric Sandeen <sandeen@xxxxxxxxxx> |
| Date: | Thu, 08 Jan 2009 12:09:08 -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 xfs target, missing disk, and failures ensued.
Signed-off-by: Eric Sandeen <sandeen@xxxxxxxxxxx>
---
(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
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [patch 0/4] attr: test/ improvements and integrate with make, Brandon Philips |
|---|---|
| Next by Date: | Re: [PATCH] xfsprogs: fix include/ symlink creation (again), Christoph Hellwig |
| Previous by Thread: | Faucet for Purifying Systems, CEO-Kortech |
| Next by Thread: | Re: [PATCH] xfsprogs: fix include/ symlink creation (again), Christoph Hellwig |
| Indexes: | [Date] [Thread] [Top] [All Lists] |