2012-06-30 4:26, Игорь Пашев wrote:
I've just ported Solaris make - predecessor of dmake:
https://github.com/ip1981/sunmake

I tried it to build illumos:
# ksh93 bldenv.sh -d illumos.sh -c "cd usr/src/lib/libzfs &&
/usr/local/bin/sunmake install "

I works! (tm)

Cool! :)

It doesn't support more than one job (-j N), but it is free and open source.

I'm a bit out of context - in what way is it better than existing
dmake or gmake? I might guess something like that dmake is closed
source or encumbered, and gmake does not do what we want or its
Makefile language support is syntactically different from that used
in illumos gates?

On the other hand, how difficult would it be to add openmp or similar
support for multi-job loops, and proper support of a command-line
option like "gmake -k" -- to not abort when an error is detected,
since a two-pass compilation (multi-job opportunistic followed by
single-job for remaining targets) often succeeds well?

Thanks,
//Jim Klimov


-------------------------------------------
illumos-discuss
Archives: https://www.listbox.com/member/archive/182180/=now
RSS Feed: https://www.listbox.com/member/archive/rss/182180/21175430-2e6923be
Modify Your Subscription: 
https://www.listbox.com/member/?member_id=21175430&id_secret=21175430-6a77cda4
Powered by Listbox: http://www.listbox.com

Reply via email to