lkml.org 
[lkml]   [1996]   [Jul]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: Doc patch
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


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