$ cd /tmp
$ cat a.sh
#!/bin/sh

LD_LIBRARY_PATH=bar make all
$ cat Makefile
all:
        set

$ /tmp/a.sh | grep LD_LIBRARY_PATH
[empty]

Why? I've tried the above on AIX, IRIX, and Solaris and
LD_LIBRARY_PATH is in the output.

-- 
albert chin ([EMAIL PROTECTED])


_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make

Reply via email to