|
From: | Paul Eggert |
Subject: | Re: [Bug-tar] GNU tar 1.23 build broke in Unixware 7.1.4 |
Date: | Wed, 2 Dec 2015 08:23:14 -0800 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 |
On 12/02/2015 05:07 AM, Jarkko Hietaniemi wrote:
$ make UX:make: WARNING: No suffix list. make all-recursive UX:make: WARNING: No suffix list. Making all in doc Making all in gnu )rm -f alloca.h-t alloca.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat ./alloca.in.h; \ } > alloca.h-t && \ mv -f alloca.h-t alloca.h sh: syntax error at line 1: `)' unexpected
Tar uses Automake, which attempts to detect whether your 'make' doesn't support nested variables. Evidently this stuff isn't working for you.
Rather than debug this for tar 1.23, can you please try tar 1.28? I vaguely recall that more-recent tar implementations have some fixes in this area, and would rather not waste time debugging already-fixed bugs.
[Prev in Thread] | Current Thread | [Next in Thread] |