lkml.org 
[lkml]   [1996]   [Mar]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: Modules dependencies in 1.3.79 (was Re: Linux 1.3.78, Token Ring)
Date
> # make xconfig
> [select load configuration from file]
> [select save & exit]
> # rm -f include/linux/modules/*.ver
> # make dep
> # make clean
> # make zImage
> # make modules
> (On the target host)
> # make install
> # make modules_install
>
> I expect a certain amount of breakage from make when building out of
> the same source tree for various architectures -- make has never been
> very strong at that sort of thing. I also appreciate the intermediate

I beg to disagree. GNU make with things like

VPATH=arch/mytarget:.

is very powerful

> It sure would be nice at some point to be able to save object code
> and do the BSDish
> # config KERNEL
> # make
> and not have to recompile everything.

You don't need make clean if the dependancies are right and make depend
was modified to zap old .ver files.

It is about time for "make theworks"



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