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):
|
$(BLFS_XML):
|
||||||
@echo Getting the BLFS book sources...
|
@echo Getting the BLFS book sources...
|
||||||
$(Q)git clone $(GIT) $@
|
$(Q)git clone $(GIT) $@
|
||||||
if [ $(BLFS-BRANCH) != trunk ]; then \
|
$(Q)if [ $(BLFS-BRANCH) != trunk ]; then \
|
||||||
cd $@ && \
|
cd $@ && \
|
||||||
git checkout $(BLFS-BRANCH); \
|
git checkout $(BLFS-BRANCH); \
|
||||||
fi
|
fi
|
||||||
|
|
Reference in a new issue