Deleted Added
full compact
bsd.subdir.mk (288241) bsd.subdir.mk (289085)
1# from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91
1# from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91
2# $FreeBSD: head/share/mk/bsd.subdir.mk 288241 2015-09-25 23:03:32Z bdrewery $
2# $FreeBSD: head/share/mk/bsd.subdir.mk 289085 2015-10-09 21:57:42Z bapt $
3#
4# The include file <bsd.subdir.mk> contains the default targets
5# for building subdirectories.
6#
7# For all of the directories listed in the variable SUBDIRS, the
8# specified directory will be visited and the target made. There is
9# also a default target which allows the command "make subdir" where
10# subdir is any directory listed in the variable SUBDIRS.

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

117.endfor
118${__target}: ${__subdir_targets}
119.else
120${__target}: _sub.${__target}
121_sub.${__target}: _SUBDIR
122.endif
123.endfor
124
3#
4# The include file <bsd.subdir.mk> contains the default targets
5# for building subdirectories.
6#
7# For all of the directories listed in the variable SUBDIRS, the
8# specified directory will be visited and the target made. There is
9# also a default target which allows the command "make subdir" where
10# subdir is any directory listed in the variable SUBDIRS.

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

117.endfor
118${__target}: ${__subdir_targets}
119.else
120${__target}: _sub.${__target}
121_sub.${__target}: _SUBDIR
122.endif
123.endfor
124
125.for __target in files includes
125.for __target in files includes config
126.for __stage in build install
127${__stage}${__target}:
128.if make(${__stage}${__target})
129${__stage}${__target}: _sub.${__stage}${__target}
130_sub.${__stage}${__target}: _SUBDIR
131.endif
132.endfor
133.if !target(${__target})

--- 19 unchanged lines hidden ---
126.for __stage in build install
127${__stage}${__target}:
128.if make(${__stage}${__target})
129${__stage}${__target}: _sub.${__stage}${__target}
130_sub.${__stage}${__target}: _SUBDIR
131.endif
132.endfor
133.if !target(${__target})

--- 19 unchanged lines hidden ---