Deleted Added
full compact
2c2
< # $FreeBSD: head/Makefile.inc1 276414 2014-12-30 18:42:53Z emaste $
---
> # $FreeBSD: head/Makefile.inc1 276551 2015-01-02 18:45:03Z bapt $
263c263
< MK_HTML=no MK_INFO=no NO_LINT=yes MK_MAN=no \
---
> MK_HTML=no NO_LINT=yes MK_MAN=no \
296c296
< MK_HTML=no MK_INFO=no -DNO_LINT MK_MAN=no \
---
> MK_HTML=no -DNO_LINT MK_MAN=no \
441c441
< MK_MAN=no MK_INFO=no MK_HTML=no
---
> MK_MAN=no MK_HTML=no
593c593
< ${WMAKE} -DNO_FSCHG MK_HTML=no MK_INFO=no -DNO_LINT MK_MAN=no \
---
> ${WMAKE} -DNO_FSCHG MK_HTML=no -DNO_LINT MK_MAN=no \
787,789d786
< .if ${MK_INFO} != "no"
< _install-info= install-info
< .endif
1370,1374d1366
< .if ${MK_INFO} != "no"
< _texinfo= gnu/usr.bin/texinfo/libtxi \
< gnu/usr.bin/texinfo/makeinfo
< .endif
<
1406,1414d1397
< .for _tool in \
< ${_texinfo}
< ${_+_}@${ECHODIR} "===> ${_tool} (obj,depend,all,install)"; \
< cd ${.CURDIR}/${_tool} && \
< ${MAKE} DIRPRFX=${_tool}/ obj && \
< ${MAKE} DIRPRFX=${_tool}/ depend && \
< ${MAKE} DIRPRFX=${_tool}/ all && \
< ${MAKE} DIRPRFX=${_tool}/ install DESTDIR=${WORLDTMP}
< .endfor
1416d1398
<
1498c1480
< MK_HTML=no MK_INFO=no NO_LINT=yes MK_MAN=no \
---
> MK_HTML=no NO_LINT=yes MK_MAN=no \
2027c2009
< NOFUN=-DNO_FSCHG MK_HTML=no MK_INFO=no -DNO_LINT \
---
> NOFUN=-DNO_FSCHG MK_HTML=no -DNO_LINT \