Re: Merging DragonFly make and NetBSD make

2006-06-20 Thread Simon 'corecode' Schubert
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

Merging DragonFly make and NetBSD make

2006-06-19 Thread Petr Janda
Has anyone got plans for this? Sure, it's not _highly_ important, but it would be nice not to have to do bmake but just make when installing the pkgsrc ports now when pkgsrc is the official package management system. Im not a C programmer so I cant do it. Petr

Re: Merging DragonFly make and NetBSD make

2006-06-19 Thread Dmitri Nikulin
On 6/19/06, Petr Janda [EMAIL PROTECTED] wrote: Has anyone got plans for this? Sure, it's not _highly_ important, but it would be nice not to have to do bmake but just make when installing the pkgsrc ports now when pkgsrc is the official package management system. Im not a C programmer so I cant

Re: Merging DragonFly make and NetBSD make

2006-06-19 Thread joerg
On Mon, Jun 19, 2006 at 04:33:11PM +1000, Dmitri Nikulin wrote: How about creating a universal BSD-licensed make which can then replace NetBSD's make (for NetBSD, so we Net guys can use perfectly useful flags like -C) AND GNU make. You don't want to even try to implement GNU make. Heck, it is