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

Re: Is policy 11.1 right?



Am  9.10.01 um 18:01:23 schrieb Atsuhito Kohda:
>           ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) 
>           INSTALL_PROGRAM += -s 
>           endif 

Assumed DEB_BUILD_OPTIONS contains "nostrip", then
$(findstring nostrip,$(DEB_BUILD_OPTIONS)) will result in "nostrip".
Then, the test "ifeq (,nostrip)" will fail. This results in the strip
option not being added in case "nostrip" is DEB_BUILD_OPTIONS.

Greetings,
    Mike

-- 
|=| Michael Piefel                    piefel@informatik.hu-berlin.de
|=| Humboldt-Universität zu Berlin              http://www.piefel.de
|=| Tel. (+49 30) 2093 3831



Reply to: