Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   manu
Date:           Sun Jun 18 03:56:39 UTC 2017

Modified Files:
        src/distrib/utils/libhack: Makefile Makefile.inc
        src/lib/libc/gen: getcap.c

Log Message:
Make shared -DSMALL libc buildable without breaking libhack

We used -DSMALL to exclude code from libc in order to build
libhack. Introduce -DLIBHACK to do this without so that
-DSMALL does not remove code necessary for building a shared libc


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/distrib/utils/libhack/Makefile
cvs rdiff -u -r1.26 -r1.27 src/distrib/utils/libhack/Makefile.inc
cvs rdiff -u -r1.56 -r1.57 src/lib/libc/gen/getcap.c

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