On Mon, 2016-12-12 at 23:06 +0000, Erik Brinkman wrote:
> I see two solutions for this, a) use lua and use gmatch / gsub to
> generate a list of the object files, b) use something hacky like:
> 
> : {objects} |>  g++ \$(echo '%f' | tr ' ' '\n' | grep '\.o$') -o %o
>  $(LDFLAGS)  $(LDLIBS)|> theApplication

It may also be possible with this new feature to exclude some inputs
which match a pattern:

https://github.com/gittup/tup/blob/088964d3f545f401d74da23480e4687144d8
1539/test/t3084-input-exceptions.sh

Regards,
FCh

-- 
-- 
tup-users mailing list
email: [email protected]
unsubscribe: [email protected]
options: http://groups.google.com/group/tup-users?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"tup-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to