cookutils diff modules/compressor @ rev 1019
cook: add fix() to use '--as-needed' linker flag in compile_rules(); cookit(): make QA fail on empty vars / bad values; remove_already_packed(): fix bug when $PACKAGE not listed in $SPLIT and we use this function for the default set. lighttpd/index.cgi: sort orphans. modules/precheck: separate error message by empty lines.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Dec 07 14:31:28 2017 +0200 (2017-12-07) |
parents | 8190be7ad294 |
children | dc7238a11470 |
line diff
1.1 --- a/modules/compressor Mon Nov 06 02:53:05 2017 +0200 1.2 +++ b/modules/compressor Thu Dec 07 14:31:28 2017 +0200 1.3 @@ -15,7 +15,7 @@ 1.4 # Cache notes. 1.5 # Do not do the same job twice. Getting the file from the cache is much faster 1.6 # than compressing the file one more time. In addition, this cache is trying not 1.7 -# to take extra space, using the hardlinks. Although the files from the cache 1.8 +# to take extra space using the hardlinks. Although the files from the cache 1.9 # without reference to itself should be removed periodically. 1.10 1.11