From: Andre Noll Date: Sat, 2 Mar 2019 13:32:01 +0000 (+0100) Subject: build: Activate ONESHELL. X-Git-Tag: v1.0.2~5 X-Git-Url: http://git.tuebingen.mpg.de/?p=lopsub.git;a=commitdiff_plain;h=3daf86d883abadef69583109aace38677e946cca;ds=inline build: Activate ONESHELL. This instructs "make" to pass all the lines in the recipe to a single invocation of the shell, which is generally a good idea since it speeds up the build a bit. --- diff --git a/Makefile b/Makefile index 4278505..89af315 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,8 @@ MAKEFLAGS += -Rr ifeq ("$(origin CC)", "default") CC := cc endif +.ONESHELL: +.SHELLFLAGS := -ec PREFIX ?= /usr/local M4 := m4