Re: [chrony-dev] Building chrony 3.2 on macOS 13.1 |
[ Thread Index |
Date Index
| More chrony.tuxfamily.org/chrony-dev Archives
]
- To: chrony-dev@xxxxxxxxxxxxxxxxxxxx
- Subject: Re: [chrony-dev] Building chrony 3.2 on macOS 13.1
- From: "Gerriet M. Denkmann" <gerrietm@xxxxxxxxxx>
- Date: Wed, 22 Nov 2017 15:32:48 +0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=icloud.com; s=04042017; t=1511339576; bh=eKv4e/MurOarF8RgCSjs6v0QISAc8kTAT1RqwsvsffY=; h=From:Content-type:MIME-version:Subject:Date:To:Message-id; b=AkbKRXLwTQ8sau3yNNHC65kQC4jI9Xb/dCwb0oGi7MRmpE7oB7vPfv1i/jXe7k2hP dMU7nFuQQgCnvxeqqBuD8wwVyAv1r5OdndulBkR1wqnrHQ9f8hO//eGmOaIed9+oGW IjH6/41jIiP7j3h/U4Gj4PPGhR4COkx+PG+pKNBMDmjHAIr+POnIW1qXeXDqt4Ko10 9AohNXRDSMKLU1ZDEcwrVMIbzCMoqHdgbbtXW5ublv5H56Fmm34IYMbUP2xt3royZC KUYZ0mO7V16vzEHKdsW5P3RBAU5xtZKFd8oBHXSHxtEQloHlX8PEt76AO1qsKODO8n iNl9QY164WKrQ==
> On 22 Nov 2017, at 14:57, Miroslav Lichvar <mlichvar@xxxxxxxxxx> wrote:
>
> On Wed, Nov 22, 2017 at 01:49:50PM +0700, Gerriet M. Denkmann wrote:
>> The sub-makes (like make docs) do not work if the make filename (“/Volumes/x.12 + เม่น/Applications/Xcode.app/Contents/Developer/usr/bin/make” in my case) contains any spaces.
>>
>> Changing all occurrences of : $(MAKE) to: ‘$(MAKE)’ in chrony-3.2/Makefile.in seems to fix this problem.
>
> You mean ‘make' using the apostrophe character (ASCII 0x27)?
Yes. Unicode APOSTROPHE = 0x27.
> I have never seen commands in a Makefile quoted like that. As I
> understand it, make generally does not support filenames with spaces.
I am not very experienced with Makefiles; but I think all Unix stuff supports spaces; although sometimes some additional efforts (like quoting) are required.
Using APOSTROPHEs may well not be the correct way to do this - but it works (with GNU Make 3.81) and I do not know of any better way of quoting.
Kind regards,
Gerriet.
--
To unsubscribe email chrony-dev-request@xxxxxxxxxxxxxxxxxxxx with "unsubscribe" in the subject.
For help email chrony-dev-request@xxxxxxxxxxxxxxxxxxxx with "help" in the subject.
Trouble? Email listmaster@xxxxxxxxxxxxxxxxxxxx.