forked from len0rd/rockbox
cp on OS X doesn't know the option -u. It isn't really needed, so simply remove it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23792 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f71c9345c1
commit
eed9ab7238
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ manual-prep: rockbox.tex
|
||||||
@if [ "$(OBJDIR)" = "" ]; then echo Run make in you build directory!; false; fi
|
@if [ "$(OBJDIR)" = "" ]; then echo Run make in you build directory!; false; fi
|
||||||
@mkdir -p $(OBJDIR)
|
@mkdir -p $(OBJDIR)
|
||||||
@find * -type d \! -regex '.*\.svn.*' -exec mkdir -p $(OBJDIR)/{} \;
|
@find * -type d \! -regex '.*\.svn.*' -exec mkdir -p $(OBJDIR)/{} \;
|
||||||
@find * -type f \! -regex '.*\.svn.*' -exec cp -u {} $(OBJDIR)/{} \;
|
@find * -type f \! -regex '.*\.svn.*' -exec cp {} $(OBJDIR)/{} \;
|
||||||
@printf "%s%%" $(VERSION) > $(OBJDIR)/version.tex
|
@printf "%s%%" $(VERSION) > $(OBJDIR)/version.tex
|
||||||
@perl credits.pl < $(DOCSDIR)/CREDITS > $(OBJDIR)/CREDITS.tex
|
@perl credits.pl < $(DOCSDIR)/CREDITS > $(OBJDIR)/CREDITS.tex
|
||||||
@printf "\\\\newcommand{\\\\platform}{${MANUALDEV}}\n" > $(OBJDIR)/$(MANFILE).tex
|
@printf "\\\\newcommand{\\\\platform}{${MANUALDEV}}\n" > $(OBJDIR)/$(MANFILE).tex
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue