bug-make
[Top][All Lists]
Advanced

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

Re: Another issue with -O?


From: Reinier Post
Subject: Re: Another issue with -O?
Date: Fri, 3 May 2013 14:02:41 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

Reading this discussion, as a bystander I can't help wondering whether
the addition of -O is worthwhile.  Unix tools are supposed to be
small and dedicated. Using a separate utility seems to be a clean
solution here, and that is fact how it was originally done:

  http://lists.gnu.org/archive/html/bug-make/2011-04/msg00018.html

Using a separate utility is less performant and more cumbersome,
but it is more modular.  The semantics are clear.  The utility can
be documented and developed separately from GNU Make.  As a GNU Make
user I worry that with the -O option I won't be sure how it works.

-- 
Reinier Post
TU Eindhoven



reply via email to

[Prev in Thread] Current Thread [Next in Thread]