summaryrefslogtreecommitdiffstats
path: root/rescue
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-04-10 09:32:50 +0000
committerru <ru@FreeBSD.org>2006-04-10 09:32:50 +0000
commit059a4b89f63cf9f6d10ed28f0a3ea3e79134f457 (patch)
tree241e34d80533913d98c1d6e3b9e5334ae3239467 /rescue
parent2517bd3f8f0e187d89f84692d3a35ddaabcc34a7 (diff)
downloadFreeBSD-src-059a4b89f63cf9f6d10ed28f0a3ea3e79134f457.zip
FreeBSD-src-059a4b89f63cf9f6d10ed28f0a3ea3e79134f457.tar.gz
Pass -DCRUNCH down to standard targets in individual makefiles.
Diffstat (limited to 'rescue')
-rw-r--r--rescue/rescue/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile
index 0feeda3..4331d7c 100644
--- a/rescue/rescue/Makefile
+++ b/rescue/rescue/Makefile
@@ -317,11 +317,11 @@ cleandepend cleandir obj objlink:
.ifdef CRUNCH_SRCDIR_${P}
cd ${CRUNCH_SRCDIR_$(P)} && \
MAKEOBJDIRPREFIX=${CANONICALOBJDIR} ${MAKE} \
- DIRPRFX=${DIRPRFX}${P}/ ${.TARGET}
+ DIRPRFX=${DIRPRFX}${P}/ ${CRUNCH_BUILDOPTS} ${.TARGET}
.else
cd $(.CURDIR)/../../${D}/${P} && \
MAKEOBJDIRPREFIX=${CANONICALOBJDIR} ${MAKE} \
- DIRPRFX=${DIRPRFX}${P}/ ${.TARGET}
+ DIRPRFX=${DIRPRFX}${P}/ ${CRUNCH_BUILDOPTS} ${.TARGET}
.endif
.endfor
.endfor
@@ -336,11 +336,11 @@ clean:
.ifdef CRUNCH_SRCDIR_${P}
cd ${CRUNCH_SRCDIR_$(P)} && \
MAKEOBJDIRPREFIX=${CANONICALOBJDIR} ${MAKE} \
- DIRPRFX=${DIRPRFX}${P}/ ${.TARGET}
+ DIRPRFX=${DIRPRFX}${P}/ ${CRUNCH_BUILDOPTS} ${.TARGET}
.else
cd $(.CURDIR)/../../${D}/${P} && \
MAKEOBJDIRPREFIX=${CANONICALOBJDIR} ${MAKE} \
- DIRPRFX=${DIRPRFX}${P}/ ${.TARGET}
+ DIRPRFX=${DIRPRFX}${P}/ ${CRUNCH_BUILDOPTS} ${.TARGET}
.endif
.endfor
.endfor
OpenPOWER on IntegriCloud