mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Use numeric user-ids to make the ls output more predictable (fixes a problem where a user would have a space in their name).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16405 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
313a6d6c2b
commit
497d17de3b
1 changed files with 1 additions and 1 deletions
|
|
@ -37,4 +37,4 @@ $(OBJDIR)/%.lng : %.lang $(FEATS)
|
||||||
|
|
||||||
$(HEADER): $(OUTP)
|
$(HEADER): $(OUTP)
|
||||||
$(call PRINTS,Make $(HEADER))
|
$(call PRINTS,Make $(HEADER))
|
||||||
$(SILENT)echo "#define MAX_LANGUAGE_SIZE `ls -l $(OBJDIR)/* | awk '{print $$5}' | sort -n | tail -1`" > $(HEADER)
|
$(SILENT)echo "#define MAX_LANGUAGE_SIZE `ls -n $(OBJDIR)/* | awk '{print $$5}' | sort -n | tail -1`" > $(HEADER)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue