Closed GoogleCodeExporter closed 8 years ago
Original comment by yann.col...@gmail.com
on 5 Jan 2014 at 10:31
Good point.
Although, as a minor detail, I thought that :
CFLAGS += -I. -std=c99 -Wall -W -Wundef -DLZ4_VERSION=\"$(RELEASE)\"
would do the same thing.
Original comment by yann.col...@gmail.com
on 5 Jan 2014 at 10:33
I think so too, but ISTR the approach in my patch is more portable than +=.
Original comment by vsky...@gmail.com
on 5 Jan 2014 at 10:45
Nevermind, I seem to remember wrong, += is probably better after all :)
Original comment by vsky...@gmail.com
on 5 Jan 2014 at 10:50
OK
The attached file (rc 111) should behave as you ask.
Note that the directory structure has evolved since r110, therefore there are
now 2 makefiles (but the one at the root can be used to order the one into
programs, so that simple commands such as make all, make install, make clean,
still work as before).
Original comment by yann.col...@gmail.com
on 6 Jan 2014 at 2:14
Attachments:
fixed into r111
Original comment by yann.col...@gmail.com
on 7 Jan 2014 at 6:53
Original issue reported on code.google.com by
vsky...@gmail.com
on 5 Jan 2014 at 9:42Attachments: