* [PATCH] XFS: Replace deprecated "TOPDIR" with newer "src"
@ 2007-11-20 9:33 Robert P. J. Day
2007-11-20 14:51 ` Eric Sandeen
0 siblings, 1 reply; 2+ messages in thread
From: Robert P. J. Day @ 2007-11-20 9:33 UTC (permalink / raw)
To: xfs
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
---
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
========================================================================
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-11-20 14:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-20 9:33 [PATCH] XFS: Replace deprecated "TOPDIR" with newer "src" Robert P. J. Day
2007-11-20 14:51 ` Eric Sandeen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox