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

Re: ifeq in an if statement



On Sun, Jan 27, 2008 at 01:20:45AM +0100, Laszlo Boszormenyi wrote:
> In one package I would like to prevent some binary being strip-ped if
> DEB_BUILD_OPTIONS instruct so.

How about using the conditional to set
    STRIP = /bin/true
if the nostrip option is present.
Then you don't have to clutter up the rest of the rules.

-- 
Eric Cooper             e c c @ c m u . e d u


Reply to: