bug-gettext
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] build: Use $(PATH_SEPARATOR) as a path separator


From: KO Myung-Hun
Subject: Re: [PATCH] build: Use $(PATH_SEPARATOR) as a path separator
Date: Thu, 19 Oct 2023 22:59:07 +0900
User-agent: Mozilla/5.0 (OS/2; Warp 4.5; rv:10.0.6esrpre) Gecko/20120715 Firefox/10.0.6esrpre SeaMonkey/2.7.2


Josh Marshall wrote:
> Who still uses OS/2?
> 

I do.

> On Wed, Oct 18, 2023, 10:32 AM KO Myung-Hun <komh78@gmail.com> wrote:
> 
>> ':' is not a path separator on OS/2.
>>
>> * gettext-tools/examples/po/Makefile.am (USE_BUILT_PROGS): Use
>> $(PATH_SEPARATOR) instead of ':'.
>> ---
>>  gettext-tools/examples/po/Makefile.am | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/gettext-tools/examples/po/Makefile.am
>> b/gettext-tools/examples/po/Makefile.am
>> index bf2027fa4..23a35de41 100644
>> --- a/gettext-tools/examples/po/Makefile.am
>> +++ b/gettext-tools/examples/po/Makefile.am
>> @@ -237,7 +237,7 @@ $(DOMAIN).pot-update: $(POTFILES_DEPS) $(SMALLPOTS)
>> remove-potcdate.sed
>>  # The environment variable 'gettext_datadir' is used by autopoint.
>>  # The environment variable 'GETTEXTDATADIR' is used by xgettext.
>>  USE_BUILT_PROGS = \
>> -  PATH="`pwd`/../../src:`pwd`/../../misc:$$PATH"; \
>> +
>> PATH="`pwd`/../../src$(PATH_SEPARATOR)`pwd`/../../misc$(PATH_SEPARATOR)$$PATH";
>> \
>>    gettext_datadir="`pwd`/../../misc"; export gettext_datadir; \
>>    GETTEXTDATADIR="`cd '$(srcdir)/../..' && pwd`"; export GETTEXTDATADIR;
>>
>> --
>> 2.42.0
>>
>>
>>
> 

-- 
KO Myung-Hun

Korean OS/2 User Community : https://www.os2.kr/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]