Lines Matching +full:- +full:rf

9 echo "Creating ${PETSC_DIR}/PETSc-OSX.dmg from frameworks in ${PETSC_DIR}/arch-osx-release and debug/PETSc-OSX and ${PETSC_DIR}/PETSc.docset"
12 rm -rf pack.temp.dmg tempsource ${PETSC_DIR}/PETSc-OSX.dmg
14 cp -r ${PETSC_DIR}/arch-osx-release/PETSc-OSX tempsource
15 cp -r ${PETSC_DIR}/arch-osx-debug/PETSc-OSX tempsource
16 cp -r ${PETSC_DIR}/PETSc.docset tempsource
17 cp -r ${PETSC_DIR}/systems/Apple/OSX/examples tempsource/PETSc-OSX.examples
21 cp ${PETSC_DIR}/src/snes/tutorials/ex19.c tempsource/PETSc-OSX.examples/PETSc\ command\ line\ example/PETSc\ command\ line\ example
22 sed -i "" s?../../../../../../src/snes/tutorials/??g tempsource/PETSc-OSX.examples/PETSc\ command\ line\ example/PETSc\ command\ line\ example/main.c
23 cp ${PETSC_DIR}/src/snes/tutorials/ex19.c tempsource/PETSc-OSX.examples/PETSc\ cocoa\ example/PETSc\ cocoa\ example
24 sed -i "" s?../../../../../../src/snes/tutorials/??g tempsource/PETSc-OSX.examples/PETSc\ cocoa\ example/PETSc\ cocoa\ example/AppDelegate.m
26 let size=`du -c tempsource | tail -1 | cut -f1`
29 hdiutil create -srcfolder tempsource -volname PETSc -fs HFS+ -fsargs "-c c=64,a=16,e=16" -format UDRW -size ${size}k pack.temp.dmg
31 device=`hdiutil attach -readwrite -noverify -noautoopen "pack.temp.dmg" | head -1 | cut -f1`
41 make new alias file at container window to POSIX file \"/Library/Frameworks\" with properties {name:\"Copy in PETSc-OSX\"}
43 make new alias file at container window to (path to home folder) with properties {name:\"Copy in PETSc-OSX.examples\"}
53 hdiutil convert "pack.temp.dmg" -format UDZO -imagekey zlib-level=9 -o ${PETSC_DIR}/PETSc-OSX.dmg
54 rm -rf pack.temp.dmg tempsource