All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch] 2.4.4-ac2 freexvfs
@ 2001-05-01 13:39 Keith Owens
  0 siblings, 0 replies; only message in thread
From: Keith Owens @ 2001-05-01 13:39 UTC (permalink / raw)
  To: Alan Cox; +Cc: hch, linux-kernel

fs/Makefile requires that any filesystem which can be compiled as a
module must have O_TARGET set to the directory name.  Against 2.4.4-ac2.

Index: 4.8/fs/freevxfs/Makefile
--- 4.8/fs/freevxfs/Makefile Tue, 01 May 2001 23:35:00 +1000 kaos (linux-2.4/d/e/32_Makefile 1.1 644)
+++ 4.8(w)/fs/freevxfs/Makefile Tue, 01 May 2001 23:38:19 +1000 kaos (linux-2.4/d/e/32_Makefile 1.1 644)
@@ -2,7 +2,7 @@
 # VxFS Makefile
 #
 
-O_TARGET :=	vxfs.o
+O_TARGET :=	freevxfs.o
 
 obj-y :=	vxfs_bmap.o vxfs_fshead.o vxfs_immed.o vxfs_inode.o \
 		vxfs_lookup.o vxfs_olt.o vxfs_subr.o vxfs_super.o


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-05-01 13:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-05-01 13:39 [patch] 2.4.4-ac2 freexvfs Keith Owens

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.