From e0c226fb5657e402a27f659efd10b4f848164928 Mon Sep 17 00:00:00 2001 From: Brad Erickson Date: Wed, 8 Jun 2016 16:21:39 -0700 Subject: make: Default to Linux Shared Memory for tmp Save GBs of disk writes during creation of the single color glyphs. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index f752b4e..12c5829 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ # Makefile to create all versions of the Emoji One Color SVGinOT font # Run with: make -j [NUMBER_OF_CPUS] -TMP := /tmp -# Use Linux Shared Memory to avoid wasted disk writes. -#TMP := /dev/shm +# Use Linux Shared Memory to avoid wasted disk writes. Use /tmp to disable. +TMP := /dev/shm +#TMP := /tmp # Where to find scfbuild? SCFBUILD := SCFBuild/bin/scfbuild -- cgit v1.2.3