Добро пожаловать, Гость. Пожалуйста авторизуйтесь здесь.
FGHIGate на GaNJa NeTWoRK ST@Ti0N - Просмотр сообщения в эхоконференции RU.HUSKY
Введите FGHI ссылку:


Присутствуют сообщения из эхоконференции RU.HUSKY с датами от 16 Jul 13 10:00:06 до 31 Mar 24 23:49:12, всего сообщений: 5321
Ответить на сообщение К списку сообщений Предыдущее сообщение Следующее сообщение
= Сообщение: 4539 из 5321 ========================================= RU.HUSKY =
От   : Zhenja Kaliuta                   2:4500/1.59        11 Oct 21 08:05:01
Кому : Dmitriy Smirnov                                     11 Oct 21 08:05:01
Тема : Re: Новые мейкфайлы
FGHI : area://RU.HUSKY?msgid=2:4500/1.59+0cab5689
На   : area://RU.HUSKY?msgid=2:5010/352@fidonet+6163aa46
= Кодировка сообщения определена как: CP866 ==================================
==============================================================================
Hi, Dmitriy!

On Mon, 11 Oct 2021 07:05:49 +0500 Dmitriy Smirnov writes:

ZK>> А в чём тайный смысл патча

ZK>> https://github.com/huskyproject/huskybse/commit/e2773d1c4cf86769589b17
ZK>> 2c9fc5100b2ec4cb5f

ZK>> commit e2773d1c4cf86769589b172c9fc5100b2ec4cb5f
ZK>> Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
ZK>> Date:   Wed Oct 6 18:27:56 2021 +0300

ZK>>     quote names in PROGRAMS; bug report by Dmitriy Smirnov 2:5010/352

ZK>> ?

ZK>> Для make ' -- просто часть строчки, приходится в PROGRAMS писать
ZK>> 'hpt'.

DS> не собирался hpt если указано PROGRAMS=hpt

Это фиксится так:

diff --git a/Makefile b/Makefile
index f5242a6..f2e19e1 100644
-+- a/Makefile
+++ b/Makefile
@@ -466,7 +466,7 @@ ifneq ($(MAKECMDGOALS),update)
     ifeq ($(need_hptzip), 1)
         include $(hptzip_ROOTDIR)Makefile
     endif
-    ifeq ($(findstring hpt ,$(PROGRAMS)), hpt )
+    ifeq ($(findstring hpt,$(PROGRAMS)),hpt)
         include $(hpt_ROOTDIR)Makefile
     endif
     ifeq ($(findstring htick,$(PROGRAMS)), htick)


```
$(findstring find,in)

    Searches in for an occurrence of find. If it occurs, the value is
    find; otherwise, the value is empty. You can use this function in a
    conditional to test for the presence of a specific substring in a
    given string. Thus, the two examples,

    $(findstring a,a b c)
        $(findstring a,b c)

    produce the values 'a' and '' (the empty string), respectively. See
    Testing Flags, for a practical application of findstring.
```

И вообще с пробелами там как-то очень вольно, это же make.
--- Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)
* Origin: Somewhere in the North (2:4500/1.59)

К главной странице гейта
Powered by NoSFeRaTU`s FGHIGate
Открытие страницы: 0.040789 секунды