diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2020-05-02 02:35:35 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2020-05-02 02:35:35 +0000 |
commit | da7a7e930d508061b7047c8db2d7bae36952a384 (patch) | |
tree | d9e1e0fc0148011645a6c78fddb4a10d96634e09 /GNUmakefile | |
parent | e52a76f40880d4211c3c9d9c02982c1c362e5dcd (diff) | |
download | netpbm-mirror-da7a7e930d508061b7047c8db2d7bae36952a384.tar.gz netpbm-mirror-da7a7e930d508061b7047c8db2d7bae36952a384.tar.xz netpbm-mirror-da7a7e930d508061b7047c8db2d7bae36952a384.zip |
Add comments about test result directory
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3800 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 5 |
1 files changed, 5 insertions, 0 deletions
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." |