mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Manual: make sure output folder exists to fix -j.
Change-Id: Ic8a36f8e4e39bf03cb88204d90e89c822e51034e
This commit is contained in:
parent
0adc32d079
commit
b4a0968667
1 changed files with 3 additions and 0 deletions
|
@ -44,14 +44,17 @@ $(OBJDIR)/$(MANFILE).tex:
|
||||||
|
|
||||||
$(OBJDIR)/CREDITS.tex: $(DOCSDIR)/CREDITS
|
$(OBJDIR)/CREDITS.tex: $(DOCSDIR)/CREDITS
|
||||||
@echo "processing $(notdir $^)"
|
@echo "processing $(notdir $^)"
|
||||||
|
$(SILENT)mkdir -p $(OBJDIR)
|
||||||
$(SILENT)perl credits.pl < $(DOCSDIR)/CREDITS > $@
|
$(SILENT)perl credits.pl < $(DOCSDIR)/CREDITS > $@
|
||||||
|
|
||||||
$(OBJDIR)/version.tex:
|
$(OBJDIR)/version.tex:
|
||||||
@echo "creating $(notdir $@)"
|
@echo "creating $(notdir $@)"
|
||||||
|
$(SILENT)mkdir -p $(OBJDIR)
|
||||||
$(SILENT)printf "%s%%" $(VERSION) > $@
|
$(SILENT)printf "%s%%" $(VERSION) > $@
|
||||||
|
|
||||||
$(OBJDIR)/features.tex: $(ROOTDIR)/apps/features.txt
|
$(OBJDIR)/features.tex: $(ROOTDIR)/apps/features.txt
|
||||||
@echo "processing $(notdir $^)"
|
@echo "processing $(notdir $^)"
|
||||||
|
$(SILENT)mkdir -p $(OBJDIR)
|
||||||
$(SILENT)mkdir -p `dirname $@`
|
$(SILENT)mkdir -p `dirname $@`
|
||||||
$(SILENT) for f in \
|
$(SILENT) for f in \
|
||||||
$$(cat $< | $(HOSTCC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) \
|
$$(cat $< | $(HOSTCC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue