diff options
author | Dave Chapman <dave@dchapman.com> | 2009-07-11 22:50:22 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2009-07-11 22:50:22 +0000 |
commit | 34213c388bce18de3e5a609a3be5b4dfa075fee6 (patch) | |
tree | b11ce6528419ab448c627e61736f9a9e0d77340a /rbutil/e200rpatcher | |
parent | 47d857981a006518f34082d9a040b5146f571ca9 (diff) | |
download | rockbox-34213c388bce18de3e5a609a3be5b4dfa075fee6.tar.gz rockbox-34213c388bce18de3e5a609a3be5b4dfa075fee6.zip |
Small tweaks to r21778/r21779 - use -p for both mkdir and cp commands in dmg creation rule
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21793 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'rbutil/e200rpatcher')
-rw-r--r-- | rbutil/e200rpatcher/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rbutil/e200rpatcher/Makefile b/rbutil/e200rpatcher/Makefile index 8ca0b0aad0..dfe5c1e037 100644 --- a/rbutil/e200rpatcher/Makefile +++ b/rbutil/e200rpatcher/Makefile @@ -33,8 +33,8 @@ e200rpatcher-mac: e200rpatcher-i386 e200rpatcher-ppc lipo -create e200rpatcher-ppc e200rpatcher-i386 -output e200rpatcher-mac e200rpatcher.dmg: e200rpatcher-mac - mkdir e200rpatcher-dmg - cp e200rpatcher-mac e200rpatcher-dmg + mkdir -p e200rpatcher-dmg + cp -p e200rpatcher-mac e200rpatcher-dmg hdiutil create -srcfolder e200rpatcher-dmg e200rpatcher.dmg e200rpatcher-i386: e200rpatcher.c bootimg.c usb.h libusb-i386.a |