I'd drop the error message ("! Skip installation...") from your patch though, as it'd produce many lines in output with little use to builders.IMHO it's better then: make: Nothing to be done for `install'. which appears by default if I we do not set INSTALL_RULE.
That's true, but can we somehow make it fully silent with some tricky command? Maybe define an $(ECHONUL) command with content $(ECHO) > /dev/null|nul Would that work? Brgds, Viktor _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
