From 30d130e877fed29df9d7361d24efe8408961dd29 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Wed, 18 Apr 2012 22:04:51 +0000 Subject: [PATCH] This only works with gmake obviously. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 64893a1..24b6cb1 100644 --- a/README.md +++ b/README.md @@ -51,3 +51,8 @@ Put your SUBDIRS before your include lines. You really are supposed to do this buildsys *anyway*, but for some reason it sometimes lets you put it after the fact. My fork does not let you do that as SUBDIRS are turned into make tasks. + +#### It doesn't work with FreeBSD make, NetBSD make, or some other non-GNU make + +Sorry, but in order to avoid using the shell unnecessarily, we have to depend on +GNU-make specific behaviour. Use gmake instead.