summaryrefslogtreecommitdiff
path: root/mk/wrapper
AgeCommit message (Expand)AuthorFilesLines
2006-12-05SunPro knows the -mt option for enabling multi-threaded options.rillig1-3/+4
2006-12-01Added -pipe and -Wno-implicit-int to the list of known gcc options.rillig1-1/+3
2006-11-30Converted the MIPSpro wrappers to use the transform_* functions.rillig2-73/+52
2006-11-30The function transform_pass_with_warning() also gets its debuggingrillig1-1/+2
2006-11-30Adjusted the indentation and the order of checks to match the otherrillig1-120/+82
2006-11-30Made the code simpler by converting it to the new transform_* functions.rillig1-74/+45
2006-11-30Added handlers for the standard options.rillig1-14/+17
2006-11-30Removed the transform_to_nocache() function, since it is unused.rillig1-10/+7
2006-11-30Converted to use the new transform_* functions from wrapper-subr.sh.rillig2-39/+42
2006-11-30Added transform_to_and_split(), which removes the need for therillig1-1/+9
2006-11-30Minor reformatting. I'm still not sure what the ideal indentation andrillig1-17/+13
2006-11-30Reformatted the file to look more beautiful.rillig1-42/+39
2006-11-29The -E option should be passed to SunPro without a warning.rillig1-1/+4
2006-11-26Removed the separate files for the cache header and footer. This makesrillig5-110/+11
2006-11-26Found some more known options for gcc.rillig1-1/+9
2006-11-26Merged the transformations from the Solaris-specific gcc part into therillig3-54/+12
2006-11-26Converted this file to use the shell functions provided inrillig1-29/+30
2006-11-26Oops, unknown options should be _passed_ to the real compiler, notrillig1-5/+7
2006-11-26Added a transformation file for gcc to check for unknown options.rillig2-1/+49
2006-11-26Renamed transform_pass_unknown to transform_pass_with_warning and addedrillig2-6/+15
2006-11-26transform_pass_unknown writes its warning into the wrapper log file,rillig1-2/+2
2006-11-26Moved the definition of append_extra_args a bit to make the code arillig1-4/+3
2006-11-14Fixed indentation of the debugging messages and the missing newline atrillig1-4/+3
2006-11-11Converted the SunPro wrapper to use the functions from wrapper-subr.sh.rillig1-101/+88
2006-11-11Added wrapper-subr.sh, which provides shell functions that are useful torillig3-4/+51
2006-11-11Made the SunPro compiler understand gcc's -MM option for generatingrillig1-1/+6
2006-11-03The Tru64 linker does not know -h ${soname}, only -soname ${soname}.rillig2-2/+12
2006-11-02Removed some code duplication, which results in 120 lines less code.rillig1-147/+29
2006-10-26-E is an alias for --export-dynamic, which the Solaris linker does notrillig1-2/+2
2006-10-21The "scan" program does not modify "$@".rillig1-7/+2
2006-10-21Fixed the "inconsistent update" problem when using the pkgsrc wrapperrillig3-7/+14
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 ":", therillig3-3/+7
2006-09-17Fixed the "unknown command" error messages for debug_log, which is arillig9-57/+57
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