summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2018-04-12 20:00:01 -0700
committerKaz Kylheku <kaz@kylheku.com>2018-04-12 20:00:01 -0700
commitb395c60f80797e3154cb7954026b1c1ea62d1aec (patch)
tree08c589faf8583aee193847460f53e06be5e666a3
parentaf420c948585c742b94e5f8c50388540dbc06e18 (diff)
downloadtxr-b395c60f80797e3154cb7954026b1c1ea62d1aec.tar.gz
txr-b395c60f80797e3154cb7954026b1c1ea62d1aec.tar.bz2
txr-b395c60f80797e3154cb7954026b1c1ea62d1aec.zip
build: prevent make parallelization.
* Makefile: add .NOTPARALLEL: special target. This Makfile doesn't support parallel builds; it relies on left-to-right execution of prerequisites in some places.
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 505903a7..8d5a8314 100644
--- a/Makefile
+++ b/Makefile
@@ -24,6 +24,8 @@
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+.NOTPARALLEL:
+
-include config.make
VERBOSE :=