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])
_
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)
/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
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
$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
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
: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
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
$ 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