From: Simon L. <wzh...@sp...> - 2004-07-27 11:28:43
|
> > Just played with aap for a while. Not quite impressive. :-( > IMHO, make has > better dependency handling and more clearer syntax. Better dependency handling? You mean the lack of auto dependency checking? In fairness, how many time have you wondered: 'am I building everything I should' and do 'make clean && make '? > > As for built-ins, i appreciate the Make's way: let those 'high' level > things be done thru outside tools. The fact that 'make' depends _entirely_ on the shell makes it unportable. IMHO, using a fully-featured language such as python as the engine is a much better choice. But anyways, we degress. As long as there is automation, I wouldn't mind. lang2 -- Simon Liang wzh...@sp... |