bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH 10/12] configmake: prepend /@unixroot on OS/2 kLIBC


From: Paul Eggert
Subject: Re: [PATCH 10/12] configmake: prepend /@unixroot on OS/2 kLIBC
Date: Wed, 27 May 2015 08:09:19 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

KO Myung-Hun wrote:

+         echo '#ifdef __KLIBC__'; \
+         echo '# define UNIXROOT  "/@unixroot"'; \
+         echo '#else'; \
+         echo '# define UNIXROOT  ""'; \
+         echo '#endif'; \
+         echo '#define PREFIX UNIXROOT "$(prefix)"'; \
+         echo '#define EXEC_PREFIX UNIXROOT "$(exec_prefix)"'; \
...

Instead of this complication, why not simply suggest to OS/2 builders that they build with --prefix=/@unixroot/whatever? That sounds simpler and easier for builders to understand than to have Gnulib do this stuff under the rug.




reply via email to

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