[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: unesthetic build commands generated by automake
From: |
Bruno Haible |
Subject: |
Re: unesthetic build commands generated by automake |
Date: |
Mon, 24 Feb 2003 18:53:15 +0100 (CET) |
Alexandre Duret-Lutz writes:
> About VPATH builds, Solaris make should work
The experience I made with Solaris make is that when I have a Makefile
variable
MY_SRCS = foo.c
and foo.c is found through the VPATH, then Solaris make will silently
change the Makefile variable to
MY_SRCS = sourcedir/foo.c
Of course then when I use $(MY_SRCS) in shell commands the result is
not what the Makefile writer intended.
I consider this behaviour too much broken, and refuse to support VPATH
builds with Solaris make in any of my packages.
Bruno
- unesthetic build commands generated by automake, Bruno Haible, 2003/02/24
- Re: unesthetic build commands generated by automake, Alexandre Duret-Lutz, 2003/02/24
- Re: unesthetic build commands generated by automake, Bruno Haible, 2003/02/24
- Re: unesthetic build commands generated by automake, Alexandre Duret-Lutz, 2003/02/24
- Re: unesthetic build commands generated by automake, Ralf Corsepius, 2003/02/24
- Re: unesthetic build commands generated by automake, Alexandre Duret-Lutz, 2003/02/24
- Re: unesthetic build commands generated by automake, Ralf Corsepius, 2003/02/25
- Re: unesthetic build commands generated by automake, Alexandre Duret-Lutz, 2003/02/25
- Re: unesthetic build commands generated by automake,
Bruno Haible <=
Re: unesthetic build commands generated by automake, Alexandre Duret-Lutz, 2003/02/25