lp:pmake
- Get this branch:
- bzr branch lp:pmake
Branch information
Import details
This branch is an import of the CVS module src/usr.bin/make from :pserver:anoncvs:anoncvs@anoncvs.NetBSD.org:/cvsroot.
Last successful import was .
Recent revisions
- 4964. By rillig
-
make: remove obsolete comments, clean up comments and identifiers
No binary change, except for the line numbers in assertions.
- 4959. By rillig
-
make: fix lint warning about strchr
main.c(416): warning:
call to 'strchr' effectively discards 'const' from argument [346]Even though C23 turns strchr into a const-generic function, it doesn't
do the same for strtol, so use separate pointers for the current parsing
position and the end of a number, as their constness differs. - 4955. By mrg
-
add explicit cast for long -> int truncation warning-as-error.
as this is number of CPUs, i don't think we have to care about
it for a long, long, *long* time...
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)