Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/tools/compat/scripts Pull up file removal (requested by...
details: https://anonhg.NetBSD.org/src/rev/14edd892497c
branches: netbsd-1-6
changeset: 529592:14edd892497c
user: he <he%NetBSD.org@localhost>
date: Sat Nov 30 15:12:20 2002 +0000
description:
Pull up file removal (requested by thorpej in ticket #807):
o Check for mkstemp() and mkdtemp(), and build them into
libcompat if necessary.
o mktemp is now a host-tool, so remove the now obsoleted
script.
diffstat:
tools/compat/scripts/mktemp | 11 -----------
1 files changed, 0 insertions(+), 11 deletions(-)
diffs (15 lines):
diff -r c8effe8dd867 -r 14edd892497c tools/compat/scripts/mktemp
--- a/tools/compat/scripts/mktemp Sat Nov 30 15:11:55 2002 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-#! /bin/sh
-#
-# $NetBSD: mktemp,v 1.1 2002/01/31 22:43:50 tv Exp $
-#
-# A script that pretends to act like a stripped-down version of mktemp(1).
-# This is used by lorder.sh, and possibly other script-based host tools.
-# This version simply replaces the X's with mktemp's pid ($$).
-
-fname=`echo $1 | sed 's,XX*$,'$$','`
-touch $fname || exit 1
-echo $fname
Home |
Main Index |
Thread Index |
Old Index