Hi,

I'd like to propose a new feature:
I use the import keyword to let the user customize some aspects of the build (typically CFLAGS/LFLAGS). It would be nice if those where also "imported" in generate script. Right now the variables are expanded in the script with the current value at the default value (it seems to ignore the environment when using generate, which might be a bug now that I think about it).

The proposed behavior would be instead to have the variable slot replaced by its bash equivalent in the commands, and a supplementary line of the form "FOO=${FOO:-default value here}" added at the begining of the script.

I would be willing to implement the feature (if doable).
I would need a few pointers to find my way around as I can write C, but I don't know this codebase at all.

Bests,

Théo Cavignac

--
--
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tup-users/bbae443e-b5c8-4493-91e5-f8340648d6b8%40gmail.com.

Reply via email to