summaryrefslogtreecommitdiff
path: root/share/mk/bsd.kinc.mk
AgeCommit message (Expand)Author
2022-03-29get rid of old style `` command substitution in shell and use $() instead.christos
2018-12-26Remove extra -c. -c has been the default behavior since 2003, andchristos
2006-03-16Now that we have real build system support for syspkgs, remove someone'sjwise
2004-01-29Cosmetically tweak how .PHONY is used by (generally) providing it as a source,lukem
2004-01-27There's no need to use :N-c with ${INSTALL_FILE}.lukem
2003-11-07Support MAKEVERBOSE more effectively.lukem
2003-10-20fix parallel-make race.chs
2003-10-19Provide _MKMSG{BUILD,CREATE,COMPILE,FORMAT,INSTALL,LINK,LEX,YACC} to displaylukem
2003-10-18implement MAKEVERBOSE for rules which are of the form:lukem
2003-08-03Add INCSYMLINKS to <bsd.inc.mk> and <bsd.kinc.mk>, and use that instead oflukem
2003-07-28Pull in <bsd.sys.mk> as well, for the TOOL_ variables in thelukem
2003-07-20Use ltarg=`stat -qf '%Y' $l` to read a symlink's target (and rely uponlukem
2003-07-18Add MKUNPRIVED; if not no has the same semantics as if UNPRIVED was defined.lukem
2002-11-26Deprecate SYS_INCLUDE and the optional SYS_INCLUDE=symlinks functionality,lukem
2002-10-22Pass 1 of SYSPKG changes to automatically add tags=pkgname_pkg to METALOG.perry
2002-08-24don't bother with "rm -f $$t" before ${INSTALL_LINK} or ${INSTALL_SYMLINK},lukem
2002-02-11Don't use .PHONY for targets that are actually installed. Instead use forcemycroft
2001-11-28Fix the :U's used with ${UPDATE} so that stray values don't get put intotv
2001-11-19replace instances of ln with ${INSTALL_LINK} and ${INSTALL_SYMLINK}perry
2001-11-02Improve readability and reduce redundant redundancy in share/mk; add sometv
2001-05-08Suppress duplicate entries in ALLFILES, FILES, INCS, DEPINCS, INFOFILES,sommerfeld
2000-07-07test -h, not test -L.cgd
2000-06-06Abuse .USE some more.mycroft
2000-06-06Minor rearrangement.mycroft
2000-06-06Use ODE make(1) features to eliminate extra variables and move several thingsmycroft
2000-04-24White space bogons (double spaces, spaces instead of tabs).simonb
2000-04-23Change SYMLINKS so that the link isn't recreated if it already pointssimonb
2000-02-26Make sure the `rm' and `ln' for a link are in the same shell command.mycroft
2000-02-10fix link creation:drochner
2000-01-24Fix a bogon that caused some symlinks to not be installed.mycroft
2000-01-22Adjust symlink crap for all/realall changes.mycroft
1999-08-22When test(1)ing for a symlink, use the -h primitive instead of -L. Althoughkleink
1999-08-21Add ${INSTPRIV} to ${INSTALL} commands.simonb
1999-02-04PR/2936: Brian C. Grayson: Avoid truncating precious files when installingchristos
1999-01-15allow generated kernel includes and support mips pubassym.cf mechanismcastor
1998-12-31Change make to ${MAKE} to allow standard make to be overridden.castor
1998-09-29Missed a few preserve flags.christos
1998-06-12add bsd.kinc.mk, a template to support the new kernel include filecgd