Re: "make all" does not make all!
- From: des@xxxxxx (Dag-Erling Smørgrav)
- Date: Fri, 24 Feb 2006 16:22:02 +0100
Johs32 <dfgdg@xxxxxxx> writes:
I have this makefile:
all: qsort1 qsort2 test
test :
cd test && $(MAKE) test
qsort1 :
cd gopgave/g1/opg1 && $(MAKE) qsort1
qsort2 :
cd gopgave/g1/opg2 && $(MAKE) qsort2
[...]
why does it never call "test"?
Because test is an existing file with no dependencies, and is
therefore always up to date.
BTW, it won't kill you to RTFM before asking questions on Usenet.
DES
--
Dag-Erling Smørgrav - des@xxxxxx
.
- Follow-Ups:
- Re: "make all" does not make all!
- From: Johs32
- Re: "make all" does not make all!
- References:
- "make all" does not make all!
- From: Johs32
- "make all" does not make all!
- Prev by Date: Re: run make in another dir?
- Next by Date: Re: "make all" does not make all!
- Previous by thread: "make all" does not make all!
- Next by thread: Re: "make all" does not make all!
- Index(es):