[prev in list] [next in list] [prev in thread] [next in thread] 

List:       linux-kernel
Subject:    Re: Doc patch
From:       Andries.Brouwer () cwi ! nl
Date:       1996-07-31 16:54:09
[Download RAW message or body]

Matthias Urlichs:

: There's a  problem with typing too much.

::  -	make dep; make clean; make zImage; make modules
::  +	make dep && make clean && make zImage && make modules
:
: 	I'd suggest
: +	make dep clean zImage modules
: 	instead.

Yes, but that leads to problems.
If old dependencies are around, then those will be read by the

	ifeq (.depend,$(wildcard .depend))
	include .depend

lines in Makefile. The `make dep' will create a new .depend file,
but the old one is used by make.
So, the "make dep" and "make zImage" must be done by separate
invocations of make.

Andries


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic