[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / rescue

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/rescue/Makefile between version 1.32 and 1.33

version 1.32, 2017/05/21 15:28:41 version 1.33, 2017/10/08 15:02:33
Line 11  DBG+=  -Os
Line 11  DBG+=  -Os
   
 CRUNCHGEN_FLAGS=-d "${DBG}"  CRUNCHGEN_FLAGS=-d "${DBG}"
   
   .if ${MKSTATICPIE:Uno} == "yes"
   CRUNCHGEN_FLAGS+=-p
   CFLAGS+=-fPIE
   .endif
   
 RESCUEDIR=      /rescue  RESCUEDIR=      /rescue
 CRUNCHBIN=      rescue  CRUNCHBIN=      rescue
 CRUNCHENV=      RESCUEDIR=${RESCUEDIR}  CRUNCHENV=      RESCUEDIR=${RESCUEDIR}

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

CVSweb <webmaster@jp.NetBSD.org>