summaryrefslogtreecommitdiff
path: root/mk/bsd.buildlink.mk
AgeCommit message (Expand)AuthorFilesLines
2002-08-05revert previous as it is borken. per testing by me and discussion with jaromir.lukem1-2/+2
2002-08-04fix \ botch - need double \ to get the the \ properly generatedjdolecek1-2/+2
2002-04-25If we are using the config script wrappers, we prepend their locationjlam1-1/+9
2002-03-20Modify the generated wrapper script to honor the exit code of the wrappee.jlam1-3/+6
2002-03-20Disable the code added in the previous commit. It seems to be causingjlam1-1/+6
2002-03-18_LIBTOOL_ARCHIVE_TRANSFORM creates $${dest} from $${file}, wherejlam1-3/+20
2002-03-08Minimize the amount of stuff guarded by ${_USE_RPATH}.jlam1-2/+2
2002-03-08Use some new conventions (changes not user-visible):jlam1-5/+11
2002-02-26Use massively simpler method to filter out libtool archives and get ridjlam1-12/+8
2002-01-06Fix file recognition for "unbuildlink-buildlink-subst" so it recognizetron1-2/+2
2002-01-03Explicitly set BUILDLINK_DIR and BUILDLINK_X11_DIR with = instead of ?=.jlam1-2/+2
2002-01-01Remove trailing \ in the sed expression for config script wrappers as Linuxjlam1-2/+2
2001-11-30Create ECHO_BUILDLINK_MSG for printing buildlink diagnostics. It's justjlam1-4/+6
2001-11-30Factor out code that substitutes for text in files into a macro target.jlam1-109/+90
2001-10-31Fix an improper newline in a comment (was <TAB>bing all the way to column 80).tv1-2/+3
2001-10-29On Solaris 7, when `find dir -name foo -name bar' in invoked, only anjlam1-9/+9
2001-10-25Make it easier to debug for the a.out case on an ELF machine.jlam1-2/+2
2001-10-24Rearrange some of the logic to consolidate the code that is a.out-specific.jlam1-7/+10
2001-10-24Make some more variables "private" by prepending with an underscore.jlam1-7/+7
2001-10-22Replace the -and/-or options with -a/-o as the former don't work withjlam1-4/+4
2001-10-20Some Makefiles separate -R and the rpath directory with whitespace, sojlam1-2/+2
2001-10-09Make the variables BUILDLINK_CPPFLAGS and BUILDLINK_LDFLAGS private byjlam1-17/+17
2001-10-09Back out last change that moved the prepending of BUILDLINK_CPPFLAGS andjlam1-1/+6
2001-10-05Prepend "${BUILDLINK_CPPFLAGS}" and "${BUILDLINK_LDFLAGS}" to "${CFLAGS}",tron1-6/+1
2001-10-05Substitute for rpath references to buildlink directories in Makefilesjlam1-6/+42
2001-10-05Move the setting of replace_files within the cookie check so that if it'sjlam1-25/+27
2001-10-05Rename some replace_* variables to replace_files. I'm trying to factorjlam1-10/+10
2001-10-05Factor out the pattern representing Makefiles into its own variablejlam1-6/+9
2001-10-04Document the following variables:jlam1-5/+38
2001-10-04Fix typo in previous commit.jlam1-2/+2
2001-10-03Make explicit what the mammoth sed expression in the _BUILDLINK_USE targetjlam1-5/+12
2001-10-03Invent new variables:jlam1-26/+39
2001-10-02Factor out the common code for the replace-libnames targets into a variablejlam1-54/+51
2001-08-22Change a = to a += to allow adding to the value ofjlam1-6/+8
2001-07-27Add back commented code.jlam1-3/+3
2001-07-27Separate library name replacement into two parts, pre-configure andjlam1-7/+39
2001-07-27On ELF, the linker extracts the soname from the specified libraries tojlam1-2/+38
2001-07-24Add more debugging code to note when a file to be linked can't be found.jlam1-1/+4
2001-07-23Record files that are linked into ${BUILDLINK_DIR} in the cookie filesjlam1-4/+8
2001-07-20Make the example buildlink.mk file more complete by showing howjlam1-2/+5
2001-07-06Fix quoting problem in Solaris's "/bin/sh".tron1-2/+2
2001-07-02For aesthetic reasons, sort the *.lai files found during replace-buildlink.jlam1-2/+3
2001-07-02Merge buildlink-fix-libtool-archives and buildlink-fix-config-scriptsjlam1-41/+25
2001-07-01Change example to have bsd.buildlink.mk file included at start of ajlam1-7/+11
2001-06-29If USE_BUILDLINK_ONLY is set, then also set USE_CONFIG_WRAPPERjlam1-1/+9
2001-06-28Create new variable BUILDLINK_CONFIG_WRAPPER_SED.<pkgname> that is addedjlam1-3/+7
2001-06-26Remove a debugging printf/echo.jlam1-2/+1
2001-06-26Fix bug in the sed expression used to filter out libtool archives. It wasjlam1-2/+3
2001-06-26Add code, similar to REPLACE_NCURSES, called REPLACE_BUILDLINK, thatjlam1-3/+30
2001-06-23Factor out the sed expression used to fix libtool archives into a variable,jlam1-3/+6