From 497d17de3b1b2e522055d3666f8470e3e1074da4 Mon Sep 17 00:00:00 2001 From: Jonas Häggqvist Date: Sun, 24 Feb 2008 13:31:59 +0000 Subject: 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 --- apps/lang/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/lang/Makefile b/apps/lang/Makefile index aae05635e3..5be467980b 100644 --- a/apps/lang/Makefile +++ b/apps/lang/Makefile @@ -37,4 +37,4 @@ $(OBJDIR)/%.lng : %.lang $(FEATS) $(HEADER): $(OUTP) $(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) -- cgit v1.2.3