Age | Commit message (Expand) | Author | Files | Lines |
2006-12-07 | + -Wcast-align | rillig | 1 | -1/+8 |
2006-12-05 | SunPro knows the -mt option for enabling multi-threaded options. | rillig | 1 | -3/+4 |
2006-12-01 | Added -pipe and -Wno-implicit-int to the list of known gcc options. | rillig | 1 | -1/+3 |
2006-11-30 | Converted the MIPSpro wrappers to use the transform_* functions. | rillig | 2 | -73/+52 |
2006-11-30 | The function transform_pass_with_warning() also gets its debugging | rillig | 1 | -1/+2 |
2006-11-30 | Adjusted the indentation and the order of checks to match the other | rillig | 1 | -120/+82 |
2006-11-30 | Made the code simpler by converting it to the new transform_* functions. | rillig | 1 | -74/+45 |
2006-11-30 | Added handlers for the standard options. | rillig | 1 | -14/+17 |
2006-11-30 | Removed the transform_to_nocache() function, since it is unused. | rillig | 1 | -10/+7 |
2006-11-30 | Converted to use the new transform_* functions from wrapper-subr.sh. | rillig | 2 | -39/+42 |
2006-11-30 | Added transform_to_and_split(), which removes the need for the | rillig | 1 | -1/+9 |
2006-11-30 | Minor reformatting. I'm still not sure what the ideal indentation and | rillig | 1 | -17/+13 |
2006-11-30 | Reformatted the file to look more beautiful. | rillig | 1 | -42/+39 |
2006-11-29 | The -E option should be passed to SunPro without a warning. | rillig | 1 | -1/+4 |
2006-11-26 | Removed the separate files for the cache header and footer. This makes | rillig | 5 | -110/+11 |
2006-11-26 | Found some more known options for gcc. | rillig | 1 | -1/+9 |
2006-11-26 | Merged the transformations from the Solaris-specific gcc part into the | rillig | 3 | -54/+12 |
2006-11-26 | Converted this file to use the shell functions provided in | rillig | 1 | -29/+30 |
2006-11-26 | Oops, unknown options should be _passed_ to the real compiler, not | rillig | 1 | -5/+7 |
2006-11-26 | Added a transformation file for gcc to check for unknown options. | rillig | 2 | -1/+49 |
2006-11-26 | Renamed transform_pass_unknown to transform_pass_with_warning and added | rillig | 2 | -6/+15 |
2006-11-26 | transform_pass_unknown writes its warning into the wrapper log file, | rillig | 1 | -2/+2 |
2006-11-26 | Moved the definition of append_extra_args a bit to make the code a | rillig | 1 | -4/+3 |
2006-11-14 | Fixed indentation of the debugging messages and the missing newline at | rillig | 1 | -4/+3 |
2006-11-11 | Converted the SunPro wrapper to use the functions from wrapper-subr.sh. | rillig | 1 | -101/+88 |
2006-11-11 | Added wrapper-subr.sh, which provides shell functions that are useful to | rillig | 3 | -4/+51 |
2006-11-11 | Made the SunPro compiler understand gcc's -MM option for generating | rillig | 1 | -1/+6 |
2006-11-03 | The Tru64 linker does not know -h ${soname}, only -soname ${soname}. | rillig | 2 | -2/+12 |
2006-11-02 | Removed some code duplication, which results in 120 lines less code. | rillig | 1 | -147/+29 |
2006-10-26 | -E is an alias for --export-dynamic, which the Solaris linker does not | rillig | 1 | -2/+2 |
2006-10-21 | The "scan" program does not modify "$@". | rillig | 1 | -7/+2 |
2006-10-21 | Fixed the "inconsistent update" problem when using the pkgsrc wrapper | rillig | 3 | -7/+14 |
2006-10-21 | When CPP is defined as "cc -E" on Solaris with sunpro, the cc wrapper | rillig | 1 | -3/+5 |
2006-09-17 | When $debug_log is set to ":" and at the same time $IFS is ":", the | rillig | 3 | -3/+7 |
2006-09-17 | Fixed the "unknown command" error messages for debug_log, which is a | rillig | 9 | -57/+57 |
2006-07-31 | From the second point in Krister's mail to tech-pkg: | jlam | 1 | -7/+7 |
2006-07-31 | Use 'debug_log' instead of 'msg_log' so that these wrapper internals aren't | jlam | 9 | -57/+57 |
2006-07-27 | After auditing all the packages the ensure that they never invoke the | jlam | 1 | -2/+2 |
2006-07-22 | Modify the barrier so that we always invoke the recursive make process | jlam | 1 | -2/+2 |
2006-07-21 | Rearrange sequence so that "wrapper" occurs between "tools" and | jlam | 1 | -2/+2 |
2006-07-07 | Rename <phase>_COOKIE variables to _COOKIE.<phase>. These are private | jlam | 1 | -12/+12 |
2006-07-06 | The cookie files are indirectly made using *-cookie targets, so verify | jlam | 1 | -1/+2 |
2006-07-06 | Never skip the wrapper step, even if NO_BUILD is set. There are packages | jlam | 1 | -5/+1 |
2006-07-05 | Flatten out recursive makes into a single re-invocation of make by | jlam | 1 | -10/+18 |
2006-07-05 | Make the check-vulnerable target more self-sufficient, by moving some | jlam | 1 | -8/+6 |
2006-07-05 | Refactor configure, build, test and wrapper phases out of bsd.pkg.mk | jlam | 1 | -8/+59 |
2006-07-05 | Teach the tools framework about the following new tools: | jlam | 1 | -2/+2 |
2006-07-02 | Fixed an obvious typo: .if !target$(${_WRAP_EMPTY_FILE}) contains a | rillig | 1 | -2/+2 |
2006-06-08 | The gcc equivalent of SunPro's -mt option is -threads. | rillig | 1 | -1/+6 |
2006-02-02 | Replaced jlam's initial sketch with one in which the parts are arranged | rillig | 1 | -27/+35 |