Redhat Linux 7.1 and GNU make 3.79.1

2002-08-29 Thread Albert Chin-A-Young

$ 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



Re: Redhat Linux 7.1 and GNU make 3.79.1

2002-08-29 Thread Albert Chin-A-Young

On Thu, Aug 29, 2002 at 05:48:38PM -0500, china wrote:
> $ 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.

Ok, nevermind. make was sgid.

-- 
albert chin ([EMAIL PROTECTED])


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



Make 3.80 on Tru64 UNIX 4.0D

2002-11-12 Thread Albert Chin-A-Young
The following test fails for GNU make 3.80 on Tru64 UNIX 4.0D using
the Compaq DTK compiler:

functions/error . ok
functions/eval .. FAILED
functions/filter-out  ok

$ cat tests/work/functions/eval.mk
define Y
  all:: ; @echo $AA
  A = B
endef

X = $(eval $(value Y))

$(eval $(shell echo A = A))
$(eval $(Y))
$(eval A = C)
$(eval $(X))

$ cat tests/work/functions/eval.diff
*** work/functions/eval.baseTue Nov 12 09:00:19 2002
--- work/functions/eval.log Tue Nov 12 09:00:19 2002
***
*** 1,2 
! AA
  BA
--- 1,2 
! A
  BA

-- 
albert chin ([EMAIL PROTECTED])


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



Re: Make 3.80 on Tru64 UNIX 4.0D

2002-11-12 Thread Albert Chin-A-Young
On Tue, Nov 12, 2002 at 05:20:48PM -0500, Paul D. Smith wrote:
> Hm.  This _might_ be an instance of Bug #1517.  It didn't happen during
> the test on any of the systems I have but maybe it does on yours.  Can
> you get the patch attached to the bug and apply it, then try again?
> 
>   http://savannah.gnu.org/bugs/?func=detailbug&bug_id=1517&group_id=71

Same error.

-- 
albert chin ([EMAIL PROTECTED])


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