Christian Gmeiner dixit:

> I would do it this
> way:
>
> ifneq ($(FWRT_PACKAGE_SHOREWALL_DONT_STRIP),y)
> ...
> endif

This is correct.

>       ifneq ($(FWRT_PACKAGE_SHOREWALL_DONT_STRIP),y)
>               sh ./downstrip ${IDIR_SHOREWALL}/etc/shorewall
>               sh ./downstrip ${IDIR_SHOREWALL}/usr/share/shorewall
>       endif

This is not correct.

Difference: indentation. Shell stuff is indented starting with
one tab, make stuff starts at the beginning of the line.

bye,
//mirabile
-- 
  "Using Lynx is like wearing a really good pair of shades: cuts out
   the glare and harmful UV (ultra-vanity), and you feel so-o-o COOL."
                                         -- Henry Nelson, March 1999
_______________________________________________
freewrt-developers mailing list
[email protected]
https://www.freewrt.org/lists/listinfo/freewrt-developers

Reply via email to