Deleted Added
full compact
bsd.obj.mk (99344) bsd.obj.mk (99875)
1# $FreeBSD: head/share/mk/bsd.obj.mk 99344 2002-07-03 12:44:06Z ru $
1# $FreeBSD: head/share/mk/bsd.obj.mk 99875 2002-07-12 15:09:35Z ru $
2#
3# The include file <bsd.obj.mk> handles creating the 'obj' directory
4# and cleaning up object files, etc.
5#
6# +++ variables +++
7#
8# CLEANDIRS Additional directories to remove for the clean target.
9#

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

123.endif
124.if defined(CLEANDIRS) && !empty(CLEANDIRS)
125 rm -rf ${CLEANDIRS}
126.endif
127.endif
128
129cleandir: cleanobj
130
2#
3# The include file <bsd.obj.mk> handles creating the 'obj' directory
4# and cleaning up object files, etc.
5#
6# +++ variables +++
7#
8# CLEANDIRS Additional directories to remove for the clean target.
9#

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

123.endif
124.if defined(CLEANDIRS) && !empty(CLEANDIRS)
125 rm -rf ${CLEANDIRS}
126.endif
127.endif
128
129cleandir: cleanobj
130
131DISTRIBUTION?= base
132.if !target(distribute)
133distribute:
134.for dist in ${DISTRIBUTION}
135 cd ${.CURDIR}; ${MAKE} install DESTDIR=${DISTDIR}/${dist} SHARED=copies
136.endfor
137.endif
138
139.include <bsd.subdir.mk>
140
141.endif !target(__<bsd.obj.mk>__)
131.include <bsd.subdir.mk>
132
133.endif !target(__<bsd.obj.mk>__)