From bd3f9217d2f2c0f9bf2e1962c033ba0641bc6a28 Mon Sep 17 00:00:00 2001 From: Hannes Gredler Date: Wed, 24 Jun 2009 09:08:58 +0200 Subject: [PATCH] fix release-howto:only use 0.5.6 supported Makefile changes --- release-howto.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/release-howto.txt b/release-howto.txt index 8ddbfcdb..32bc9e48 100644 --- a/release-howto.txt +++ b/release-howto.txt @@ -11,10 +11,7 @@ cheat sheet for making a (stable) release tarball. 2. check if the DEBUG settings in Makefile.inc are correct: DEBUG ?= 0 - REMOVE_LOG_DEBUG ?= 0 - REMOVE_LOG_INFO ?= 0 - REMOVE_LOG_WARN ?= 0 - REMOVE_LOG_ERROR ?= 0 + NO_DEBUG_MESSAGES ?= 1 now check if it builds correct: -- 2.20.1