From da7a7e930d508061b7047c8db2d7bae36952a384 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 2 May 2020 02:35:35 +0000 Subject: Add comments about test result directory git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3800 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- GNUmakefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index e727b00e..f07eed01 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -52,6 +52,11 @@ # running in. The -f option is necessary in order to have separate # source and object directories. +# For the check targets, results go in a results directory, which you'll need +# if a test fails to find out how it failed. The default is +# RESULTDIR_DEFAULT in config.mk. Override it with +# 'make resultdir=/tmp/myresultdir . + ifeq ($(CURDIR)x,x) all package install: @echo "YOU NEED AT LEAST VERSION 3.77 OF GNU MAKE TO BUILD NETPBM." -- cgit 1.4.1