lkml.org 
[lkml]   [1999]   [Feb]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: nls problems
Bradley Baetz writes:

> I don't know about 2.2.1, but in 2.2.2-pre2, make modules does not
> depend on include/config/MARKER.

Doh! Excellent spotting.

I'll just set CONFIG_BROWN_PAPER_BAG=y for a while.

Could you try out the following trivial patch and let me know if it
works for you. I suspect you have the same lines in your own Makefile
already but I like to be conservative about testing.

(Note that the kernel/module interface is configuration-sensitive, and
there is nothing in the Makefiles that makes the user rebuild both of
them when they rebuild either one. Over in the Dancing Makefiles,
I'm going to try merging 'make modules' into 'make vmlinux').

Michael Elizabeth Chastain
<mailto:mec@shout.net>
"love without fear"

===

diff -u -r -N linux-ref/Makefile linux/Makefile
--- linux-ref/Makefile Sat Feb 6 09:51:03 1999
+++ linux/Makefile Wed Feb 10 18:31:26 1999
@@ -295,6 +295,8 @@

modules: $(patsubst %, _mod_%, $(SUBDIRS))

+modules: include/config/MARKER
+
$(patsubst %, _mod_%, $(SUBDIRS)) : include/linux/version.h
$(MAKE) -C $(patsubst _mod_%, %, $@) CFLAGS="$(CFLAGS) $(MODFLAGS)" MAKING_MODULES=1 modules

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

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