Changeset 9eb3dbe for BLFS


Ignore:
Timestamp:
08/30/2023 06:04:38 PM (13 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, trunk
Children:
0861416
Parents:
4ba94ad
Message:

Don't build Xorg components that are commented out

gen-special.sh uses the list of files and md5 from the
cat instructions to generate an xml page for each of
the individual components. Until now, there were no commented
out component, so gen-special.sh was not prepared to handle
comments. Now, it removes lines containing comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/gen-special.sh

    r4ba94ad r9eb3dbe  
    117117# that the preceding package is a dependency of the following,
    118118# except the first.
    119   list_cat="$(sed -n '/>cat/,/EOF</p' $file | grep -v 'cat\|EOF' |
     119  list_cat="$(sed -n '/>cat/,/EOF</p' $file | grep -v 'cat\|EOF\|#' |
    120120              awk '{ print $NF }' | sed 's/-&.*//')"
    121121
Note: See TracChangeset for help on using the changeset viewer.