Closed GoogleCodeExporter closed 9 years ago
OK for point 1
Original comment by yann.col...@gmail.com
on 6 Feb 2014 at 10:22
For point 2 (regarding CC),
I would need a link to a documentation which state your recommendation
regarding CC usage,
and then some test to validate it works in real life environment.
Regards
Original comment by yann.col...@gmail.com
on 6 Feb 2014 at 10:25
All gmake tutorials say this, here for example it says that $(CC) is in an
implicit rule to compile C:
http://www.tutorialspoint.com/makefile/makefile_macros.htm
Also here is how your Makefile was ported to FreeBSD:
https://svn0.us-west.freebsd.org/ports/head/archivers/lz4/files/patch-Makefile
Original comment by yuriv...@gmail.com
on 6 Feb 2014 at 11:10
OK, thanks for the links and detailed instructions.
Another question :
what is the purpose of this line :
CC:=$(CC)
Isn't it the same as no line at all ?
Original comment by yann.col...@gmail.com
on 27 Feb 2014 at 8:28
Fixed into r114
Original comment by yann.col...@gmail.com
on 12 Mar 2014 at 2:57
Original issue reported on code.google.com by
yuriv...@gmail.com
on 6 Feb 2014 at 10:18