Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src
On Sun, Oct 19, 2008 at 10:05:24PM +0000, Alan Barrett wrote:
>
> Module Name: src
> Committed By: apb
> Date: Sun Oct 19 22:05:24 UTC 2008
>
> Modified Files:
[..]
> src/external/mit/xorg/server/drivers: Makefile.xf86-driver
[..]
>
> Log Message:
> Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands.
> Pass AWK=${TOOL_AWK:Q} to shell scripts that use awk.
Here is another build problem with (USETOOLS=never, MKTOOLS=no):
obj ===> external/mit/xorg/server/drivers/xf86-input-keyboard
sh: /^PACKAGE_VERSION=/ { match($1, "[0-9]+\\.[0-9]+\\.[0-9]+");
version = substr($1, RSTART, RLENGTH); } END { print version }: not found
make: "../../Makefile.xf86-driver" line 18: warning: " '/^PACKAGE_VERSION=/ {
match($1, "[0-9]+\\.[0-9]+\\.[0-9]+"); version = substr($1, RSTART,
RLENGTH); } END { print version }'
/xsrc/external/mit/xf86-input-keyboard/dist/configure" returned non-zero status
objdir /usr/obj/src/external/mit/xorg/server/drivers/xf86-input-keyboard
Where obj is just an example because it happens at other stages too.
Bernd
Home |
Main Index |
Thread Index |
Old Index