forked from len0rd/rockbox
genlang needs perl -s, and I added some files to the clean target
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2359 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
45b4a4d891
commit
28185e60be
1 changed files with 3 additions and 2 deletions
|
@ -76,7 +76,7 @@ $(OBJDIR)/build.lang: lang/$(LANGUAGE).lang
|
|||
perl ../tools/uplang lang/english.lang $< > $@
|
||||
|
||||
$(OBJDIR)/lang.o: $(OBJDIR)/build.lang
|
||||
perl ../tools/genlang -p=$(OBJDIR)/lang $<
|
||||
perl -s ../tools/genlang -p=$(OBJDIR)/lang $<
|
||||
$(CC) $(CFLAGS) -c $(OBJDIR)/lang.c -o $@
|
||||
|
||||
dist:
|
||||
|
@ -84,7 +84,8 @@ dist:
|
|||
|
||||
clean:
|
||||
-rm -f $(OBJS) $(OBJDIR)/$(OUTNAME) $(OBJDIR)/archos.asm \
|
||||
$(OBJDIR)/archos.bin $(OBJDIR)/archos.elf $(OBJDIR)/archos.map
|
||||
$(OBJDIR)/archos.bin $(OBJDIR)/archos.elf $(OBJDIR)/archos.map \
|
||||
$(OBJDIR)/lang.o $(OBJDIR)/build.lang $(OBJDIR)/lang.[ch]
|
||||
-$(RM) -r $(OBJDIR)/$(DEPS)
|
||||
|
||||
DEPS:=.deps
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue