Change an @ command in BLFS Makefile to honour $(Q) variable

This commit is contained in:
Pierre Labastie 2012-03-23 15:56:02 +00:00
parent 18c1c950ea
commit 3c2e2885b1

View file

@ -75,7 +75,7 @@ $(TRACKFILE): $(TRACKING_DIR)
/bin/echo -e '$(INITIAL_TRACK)' > $@ && \
$(MAKE) $(PACK_LIST); \
fi
@for track in $(TRACKING_DIR)/*-*; do \
$(Q)for track in $(TRACKING_DIR)/*-*; do \
if [ -f $$track ]; then \
pack=$$(echo $$track | sed 's@.*/\(.*\)-[0-9c].*@\1@') && \
version=$$(echo $$track | sed 's@.*-\([0-9c].*\)@\1@') && \