diff options
author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2009-11-29 21:35:03 +0000 |
---|---|---|
committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2009-11-29 21:35:03 +0000 |
commit | eed9ab72386f6a11c84cd85fcbf6d1a576f0ac83 (patch) | |
tree | a7f530bafefb83a8d9f118f351cc111e1fa12b57 /manual | |
parent | f71c9345c11acf4b222bc5fe5eb8755a6992d8d5 (diff) | |
download | rockbox-eed9ab72386f6a11c84cd85fcbf6d1a576f0ac83.tar.gz rockbox-eed9ab72386f6a11c84cd85fcbf6d1a576f0ac83.zip |
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
Diffstat (limited to 'manual')
-rw-r--r-- | manual/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/Makefile b/manual/Makefile index 6a52af1024..b0eee3df3c 100644 --- a/manual/Makefile +++ b/manual/Makefile | |||
@@ -22,7 +22,7 @@ manual-prep: rockbox.tex | |||
22 | @if [ "$(OBJDIR)" = "" ]; then echo Run make in you build directory!; false; fi | 22 | @if [ "$(OBJDIR)" = "" ]; then echo Run make in you build directory!; false; fi |
23 | @mkdir -p $(OBJDIR) | 23 | @mkdir -p $(OBJDIR) |
24 | @find * -type d \! -regex '.*\.svn.*' -exec mkdir -p $(OBJDIR)/{} \; | 24 | @find * -type d \! -regex '.*\.svn.*' -exec mkdir -p $(OBJDIR)/{} \; |
25 | @find * -type f \! -regex '.*\.svn.*' -exec cp -u {} $(OBJDIR)/{} \; | 25 | @find * -type f \! -regex '.*\.svn.*' -exec cp {} $(OBJDIR)/{} \; |
26 | @printf "%s%%" $(VERSION) > $(OBJDIR)/version.tex | 26 | @printf "%s%%" $(VERSION) > $(OBJDIR)/version.tex |
27 | @perl credits.pl < $(DOCSDIR)/CREDITS > $(OBJDIR)/CREDITS.tex | 27 | @perl credits.pl < $(DOCSDIR)/CREDITS > $(OBJDIR)/CREDITS.tex |
28 | @printf "\\\\newcommand{\\\\platform}{${MANUALDEV}}\n" > $(OBJDIR)/$(MANFILE).tex | 28 | @printf "\\\\newcommand{\\\\platform}{${MANUALDEV}}\n" > $(OBJDIR)/$(MANFILE).tex |