summaryrefslogtreecommitdiff
path: root/mk/wrapper/bsd.wrapper.mk
AgeCommit message (Expand)AuthorFilesLines
2006-07-22Modify the barrier so that we always invoke the recursive make processjlam1-2/+2
2006-07-21Rearrange sequence so that "wrapper" occurs between "tools" andjlam1-2/+2
2006-07-07Rename <phase>_COOKIE variables to _COOKIE.<phase>. These are privatejlam1-12/+12
2006-07-06The cookie files are indirectly made using *-cookie targets, so verifyjlam1-1/+2
2006-07-06Never skip the wrapper step, even if NO_BUILD is set. There are packagesjlam1-5/+1
2006-07-05Flatten out recursive makes into a single re-invocation of make byjlam1-10/+18
2006-07-05Make the check-vulnerable target more self-sufficient, by moving somejlam1-8/+6
2006-07-05Refactor configure, build, test and wrapper phases out of bsd.pkg.mkjlam1-8/+59
2006-07-05Teach the tools framework about the following new tools:jlam1-2/+2
2006-07-02Fixed an obvious typo: .if !target$(${_WRAP_EMPTY_FILE}) contains arillig1-2/+2
2006-01-16Remove superfluous quotes around SUBST_MESSAGE.wiz1-2/+2
2005-12-05Applied all quoting fixes found by "pkglint --autofix".rillig1-5/+5
2005-10-16added support for the SGI IDO (IRIX Development Option) cc used by IRIX 5.3.schwarz1-1/+15
2005-08-20strip leading "-Qoption ld" from -R args for sunpro C++ compiler, togrant1-1/+8
2005-07-26icc 9.0 wants the same options as 8.1.grant1-2/+2
2005-07-23ensure gcc options are always passed to imake when using gcc ongrant1-1/+22
2005-07-06update copyright yeargrant1-2/+2
2005-07-06add cmd-sink for sunpro C++ which links shared libraries with thegrant1-1/+8
2005-05-20Made sure the :sh operator does not result in an empty string. Rewrote therillig1-3/+7
2005-05-20Change instances where we stored `shell command` in a make variable intojlam1-6/+5
2005-05-11Rename MAKE_VARS to MAKEVARS so that it more closely resemblesjlam1-2/+2
2005-05-09Teach bsd.pkg.mk to create a phase-specific "makevars.mk" file thatjlam1-29/+3
2005-04-07In line with the unconditional inclusion in bsd.pkg.mk, bsd.buildlink3.mktv1-4/+2
2005-03-24USE_BUILDLINK3 is no longer optional (and cannot be turned off). Per mailtv1-6/+2
2005-03-08fix previous to work with pkgsrc bmake, and add a comment explaininggrant1-2/+5
2005-03-06Also echo the wrapper stages if PKG_VERBOSE is defined, not just whenagc1-2/+2
2005-02-19add wrappers to transform arguments for AIX's ld(1), notably, if wegrant1-1/+27
2005-02-16properly detect icc 8.1, which needs a different argument togrant1-1/+12
2005-02-15add support for icc, the Intel C++ Compiler (Linux).grant1-1/+22
2005-02-15The libtool wrapper should always do the compiler wrapper transformations,jlam1-3/+1
2005-02-14Teach the libtool wrapper about the same types of transformations thatjlam1-1/+3
2005-01-18Split out the argument pre-processing logic into its own scriptjlam1-3/+36
2005-01-11Really skip the transformations for imake. This shows the danger injlam1-2/+2
2005-01-10Fix error in previous that turned off all transformations in alljlam1-3/+3
2005-01-10Avoid the silly optimization in the make logic and push it into thejlam1-5/+1
2004-12-05add handling for some required -Wl, transformations for packages thatgrant1-1/+9
2004-11-30Remove the trailing whitespace in the values of the toolchain variablesjlam1-1/+5
2004-11-30Modify the way that the toolchain variables, e.g. CC, CPP, CXX, LD, etc.,jlam1-43/+47
2004-11-20add framework support for Tru64 and the Compaq C compiler.grant1-3/+31
2004-11-12Insert the default values for WRAPPER_DEBUG and WRAPPER_UPDATE_CACHE asjlam1-1/+3
2004-10-14Oy. For some reason, when doing :O:u, -L and -R options are strippedtv1-2/+1
2004-10-14Big speedup hack: Sort and uniqify ${_WRAP_TRANSFORM_CMDS}. Eliminatestv1-1/+2
2004-10-09Move -D_ALL_SOURCE for Interix, required for nearly every compilation, fromtv1-1/+4
2004-10-06add initial support for IBM's XL C/C++ compiler. tested with versiongrant1-1/+15
2004-10-04Add a scan script that checks for "-v" on the command-line, and preventsjlam1-2/+9
2004-09-27Move some wrapper definitions into a separate file wrapper-defs.mk that isjlam1-6/+3
2004-09-26Make _WRAPPEES into a public variable so that we can more easily createjlam1-8/+12
2004-09-25Add Dan Winship's workaround to allow building on Darwin. This is only ajlam1-1/+5
2004-09-23Move @_WRAP_TRANSFORM_SED@ from the logic script into wrapper.sh so thatjlam1-2/+3
2004-09-21Initial commit of a new wrapper script framework that encapsulatesjlam1-0/+589