automake-ng
[Top][All Lists]
Advanced

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

Re: [Automake-NG] [FYI] [ng] refactor: remove all uses of '$(am__strip_d


From: Akim Demaille
Subject: Re: [Automake-NG] [FYI] [ng] refactor: remove all uses of '$(am__strip_dir)'
Date: Fri, 31 Aug 2012 13:47:09 +0200

Le 31 août 2012 à 13:25, Akim Demaille a écrit :

>> -       @$(if $(%DIR%_PYTHON),$(MKDIR_P) "$(DESTDIR)$(%NDIR%dir)")
>> +       @$(if $(and $(%NDIR%dir),$(%DIR%_PYTHON)),$(strip \
>> +          )$(MKDIR_P) "$(DESTDIR)$(%NDIR%dir)")
> 
> I don't understand the 'strip' part.

OK, I understood reading other patches: that's a way to have
\-like continuation lines in GNU Make (and be sure that it's
fully equivalent to pasting both parts together).  It also
helps indenting.





reply via email to

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