Deleted Added
sdiff udiff text old ( 18373 ) new ( 18426 )
full compact
1# $Id: bsd.obj.mk,v 1.10 1996/09/19 06:58:26 peter Exp $
2#
3# The include file <bsd.obj.mk> handles creating 'obj' directory
4# and cleaning up object files, log files etc.
5#
6#
7# +++ variables +++
8#
9# CLEANFILES Additional files to remove for the clean and cleandir targets.

--- 85 unchanged lines hidden (view full) ---

95 fi
96.endif
97
98#
99# where would that obj directory be?
100#
101.if !target(whereobj)
102whereobj:
103 @cd ${.CURDIR}; ${MAKE} -V .OBJDIR
104.endif
105
106#
107# cleanup
108#
109cleanobj:
110 @if [ -d ${CANONICALOBJDIR} ]; then \
111 rm -rf ${CANONICALOBJDIR}; \
112 else \

--- 22 unchanged lines hidden ---