View | Details | Raw Unified | Return to bug 144405
Collapse All | Expand All

(-)Makefile (+5 lines)
Lines 159-164 Link Here
159
	-chflags -R 0 ${.OBJDIR}
159
	-chflags -R 0 ${.OBJDIR}
160
	rm -rf ${.OBJDIR}/*
160
	rm -rf ${.OBJDIR}/*
161
.endif
161
.endif
162
.if exists(${MAKEOBJDIRPREFIX}/lib32${.CURDIR}/)
163
	-rm -rf ${MAKEOBJDIRPREFIX}/lib32${.CURDIR}/*
164
	-chflags -R 0 ${MAKEOBJDIRPREFIX}/lib32${.CURDIR}
165
	rm -rf ${MAKEOBJDIRPREFIX}/lib32${.CURDIR}/*
166
.endif
162
167
163
#
168
#
164
# Handle the user-driven targets, using the source relative mk files.
169
# Handle the user-driven targets, using the source relative mk files.

Return to bug 144405