summaryrefslogtreecommitdiff
path: root/share/mk/bsd.sys.mk
AgeCommit message (Expand)Author
2003-11-16.c.lo: support per-target COPTS, CPPFLAGS, CPUFLAGSlukem
2003-11-14Add a AWK for awk.matt
2003-11-13Add a HOST_LN.matt
2003-11-08Remove single suffix inference rules from here; nothing in the treelukem
2003-10-29use ${.PREFIX} instead of ${.TARGET:R}lukem
2003-10-21Move the MAKEVERBOSE setup from <bsd.sys.mk> to <bsd.own.mk>, andlukem
2003-10-21Rework how MAKEVERBOSE operates:lukem
2003-10-20Add MAKEVERBOSE pretty versions for .cc .cpp .cxx .Clukem
2003-10-19add _MKMSGCREATE.mlukem
2003-10-19add _MKMSGINSTALL.mlukem
2003-10-19fix _MKSHECHO for MAKEVERBOSE=1lukem
2003-10-19Provide _MKMSG{BUILD,CREATE,COMPILE,FORMAT,INSTALL,LINK,LEX,YACC} to displaylukem
2003-10-19Add rules for .s .s.o .S .S.o to support per-source COPTS,CPUFLAGS,CPPFLAGSlukem
2003-10-18implement MAKEVERBOSE for rules which are of the form:lukem
2003-10-18Implement MAKEVERBOSE to control how "verbose" the standard make(1) rules are.lukem
2003-08-22Disable -Wtraditional and explain why.christos
2003-07-28Be consistent how "multiple include protection" is implemented. I.e,lukem
2003-07-22Add source-file-specific variables in <bsd.lib.mk> and <bsd.prog.mk>:lukem
2003-07-20add TOOL_STAT for stat(1)lukem
2003-07-18Add MKMANZ; if not set to "no", compress the manual pages at installation time.lukem
2003-07-14use full path in default TOOL_MAKEWHATISlukem
2003-07-10Rename a large chunk of the make(1) variables which refer to alukem
2003-06-26Citrus iconv support(3)tshiozak
2003-05-30Add a CPUFLAGS variable which can be set by the user's mk.conf or inthorpej
2003-05-18Add ${TOOL_DB}; db(1) as a (host) tool.lukem
2003-05-08Fix _HOST_CYGWIN lossage.christos
2003-05-08Deal with CYGWIN's sh screwage.christos
2002-12-21add SUNLABELlukem
2002-11-25Add -Wno-sign-compare to CFLAGS.thorpej
2002-07-20add -Wa,-Av8plus to CFLAGS if we are building for 32bit sparcmrg
2002-06-11add CAT here toolukem
2002-05-30remove duplicated -Wpointer-arith when WARNS=2msaitoh
2002-05-28Add fgen as a host tool, used for sys/arch/sparc/bootblk.bjh21
2002-05-02Make the ELF2ECOFF assignment an "?=" assignment so it won't override thesimonb
2002-04-23Sun Workshop C 5.0 objects to generating object files with suffixes other thanbjh21
2002-04-12add ELF2ECOFFlukem
2002-04-03add INSTALLBOOT. sort some entries in bsd.sys.mklukem
2002-04-01Add a default for CAP_MKDB.bjh21
2002-03-31Add CKSUM.bjh21
2002-03-31Provide a default for PWD_MKDB.bjh21
2002-01-27Drink ALL the Kool-Aid.ross
2002-01-25add $PAX to both, and $MAKEFS to bsd.sys.mklukem
2001-11-29Ah, don't actually need MAKEWHATIS here.thorpej
2001-11-29Provide ${MAKEWHATIS}.thorpej
2001-11-28Use :U successfully this time. In an expression such as ${FOO:D:Ubar}, youtv
2001-11-26Revert check for NOGCCERROR back to a .if \!defined as the :U check will breakjmc
2001-11-17Protect from multiple inclusion.thorpej
2001-11-17Make sure MKDEP is defined for the non-USETOOLS case.thorpej
2001-11-15Re-add check for defined(MKSOFTFLOAT) that got lost in v1.60.wiz
2001-11-14Move the DESTDIR-based nostdinc logic to bsd.lib.mk and bsd.prog.mk wheretv