| /jds/indiana-docs/trunk/opensolaris-welcome/ |
| opensolaris-icons-copy.sh | 14 /bin/mkdir -p "$MARKER_DIR" 17 /bin/mkdir -p "$DESKTOP_DIR" 24 /bin/mkdir -p "$MARKER_DIR"
|
| /jds/libgnometsol/trunk/ |
| mkinstalldirs | 72 # Solaris 8's mkdir -p isn't thread-safe. If you mkdir -p a/b and 73 # mkdir -p a/c at the same time, both will detect that a is missing, 77 # ourselves to GNU mkdir, which is thread-safe. 80 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then 81 echo "mkdir -p -- $*" 82 exec mkdir -p -- "$@" 84 # On NextStep and OpenStep, the `mkdir' command does not 93 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 && 95 echo "mkdir -m $dirmode -p -- $* [all...] |
| /jds/tsoljdsdevmgr/trunk/ |
| mkinstalldirs | 72 # Solaris 8's mkdir -p isn't thread-safe. If you mkdir -p a/b and 73 # mkdir -p a/c at the same time, both will detect that a is missing, 77 # ourselves to GNU mkdir, which is thread-safe. 80 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then 81 echo "mkdir -p -- $*" 82 exec mkdir -p -- "$@" 84 # On NextStep and OpenStep, the `mkdir' command does not 93 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 && 95 echo "mkdir -m $dirmode -p -- $* [all...] |
| /jds/tsoljdslabel/trunk/ |
| mkinstalldirs | 72 # Solaris 8's mkdir -p isn't thread-safe. If you mkdir -p a/b and 73 # mkdir -p a/c at the same time, both will detect that a is missing, 77 # ourselves to GNU mkdir, which is thread-safe. 80 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then 81 echo "mkdir -p -- $*" 82 exec mkdir -p -- "$@" 84 # On NextStep and OpenStep, the `mkdir' command does not 93 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 && 95 echo "mkdir -m $dirmode -p -- $* [all...] |
| /jds/tsoljdsselmgr/trunk/ |
| mkinstalldirs | 72 # Solaris 8's mkdir -p isn't thread-safe. If you mkdir -p a/b and 73 # mkdir -p a/c at the same time, both will detect that a is missing, 77 # ourselves to GNU mkdir, which is thread-safe. 80 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then 81 echo "mkdir -p -- $*" 82 exec mkdir -p -- "$@" 84 # On NextStep and OpenStep, the `mkdir' command does not 93 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 && 95 echo "mkdir -m $dirmode -p -- $* [all...] |
| /jds/spec-files/branches/217update/ext-sources/ |
| mkinstalldirs | 71 if mkdir -p -- . 2>/dev/null; then 72 echo "mkdir -p -- $*" 73 exec mkdir -p -- "$@" 75 # On NextStep and OpenStep, the `mkdir' command does not 84 if mkdir -m "$dirmode" -p -- . 2>/dev/null; then 85 echo "mkdir -m $dirmode -p -- $*" 86 exec mkdir -m "$dirmode" -p -- "$@" 88 # Clean up after NextStep and OpenStep mkdir. 111 echo "mkdir $pathcomp" 113 mkdir "$pathcomp" || lasterr=$ [all...] |
| l10n-configure.sh | 79 mkdir -p $TOPDIR/l10n/pot 80 mkdir -p $TOPDIR/l10n/diff 81 mkdir -p $TOPDIR/l10n/new
|
| /jds/spec-files/branches/gnome-2-10/ext-sources/ |
| mkinstalldirs | 71 if mkdir -p -- . 2>/dev/null; then 72 echo "mkdir -p -- $*" 73 exec mkdir -p -- "$@" 75 # On NextStep and OpenStep, the `mkdir' command does not 84 if mkdir -m "$dirmode" -p -- . 2>/dev/null; then 85 echo "mkdir -m $dirmode -p -- $*" 86 exec mkdir -m "$dirmode" -p -- "$@" 88 # Clean up after NextStep and OpenStep mkdir. 111 echo "mkdir $pathcomp" 113 mkdir "$pathcomp" || lasterr=$ [all...] |
| l10n-configure.sh | 79 mkdir -p $TOPDIR/l10n/pot 80 mkdir -p $TOPDIR/l10n/diff 81 mkdir -p $TOPDIR/l10n/new
|
| /jds/spec-files/branches/gnome-2-12/ext-sources/ |
| mkinstalldirs | 71 if mkdir -p -- . 2>/dev/null; then 72 echo "mkdir -p -- $*" 73 exec mkdir -p -- "$@" 75 # On NextStep and OpenStep, the `mkdir' command does not 84 if mkdir -m "$dirmode" -p -- . 2>/dev/null; then 85 echo "mkdir -m $dirmode -p -- $*" 86 exec mkdir -m "$dirmode" -p -- "$@" 88 # Clean up after NextStep and OpenStep mkdir. 111 echo "mkdir $pathcomp" 113 mkdir "$pathcomp" || lasterr=$ [all...] |
| l10n-configure.sh | 79 mkdir -p $TOPDIR/l10n/pot 80 mkdir -p $TOPDIR/l10n/diff 81 mkdir -p $TOPDIR/l10n/new
|
| /jds/spec-files/branches/gnome-2-14/ext-sources/ |
| mkinstalldirs | 71 if mkdir -p -- . 2>/dev/null; then 72 echo "mkdir -p -- $*" 73 exec mkdir -p -- "$@" 75 # On NextStep and OpenStep, the `mkdir' command does not 84 if mkdir -m "$dirmode" -p -- . 2>/dev/null; then 85 echo "mkdir -m $dirmode -p -- $*" 86 exec mkdir -m "$dirmode" -p -- "$@" 88 # Clean up after NextStep and OpenStep mkdir. 111 echo "mkdir $pathcomp" 113 mkdir "$pathcomp" || lasterr=$ [all...] |
| l10n-configure.sh | 79 mkdir -p $TOPDIR/l10n/pot 80 mkdir -p $TOPDIR/l10n/diff 81 mkdir -p $TOPDIR/l10n/new
|
| /jds/spec-files/branches/gnome-2-16/ext-sources/ |
| mkinstalldirs | 71 if mkdir -p -- . 2>/dev/null; then 72 echo "mkdir -p -- $*" 73 exec mkdir -p -- "$@" 75 # On NextStep and OpenStep, the `mkdir' command does not 84 if mkdir -m "$dirmode" -p -- . 2>/dev/null; then 85 echo "mkdir -m $dirmode -p -- $*" 86 exec mkdir -m "$dirmode" -p -- "$@" 88 # Clean up after NextStep and OpenStep mkdir. 111 echo "mkdir $pathcomp" 113 mkdir "$pathcomp" || lasterr=$ [all...] |
| l10n-configure.sh | 79 mkdir -p $TOPDIR/l10n/pot 80 mkdir -p $TOPDIR/l10n/diff 81 mkdir -p $TOPDIR/l10n/new
|
| /jds/jds-cbe/trunk/ |
| make-cbe-dist.sh | 88 mkdir -p ${mydir}/$DIST_SUBDIR || exit 1 90 mkdir -p ${mydir}/$DIST_SUBDIR/ext-sources || exit 1 91 mkdir -p ${mydir}/$DIST_SUBDIR/include || exit 1 108 mkdir -p ${mydir}/$DIST_SUBDIR/tarballs || exit 1 109 mkdir -p ${mydir}/$DIST_SUBDIR/patches || exit 1 130 mkdir -p ${mydir}/$DIST_SUBDIR/$pkgsdir/5.10 || exit 1
|
| /jds/arc-documents/trunk/scripts/ |
| gen-abi-reports | 48 mkdir $DIFFREPORTDIR 2>/dev/null # Ignore error if dir exists.
|
| /jds/nwam-manager/branches/lin-task/nbproject/ |
| Makefile-capplet.mk | 11 MKDIR=mkdir
|
| Makefile-daemon.mk | 11 MKDIR=mkdir
|
| /jds/nwam-manager/branches/phase-0.5/nbproject/ |
| Makefile-capplet.mk | 11 MKDIR=mkdir
|
| Makefile-daemon.mk | 11 MKDIR=mkdir
|
| /jds/nwam-manager/trunk/nwam_core/ |
| copy_onnv_headers.sh | 43 mkdir -p usr/include/sys
|
| /jds/spec-files/trunk/ |
| SUNWdmz-cursor.spec | 30 mkdir %name-%version 32 mkdir %name-%version/%{base_arch}
|
| /jds/spec-files-other/branches/opensolaris-2008-05/core/ |
| SUNWdcraw.spec | 53 mkdir $RPM_BUILD_ROOT 54 mkdir -p $RPM_BUILD_ROOT%{_bindir} 58 mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1 65 mkdir -p -m 755 $RPM_BUILD_ROOT%{_datadir}/locale/$lang/LC_MESSAGES
|
| /jds/spec-files-other/branches/opensolaris-2008-11/core/ |
| SUNWdcraw.spec | 54 mkdir $RPM_BUILD_ROOT 55 mkdir -p $RPM_BUILD_ROOT%{_bindir} 59 mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1 66 mkdir -p -m 755 $RPM_BUILD_ROOT%{_datadir}/locale/$lang/LC_MESSAGES
|