summaryrefslogtreecommitdiff
path: root/pkgtools/libnbcompat/inplace.mk
AgeCommit message (Collapse)AuthorFilesLines
2009-08-17Pass down MAKE_ENV when calling make for inplace builds.joerg1-3/+3
2008-02-22Introduce a variable, LIBNBCOMPAT_USE_PIC, which if set to yes beforetnn1-6/+26
including inplace.mk causes a PIC version of libnbcompat to be built alongside the regular static libnbcompat. This will be used to extend the features framework in two ways: 1) Support linking features into shared modules 2) Ability to cherry-pick individual objects to link from the libnbcompat build directory rather than linking the whole archive.
2007-11-20At some place, it should be documented why libnbcompat is _not_rillig1-1/+5
installed as a shared library but rebuilt for every package that needs a certain feature. That place is either here or in files/README.
2007-11-20Inform the user when configuring libnbcompat. While here, fixed somerillig1-3/+4
quoting issues. (They never caused anything to fail, but who knows what will happen in the future?)
2007-09-08Convert to use the features framework.jlam1-8/+7
2007-08-02Include "bsd.prefs.mk" to avoid error messages from e.g. "pkg_chk".tron1-1/+3
Fix suggested by Joerg Sonnenberger.
2007-08-01Allow libnbcompat to be used in cross-compiled packages.joerg1-2/+8
Supported-by: Google SoC 2007.
2007-07-27No need to use the -p flag to cp(1) here.tnn1-2/+2
2004-08-13Add a Makefile fragment that can be used in place ofjlam1-0/+27
libnbcompat/buildlink3.mk where it is included. This can be used to build a bootstrap package without needing to install libnbcompat.