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.
