In article <[email protected]>, Matt Thomas <[email protected]> wrote: >-=-=-=-=-=- > >+.if ${MACHINE_ARCH:Mearm*} != ""
I usually prefer: .if !empty(MACHINE_ARCH:Mearm*) christos
In article <[email protected]>, Matt Thomas <[email protected]> wrote: >-=-=-=-=-=- > >+.if ${MACHINE_ARCH:Mearm*} != ""
I usually prefer: .if !empty(MACHINE_ARCH:Mearm*) christos