Changeset 894eec3


Ignore:
Timestamp:
05/01/2021 03:29:31 PM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, legacy, trunk
Children:
cfdb089
Parents:
203e4c2
Message:

Add a forgotten $(Q) in BLFS/Makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/Makefile

    r203e4c2 r894eec3  
    206206        @echo Getting the BLFS book sources...
    207207        $(Q)git clone $(GIT) $@
    208         if [ $(BLFS-BRANCH) != trunk ]; then \
     208        $(Q)if [ $(BLFS-BRANCH) != trunk ]; then \
    209209            cd $@ && \
    210210            git checkout $(BLFS-BRANCH); \
Note: See TracChangeset for help on using the changeset viewer.