\ bug in CVS

2005-08-13 Thread Albert Chin
I've built from CVS and have the following problem: $ cat Makefile rule: echo 'foo\ ' >/tmp/b $ gmake echo 'foo\ ' >/tmp/b $ cat /tmp/b foo\ Shouldn't /tmp/b contain "foo"? -- albert chin ([EMAIL PROTECTED]) _

Re: functions/realpath test failure on AIX

2005-07-06 Thread Albert Chin
On Wed, Jul 06, 2005 at 11:46:30AM +, Boris Kolpackov wrote: > Albert Chin <[EMAIL PROTECTED]> writes: > > > On AIX 4.3.3, 5.1, and 5.2, $(realpath .///) appends "/": > > $ cat /tmp/a > > .PHONY: all > > all: > > @echo $(CURDIR)

functions/realpath test failure on AIX

2005-07-05 Thread Albert Chin
/a /opt/build/make-3.81beta3/tests /opt/build/make-3.81beta3/tests/ -- albert chin ([EMAIL PROTECTED]) ___ Bug-make mailing list Bug-make@gnu.org http://lists.gnu.org/mailman/listinfo/bug-make

sys_siglist error on IRIX, Tru64 UNIX, HP-UX

2005-07-05 Thread Albert Chin
IRIX has _sys_siglist. Tru64 UNIX has __sys_siglist. -- albert chin ([EMAIL PROTECTED]) -- snip snip --- configure.in.orig 2005-07-05 14:32:45.287084000 -0500 +++ configure.in2005-07-05 14:33:39.677488000 -0500 @@ -167,8 +167,9 @@ fi fi -AC_CHECK_DECLS([sys_siglist

Test failure on Solaris

2005-07-05 Thread Albert Chin
$make_name = $make_path; } } $ cd /opt/build/make-3.81beta3 ./make -f /dev/null make: *** No targets. Stop. Because of the above, make_name is set to 'make'. -- albert chin ([EMAIL PROTECTED]) ___ Bug-ma

Re: Make 3.80 on Tru64 UNIX 4.0D

2002-11-12 Thread Albert Chin-A-Young
n? > > 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

Make 3.80 on Tru64 UNIX 4.0D

2002-11-12 Thread Albert Chin-A-Young
: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: Redhat Linux 7.1 and GNU make 3.79.1

2002-08-29 Thread Albert Chin-A-Young
RIX, 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

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 PROT