Re: clean before or after dep?

Dr. David Alan Gilbert (gilbertd@treblig.org)
Sun, 8 Sep 2002 14:53:06 +0100


* Joe Kellner (jdk@kingsmeadefarm.com) wrote:

> Currently, what is the proper way then? I know over the years the proper
> procedure has changed. make *config; make dep; make clean; make *Image;make
> modules?

I always do

make clean && make dep && make ......

Notes:
1) I've always done clean and then dep ever since a problem on Alpha
where it created a file during dep and deleted it in clean.

2) I always use && instead of ; - that way if one of the stages fails
you don't miss it.

3) The ..... - some architectures like zImage, some like Image, some
like boot; hell I can never remember which a particular platform
needs. I wish we had some commonality (hmm - an 'itso' target).

4) Generally make {menu|x}config tells you the story for x86 at the
end.

Dave
---------------- Have a happy GNU millennium! ----------------------
/ Dr. David Alan Gilbert | Running GNU/Linux on Alpha,68K| Happy \
\ gro.gilbert @ treblig.org | MIPS,x86,ARM, SPARC and HP-PA | In Hex /
\ _________________________|_____ http://www.treblig.org |_______/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/