Changeset 1352172 for Config.in


Ignore:
Timestamp:
11/13/2023 12:44:32 PM (10 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, trunk
Children:
645ec47
Parents:
74601a7 (diff), 5ed69f8 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' into xry111/parallelism

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Config.in

    r74601a7 r1352172  
    565565        default n
    566566
    567     config    DEL_LA_FILES
    568         bool "Remove libtool .la files"
    569         default y
    570         help
    571             #-- Remove files libxxx.la installed by libtool. For a rationale
    572             #   see https://blog.flameeyes.eu/tags/lafiles/
    573 
    574567    config    NO_PROGRESS_BAR
    575568        bool "DO NOT use/display progress_bar"
     
    620613            #   The config file will be copied to ${BUILD_DIR}/sources
    621614            #   and renamed 'kernel-config'
     615            #
     616            #   Important: if the config file is out of date (missing
     617            #   option), the kernel build will timeout instead of
     618            #   waiting forever for an input. This will generate error
     619            #   124. In this case, update your config file,
     620            #   copy it to $BUILD_DIR/sources/kernel-config, and
     621            #   restart the build.
    622622    #--- End Kernel
    623623
     
    962962            default "unpacked"
    963963
     964        config    DEL_LA_FILES
     965            bool "Remove libtool .la files"
     966            default y
     967            help
     968                #-- Remove files libxxx.la installed by libtool. Only set to
     969                #   "n" if you know what you are doing. For a rationale
     970                #   see https://blog.flameeyes.eu/tags/lafiles/
     971
    964972    #--- End Internal Settings
    965973    endmenu
Note: See TracChangeset for help on using the changeset viewer.