| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH] XFS: Replace deprecated "TOPDIR" with newer "src" |
| From: | "Robert P. J. Day" <rpjday@xxxxxxxxxxxxxx> |
| Date: | Tue, 20 Nov 2007 04:33:17 -0500 (EST) |
| Sender: | xfs-bounce@xxxxxxxxxxx |
Signed-off-by: Robert P. J. Day <rpjday@xxxxxxxxxxxxxx> --- given that TOPDIR is explicitly deprecated in favour of src, this would seem to be an obvious change. diff --git a/fs/xfs/Makefile b/fs/xfs/Makefile index 49e3e7e..e1b08b7 100644 --- a/fs/xfs/Makefile +++ b/fs/xfs/Makefile @@ -1 +1 @@ -include $(TOPDIR)/fs/xfs/Makefile-linux-$(VERSION).$(PATCHLEVEL) +include $(src)/fs/xfs/Makefile-linux-$(VERSION).$(PATCHLEVEL) rday ======================================================================== Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry Waterloo, Ontario, CANADA http://crashcourse.ca ======================================================================== |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | PARTIAL TAKE 971186 - Use kernel-supplied "roundup_pow_of_two" for simplicity, David Chinner |
|---|---|
| Next by Date: | PARTIAL TAKE 973591 - fix up tree walking for symlinks in attr, Tim Shimmin |
| Previous by Thread: | PARTIAL TAKE 971186 - Use kernel-supplied "roundup_pow_of_two" for simplicity, David Chinner |
| Next by Thread: | PARTIAL TAKE 973591 - fix up tree walking for symlinks in attr, Tim Shimmin |
| Indexes: | [Date] [Thread] [Top] [All Lists] |