CVS commit: src/lib/libc/gen
"Robert Elz" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: kre Date: Sat Jul 11 03:53:40 UTC 2026 Modified Files: src/lib/libc/gen: Makefile.inc Log Message: Cause src/lib/libc/get/sysctl.o to depend upon /dev/null This is ugly in the extreme, unreliable really, and just bad. Yet it seems to be reasonably effective in causing sysctl.o to be rebuilt every time libc is being rebuilt (which is an aim). There surely must be a better way. If someone knows what that is, and it actually works, please replace this with that better way. To generate a diff of this commit: cvs rdiff -u -r1.230 -r1.231 src/lib/libc/gen/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.