make dryclean: Sort names

This commit is contained in:
Eelco Dolstra 2013-12-16 16:51:05 +01:00
parent a630635d7f
commit e81b82a2cf
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ clean:
$(QUIET) rm -fv -- $(clean_files)
dryclean:
@for i in $(clean_files); do if [ -e $$i ]; then echo $$i; fi; done
@for i in $(clean_files); do if [ -e $$i ]; then echo $$i; fi; done | sort