From: Javier Fernández-Sanguino Date: Wed, 20 Jul 2016 17:38:22 +0000 (+0000) Subject: Set the default DEBUG value (debug off) X-Git-Tag: 20180215~148 X-Git-Url: http://git.projectaon.org/?p=project-aon.git;a=commitdiff_plain;h=38a8dc1f1dd0f0d0cc7d7ee0b4eedd7ae8c40405 Set the default DEBUG value (debug off) git-svn-id: https://projectaon.org/data/trunk@2550 f6f3e2d7-ff33-0410-aaf5-b4bee2cdac11 --- diff --git a/common/pdf/build/lw/Makefile.common b/common/pdf/build/lw/Makefile.common index 5ad02cc..be21f6c 100644 --- a/common/pdf/build/lw/Makefile.common +++ b/common/pdf/build/lw/Makefile.common @@ -20,9 +20,10 @@ ORIGSERIES ?= $(SERIES) ILLUSTRATOR ?= williams # Control debug +DEBUG ?= 0 AT_0 := @ AT_1 := -AT = $(AT_$(VERBOSE)) +AT = $(AT_$(DEBUG)) all: $(BASENAME).pdf