[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Make 3.80 on Tru64 UNIX 4.0D
From: |
Albert Chin-A-Young |
Subject: |
Make 3.80 on Tru64 UNIX 4.0D |
Date: |
Tue, 12 Nov 2002 09:30:46 -0600 |
User-agent: |
Mutt/1.2.5i |
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.base Tue 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 (address@hidden)
- Make 3.80 on Tru64 UNIX 4.0D,
Albert Chin-A-Young <=