lkml.org 
[lkml]   [2000]   [Oct]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] fs/Makefile error in test9pre8 (dquot.o left behind)
Hi.

When I compile a test9pre8 kernel with quota support I get a lot of
link errors regarding quota stuff. The patch below fixes this by
correcting what seems to be a mailer/mime error:

--- linux-240test9-pre8-clean/fs/Makefile Mon Oct 2 21:07:54 2000
+++ linux/fs/Makefile Mon Oct 2 21:43:56 2000
@@ -17,7 +17,7 @@
filesystems.o

ifeq ($(CONFIG_QUOTA),y)
-obj=ADy += dquot.o
+obj-y += dquot.o
else
obj-y += noquot.o
endif
--
Rasmus(rasmus@jaquet.dk)

"An intellectual is someone whose mind watches itself."
-- Albert Camus (1913-1960)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 12:39    [W:3.130 / U:0.064 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site