Clean up zlib's build script
View options
- Truncate descriptions
We should clean up the compile and link flags zlib build script:
-
CFLAGS
andLDFLAGS
seem to be unused, ratherLOC
is taken to define those. - Given 1) we could just assign the relevant flags to
LOC
and omitCFLAGS
andLDFLAGS
entirely AND we can omit spellingLOC
out twice (once in themake
command and once in themake install
command). - While we are at it, just doing a
make install
might be enough. - No need to hard-code
-j4
.
- Show labels
- Show closed items