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/sansapatcher | |
| parent | 47d857981a006518f34082d9a040b5146f571ca9 (diff) | |
| download | rockbox-34213c388bce18de3e5a609a3be5b4dfa075fee6.zip rockbox-34213c388bce18de3e5a609a3be5b4dfa075fee6.tar.gz rockbox-34213c388bce18de3e5a609a3be5b4dfa075fee6.tar.bz2 rockbox-34213c388bce18de3e5a609a3be5b4dfa075fee6.tar.xz | |
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/sansapatcher')
| -rw-r--r-- | rbutil/sansapatcher/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rbutil/sansapatcher/Makefile b/rbutil/sansapatcher/Makefile index 06ea7b0..be764c9 100644 --- a/rbutil/sansapatcher/Makefile +++ b/rbutil/sansapatcher/Makefile @@ -35,8 +35,8 @@ sansapatcher-mac: sansapatcher-i386 sansapatcher-ppc lipo -create sansapatcher-ppc sansapatcher-i386 -output sansapatcher-mac sansapatcher.dmg: sansapatcher-mac - mkdir sansapatcher-dmg - cp sansapatcher-mac sansapatcher-dmg/sansapatcher + mkdir -p sansapatcher-dmg + cp -p sansapatcher-mac sansapatcher-dmg/sansapatcher hdiutil create -srcfolder sansapatcher-dmg sansapatcher.dmg sansapatcher-i386: main.c sansapatcher.c sansaio-posix.c parttypes.h bootimg_c200.c bootimg_e200.c |