DragonFly BSD
DragonFly users List (threaded) for 2006-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: Merging DragonFly make and NetBSD make


From: "Simon 'corecode' Schubert" <corecode@xxxxxxxxxxxx>
Date: Tue, 20 Jun 2006 08:36:23 +0200

On 20.06.2006, at 04:18, Dmitri Nikulin wrote:
I don't think either DragonFly's or NetBSD's make is spectacularly
clean. Behold:

} else if (strncmp(line, "include", 7) == 0 &&
   isspace((unsigned char)line[7]) &&
   strchr(line, ':') == NULL) {


yuck. i once made a lex/yacc version to parse make files, but didn't continue with it, as Max took on the commit storm on make.

the ultimate goal was to abstract make in such a way that it is possible to get away with recursive invocations for normal tree builds.

cheers
  simon

--
Serve - BSD     +++  RENT this banner advert  +++    ASCII Ribbon   /"\
Work - Mac      +++  space for low €€€ NOW!1  +++      Campaign     \ /
Party Enjoy Relax   |   http://dragonflybsd.org      Against  HTML   \
Dude 2c 2 the max   !   http://golden-apple.biz       Mail + News   / \

Attachment: PGP.sig
Description: This is a digitally signed message part



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]