Searched refs:cvs_dir (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl2/gettext/dist/gettext-tools/misc/
H A Dautopoint.in380 # - cvs_dir directory containing the temporary repository
382 cvs_dir=tmpcvs$$
386 (umask 077 && mkdir "$cvs_dir") || {
387 if test -d "$cvs_dir"; then
388 func_fatal_error "directory $cvs_dir already exists"
390 func_fatal_error "cannot create directory $cvs_dir"
400 CVSROOT="$srcdir/$cvs_dir"
419 gzip -d -c < "$gettext_dir/archive.tar.gz" | (cd "$cvs_dir" && tar xf -)
427 rm -rf "$cvs_dir" "$work_dir"
490 rm -rf "$cvs_dir" "
[all...]
/netbsd-current/external/gpl2/xcvs/dist/contrib/
H A Dpvcs2rcs.in448 my $cvs_dir;
474 $cvs_dir = "$options{'cvs-module-path'}/"
476 if (!-d $cvs_dir)
478 print "Creating directory \`$cvs_dir'\n";
479 if (!mkpath ($cvs_dir))
483 "failed to make directory \`$cvs_dir' - skipping directory \`$cd'";
824 $cvsarchive = "$cvs_dir/$rcsarchive" if $options{'cvs-module-path'};

Completed in 96 milliseconds