A Large Angry SCM <gitzilla@xxxxxxxxx> writes: > The new test is also wrong; (for *nix systems) in that it really wants > to test if the first character is a '/' but GNU make doesn't have a > way to do that directly. Hmph. Isn't it just the matter of doing something silly like this? ifeq ($(filter /%,$(template_dir)),) ... it does not start with a slash else ... it does endif -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html