Works:

    SHELL = /bin/bash
    STARTUP_CHECK_NOP := $(shell set -x;: Checking for FINALDESTDIR:;[[ -d 
$(FINALDESTDIR) ]] || kill 0)

Is there a cleaner way?  The STARTUP_CHECK_NOP macro is liable to
confuse a maintainer since it's value is never used.

--
thanks,
Tom

_______________________________________________
Help-make mailing list
Help-make@gnu.org
https://lists.gnu.org/mailman/listinfo/help-make

Reply via email to