Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/rescue/Makefile,v rcsdiff: /ftp/cvs/cvsroot/src/rescue/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.38 retrieving revision 1.39 diff -u -p -r1.38 -r1.39 --- src/rescue/Makefile 2019/10/02 09:45:10 1.38 +++ src/rescue/Makefile 2019/12/29 18:26:16 1.39 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2019/10/02 09:45:10 maya Exp $ +# $NetBSD: Makefile,v 1.39 2019/12/29 18:26:16 christos Exp $ NOLIBCSANITIZER= # defined NOSANITIZER= # defined @@ -12,13 +12,17 @@ WARNS= 1 DBG+= -Os .endif -CRUNCHGEN_FLAGS=-d "${DBG}" +CRUNCHGEN_FLAGS+=-V DBG="${DBG}" .if ${MKSTATICPIE:Uno} == "yes" -CRUNCHGEN_FLAGS+=-p CFLAGS+=-fPIE +CRUNCHGEN_FLAGS+=-V LDSTATIC="-static -pie" +.else +CRUNCHGEN_FLAGS+=-V LDSTATIC="-static" -V NOPIE= .endif +CRUNCHGEN_FLAGS+=-V NOLIBCSANITIZER= -V NOSANITIZER= -V NOMAN= + RESCUEDIR= /rescue CRUNCHBIN= rescue CRUNCHENV= RESCUEDIR=${RESCUEDIR}