Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/share/mk



Module Name:    src
Committed By:   lukem
Date:           Wed Aug  4 08:00:27 UTC 2004

Modified Files:
        src/share/mk: bsd.lib.mk

Log Message:
Implement LIBDPLIBS, which is a list of the tuples:
        libname  path-to-srcdir-of-libname

For each tuple;
     *  LIBDO.libname contains the .OBJDIR of the library `libname', and
        if it is not set it is determined from the srcdir and added to
        MAKEOVERRIDES (the latter is to allow for build time optimization).
     *  LDADD gets  -L${LIBDO.libname} -llibname    added.
     *  DPADD gets  ${LIBDO.libname}/liblibname.so  added.


To generate a diff of this commit:
cvs rdiff -r1.255 -r1.256 src/share/mk/bsd.lib.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index