# HG changeset patch # User Paul Issott # Date 1487410338 0 # Node ID 3f0ca4492ec7409fdffbda2497f2cdec92e1e5b6 # Parent 9611369825b98cc39fcfa7ee57fd0425ba42f15b Tiny edits (start to tidy repos) diff -r 9611369825b9 -r 3f0ca4492ec7 cooks --- a/cooks Fri Feb 17 00:58:43 2017 +0100 +++ b/cooks Sat Feb 18 09:32:18 2017 +0000 @@ -33,6 +33,6 @@ [ -d "$WOK/$i" ] && cook $i done -# TODO: check the "split quality": whether the file belongs to a few (or no one) packages +# TODO: check the "split quality": whether the file belongs to a few (or not one) packages exit 0 diff -r 9611369825b9 -r 3f0ca4492ec7 cross --- a/cross Fri Feb 17 00:58:43 2017 +0100 +++ b/cross Sat Feb 18 09:32:18 2017 +0000 @@ -205,7 +205,7 @@ mkdir -p $sysroot/usr/include/gnu touch $sysroot/usr/include/gnu/stubs.h - # Fixe error: bits/stdio_lim.h not found + # Fix error: bits/stdio_lim.h not found #cp bits/stdio_lim.h $sysroot/usr/include/bits cp /usr/include/bits/stdio_lim.h $sysroot/usr/include/bits } diff -r 9611369825b9 -r 3f0ca4492ec7 modules/compressor --- a/modules/compressor Fri Feb 17 00:58:43 2017 +0100 +++ b/modules/compressor Sat Feb 18 09:32:18 2017 +0000 @@ -346,7 +346,7 @@ } -# Normalize all *.mo files: unconditionally convert to UTF-8; remove strings that are not really added +# Normalize all *.mo files: unconditionally convert to UTF-8; remove strings that are not really necessary # to the translation (msgid = msgstr) # Normalization can be disabled with COOKOPTS="!monorm"