add quotes
This commit is contained in:
parent
7149faf947
commit
52201d5382
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -126,7 +126,7 @@ distdirminified: distdir
|
|||
|
||||
size: $(PROGNAME)
|
||||
size: SIZEFILES = $(PROGNAME) $(filter-out $(VSCFILES) COPYING,$(EXTRAFILES))
|
||||
size: SIZEINFOS = ("; printf $$1; print ", soit $(shell echo $(SIZEFILES) | sed 's/ /, /g'))"
|
||||
size: SIZEINFOS = ("; printf $$1; print ", soit `$(shell echo $(SIZEFILES) | sed 's/ /`, `/g')`)"
|
||||
size:
|
||||
@$(DU) --total $(SIZEFILES) | \
|
||||
$(TAIL) -n 1 | \
|
||||
|
|
Reference in a new issue