Raphael Hertzog <[email protected]> writes: > No because $(shell ...) only gets environment variable that were > existing at the time make has been invoked. Variables exported by the > makefile itself are not forwarded. :-(
Ah, indeed. I didn't realize that. Using `` instead of $(shell) would of course work, but you have to be careful about quoting. -- Russ Allbery ([email protected]) <http://www.eyrie.org/~eagle/> -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

