Add a forgotten $(Q) in BLFS/Makefile
This commit is contained in:
parent
203e4c2697
commit
894eec328d
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ $(LFS_XML):
|
|||
$(BLFS_XML):
|
||||
@echo Getting the BLFS book sources...
|
||||
$(Q)git clone $(GIT) $@
|
||||
if [ $(BLFS-BRANCH) != trunk ]; then \
|
||||
$(Q)if [ $(BLFS-BRANCH) != trunk ]; then \
|
||||
cd $@ && \
|
||||
git checkout $(BLFS-BRANCH); \
|
||||
fi
|
||||
|
|
Reference in a new issue