cookutils diff cooks @ 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 1520231a65c2
children
line diff
     1.1 --- a/cooks	Mon Jan 09 04:37:12 2017 +0200
     1.2 +++ b/cooks	Thu Dec 07 14:31:28 2017 +0200
     1.3 @@ -33,6 +33,6 @@
     1.4  	[ -d "$WOK/$i" ] && cook $i
     1.5  done
     1.6  
     1.7 -# TODO: check the "split quality": whether the file belongs to a few (or no one) packages
     1.8 +# TODO: check the "split quality": whether the file belongs to a few (or not one) packages
     1.9  
    1.10  exit 0