summaryrefslogtreecommitdiff
path: root/mk/wrapper/bsd.wrapper.mk
AgeCommit message (Expand)AuthorFilesLines
2006-11-26Removed the separate files for the cache header and footer. This makesrillig1-28/+4
2006-11-26Merged the transformations from the Solaris-specific gcc part into therillig1-6/+1
2006-11-26Added a transformation file for gcc to check for unknown options.rillig1-1/+7
2006-11-11Added wrapper-subr.sh, which provides shell functions that are useful torillig1-3/+7
2006-11-02Removed some code duplication, which results in 120 lines less code.rillig1-147/+29
2006-10-21Fixed the "inconsistent update" problem when using the pkgsrc wrapperrillig1-1/+2
2006-10-21When CPP is defined as "cc -E" on Solaris with sunpro, the cc wrapperrillig1-3/+5
2006-09-17When $debug_log is set to ":" and at the same time $IFS is ":", therillig1-1/+2
2006-07-31From the second point in Krister's mail to tech-pkg:jlam1-7/+7
2006-07-27After auditing all the packages the ensure that they never invoke thejlam1-2/+2
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