Deleted Added
full compact
bsd.sys.mk (294974) bsd.sys.mk (313790)
1# $FreeBSD: stable/10/share/mk/bsd.sys.mk 294974 2016-01-28 08:49:21Z smh $
1# $FreeBSD: stable/10/share/mk/bsd.sys.mk 313790 2017-02-16 05:14:07Z ngie $
2#
3# This file contains common settings used for building FreeBSD
4# sources.
5
6# Enable various levels of compiler warning checks. These may be
7# overridden (e.g. if using a non-gcc compiler) by defining NO_WARNS.
8
9# for GCC: http://gcc.gnu.org/onlinedocs/gcc-4.2.1/gcc/Warning-Options.html

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

153# overrides.
154CFLAGS+= ${CWARNFLAGS} ${CWARNFLAGS.${.IMPSRC:T}}
155
156
157# Tell bmake not to mistake standard targets for things to be searched for
158# or expect to ever be up-to-date.
159PHONY_NOTMAIN = afterdepend afterinstall all beforedepend beforeinstall \
160 beforelinking build build-tools buildfiles buildincludes \
2#
3# This file contains common settings used for building FreeBSD
4# sources.
5
6# Enable various levels of compiler warning checks. These may be
7# overridden (e.g. if using a non-gcc compiler) by defining NO_WARNS.
8
9# for GCC: http://gcc.gnu.org/onlinedocs/gcc-4.2.1/gcc/Warning-Options.html

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

153# overrides.
154CFLAGS+= ${CWARNFLAGS} ${CWARNFLAGS.${.IMPSRC:T}}
155
156
157# Tell bmake not to mistake standard targets for things to be searched for
158# or expect to ever be up-to-date.
159PHONY_NOTMAIN = afterdepend afterinstall all beforedepend beforeinstall \
160 beforelinking build build-tools buildfiles buildincludes \
161 checkdpadd clean cleandepend cleandir cleanobj configure \
161 check checkdpadd clean cleandepend cleandir cleanobj configure \
162 depend dependall distclean distribute exe extract \
163 html includes install installfiles installincludes lint \
164 obj objlink objs objwarn realall realdepend \
162 depend dependall distclean distribute exe extract \
163 html includes install installfiles installincludes lint \
164 obj objlink objs objwarn realall realdepend \
165 realinstall regress subdir-all subdir-depend subdir-install \
165 realinstall subdir-all subdir-depend subdir-install \
166 tags whereobj
167
168.if defined(PORTNAME)
169PHONY_NOTMAIN+= fetch patch
170.endif
171
172.PHONY: ${PHONY_NOTMAIN}
173.NOTMAIN: ${PHONY_NOTMAIN}
166 tags whereobj
167
168.if defined(PORTNAME)
169PHONY_NOTMAIN+= fetch patch
170.endif
171
172.PHONY: ${PHONY_NOTMAIN}
173.NOTMAIN: ${PHONY_NOTMAIN}