On 2009 Sep 22, at 14:58, Maurilio Longo wrote:

Viktor,

writing it like this works ok

ifneq ($(filter $(HB_BUILD_STRIP),all lib),)
  ARSTRIP = ${HB_CCPATH}${HB_CCPREFIX}strip -S $(LIB_DIR)/$@
else
  ARSTRIP = @$(ECHO) did not strip $(LIB_DIR)/$@
endif

:)

hm ;) can't we use something which doesn't produce any output?

I guess plain empty $(ECHO) will not work unless we redefine
it to GNU version.

Brgds,
Viktor

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to