Age | Commit message (Expand) | Author | Files | Lines |
2002-03-08 | Minimize the amount of stuff guarded by ${_USE_RPATH}. | jlam | 1 | -2/+2 |
2002-03-08 | Use some new conventions (changes not user-visible): | jlam | 1 | -5/+11 |
2002-02-26 | Use massively simpler method to filter out libtool archives and get rid | jlam | 1 | -12/+8 |
2002-01-06 | Fix file recognition for "unbuildlink-buildlink-subst" so it recognize | tron | 1 | -2/+2 |
2002-01-03 | Explicitly set BUILDLINK_DIR and BUILDLINK_X11_DIR with = instead of ?=. | jlam | 1 | -2/+2 |
2002-01-01 | Remove trailing \ in the sed expression for config script wrappers as Linux | jlam | 1 | -2/+2 |
2001-11-30 | Create ECHO_BUILDLINK_MSG for printing buildlink diagnostics. It's just | jlam | 1 | -4/+6 |
2001-11-30 | Factor out code that substitutes for text in files into a macro target. | jlam | 1 | -109/+90 |
2001-10-31 | Fix an improper newline in a comment (was <TAB>bing all the way to column 80). | tv | 1 | -2/+3 |
2001-10-29 | On Solaris 7, when `find dir -name foo -name bar' in invoked, only an | jlam | 1 | -9/+9 |
2001-10-25 | Make it easier to debug for the a.out case on an ELF machine. | jlam | 1 | -2/+2 |
2001-10-24 | Rearrange some of the logic to consolidate the code that is a.out-specific. | jlam | 1 | -7/+10 |
2001-10-24 | Make some more variables "private" by prepending with an underscore. | jlam | 1 | -7/+7 |
2001-10-22 | Replace the -and/-or options with -a/-o as the former don't work with | jlam | 1 | -4/+4 |
2001-10-20 | Some Makefiles separate -R and the rpath directory with whitespace, so | jlam | 1 | -2/+2 |
2001-10-09 | Make the variables BUILDLINK_CPPFLAGS and BUILDLINK_LDFLAGS private by | jlam | 1 | -17/+17 |
2001-10-09 | Back out last change that moved the prepending of BUILDLINK_CPPFLAGS and | jlam | 1 | -1/+6 |
2001-10-05 | Prepend "${BUILDLINK_CPPFLAGS}" and "${BUILDLINK_LDFLAGS}" to "${CFLAGS}", | tron | 1 | -6/+1 |
2001-10-05 | Substitute for rpath references to buildlink directories in Makefiles | jlam | 1 | -6/+42 |
2001-10-05 | Move the setting of replace_files within the cookie check so that if it's | jlam | 1 | -25/+27 |
2001-10-05 | Rename some replace_* variables to replace_files. I'm trying to factor | jlam | 1 | -10/+10 |
2001-10-05 | Factor out the pattern representing Makefiles into its own variable | jlam | 1 | -6/+9 |
2001-10-04 | Document the following variables: | jlam | 1 | -5/+38 |
2001-10-04 | Fix typo in previous commit. | jlam | 1 | -2/+2 |
2001-10-03 | Make explicit what the mammoth sed expression in the _BUILDLINK_USE target | jlam | 1 | -5/+12 |
2001-10-03 | Invent new variables: | jlam | 1 | -26/+39 |
2001-10-02 | Factor out the common code for the replace-libnames targets into a variable | jlam | 1 | -54/+51 |
2001-08-22 | Change a = to a += to allow adding to the value of | jlam | 1 | -6/+8 |
2001-07-27 | Add back commented code. | jlam | 1 | -3/+3 |
2001-07-27 | Separate library name replacement into two parts, pre-configure and | jlam | 1 | -7/+39 |
2001-07-27 | On ELF, the linker extracts the soname from the specified libraries to | jlam | 1 | -2/+38 |
2001-07-24 | Add more debugging code to note when a file to be linked can't be found. | jlam | 1 | -1/+4 |
2001-07-23 | Record files that are linked into ${BUILDLINK_DIR} in the cookie files | jlam | 1 | -4/+8 |
2001-07-20 | Make the example buildlink.mk file more complete by showing how | jlam | 1 | -2/+5 |
2001-07-06 | Fix quoting problem in Solaris's "/bin/sh". | tron | 1 | -2/+2 |
2001-07-02 | For aesthetic reasons, sort the *.lai files found during replace-buildlink. | jlam | 1 | -2/+3 |
2001-07-02 | Merge buildlink-fix-libtool-archives and buildlink-fix-config-scripts | jlam | 1 | -41/+25 |
2001-07-01 | Change example to have bsd.buildlink.mk file included at start of a | jlam | 1 | -7/+11 |
2001-06-29 | If USE_BUILDLINK_ONLY is set, then also set USE_CONFIG_WRAPPER | jlam | 1 | -1/+9 |
2001-06-28 | Create new variable BUILDLINK_CONFIG_WRAPPER_SED.<pkgname> that is added | jlam | 1 | -3/+7 |
2001-06-26 | Remove a debugging printf/echo. | jlam | 1 | -2/+1 |
2001-06-26 | Fix bug in the sed expression used to filter out libtool archives. It was | jlam | 1 | -2/+3 |
2001-06-26 | Add code, similar to REPLACE_NCURSES, called REPLACE_BUILDLINK, that | jlam | 1 | -3/+30 |
2001-06-23 | Factor out the sed expression used to fix libtool archives into a variable, | jlam | 1 | -3/+6 |
2001-06-21 | Add code that runs at post-build time to fix references to ${BUILDLINK_DIR} | jlam | 1 | -1/+23 |
2001-06-20 | Relax libtool archive regexp to match more .la files. | jlam | 1 | -2/+2 |
2001-06-20 | Filter out libtool archive files from being linked into ${BUILDLINK_DIR} | jlam | 1 | -3/+7 |
2001-06-19 | Add BUILDLINK_DIR to the CONFIGURE_ENV and MAKE_ENV automatically. | jlam | 1 | -1/+3 |
2001-06-18 | On some platforms, /bin/sh is feebler than NetBSD's /bin/sh with respect to | jlam | 1 | -4/+9 |
2001-06-18 | Move the MKDIR line to after we test if the source file exists or not, so | jlam | 1 | -2/+2 |