summaryrefslogtreecommitdiff
path: root/mk/wrapper
AgeCommit message (Expand)AuthorFilesLines
2006-07-31From the second point in Krister's mail to tech-pkg:jlam1-7/+7
2006-07-31Use 'debug_log' instead of 'msg_log' so that these wrapper internals aren'tjlam9-57/+57
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-06-08The gcc equivalent of SunPro's -mt option is -threads.rillig1-1/+6
2006-02-02Replaced jlam's initial sketch with one in which the parts are arrangedrillig1-27/+35
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-11-28The SunPro compiler does not understand the gcc-specific -pipe option,rillig1-2/+2
2005-10-30added missing header lines.schwarz1-0/+37
2005-10-16added support for the SGI IDO (IRIX Development Option) cc used by IRIX 5.3.schwarz2-1/+120
2005-10-10Make WRAPPER_SHELL configurable.tv1-2/+2
2005-08-21preserve -Qoption arg if the 2nd next arg isn't -R.grant1-1/+2
2005-08-20strip leading "-Qoption ld" from -R args for sunpro C++ compiler, togrant2-1/+66
2005-08-20add -xnolibmopt after -fast to disable the use of libsunmath (until itgrant1-2/+14
2005-08-18pass through -f flags that sunpro understands verbatim, drop other -f*grant1-2/+16
2005-08-18drop -Wl,--export-dynamic, as Solaris ld(1) default behaviour is togrant1-1/+10
2005-08-13transform -Wl,-soname to -h for sunprogrant1-1/+9
2005-08-05Hardcode a workaround for perl's DynaLoader.a which is definitely ajlam1-1/+14
2005-07-26icc 9.0 wants the same options as 8.1.grant1-2/+2
2005-07-23fix typo in comment.grant1-2/+2
2005-07-23ensure gcc options are always passed to imake when using gcc ongrant3-1/+110
2005-07-06Added the gcc option -fpermissive to the list of options that are ignoredrillig1-2/+2
2005-07-06update copyright yeargrant1-2/+2
2005-07-06add cmd-sink for sunpro C++ which links shared libraries with thegrant2-1/+69
2005-07-05ignore more gcc-specific arguments:grant1-2/+2
2005-07-04sunpro needs the -mt -lpthread arguments for POSIX threads accordinggrant1-4/+4
2005-06-09Forgot the strip the comma when removing "-Wl," from the the nextjlam1-2/+2
2005-06-08Properly turn:jlam1-1/+32
2005-06-08Update comment to reflect implementation.jlam1-2/+2
2005-06-08Remove part of comment that is no longer true.jlam1-5/+2
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-16Add missing required argument to msg_log.jlam3-13/+13
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 wegrant4-1/+253