Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F103020556
D13937.id38943.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D13937.id38943.diff
View Options
Index: head/Makefile.inc1
===================================================================
--- head/Makefile.inc1
+++ head/Makefile.inc1
@@ -463,7 +463,7 @@
# when in the middle of installing over this system.
#
.if make(distributeworld) || make(installworld) || make(stageworld)
-INSTALLTMP!= /usr/bin/mktemp -d -u -t install
+INSTALLTMP!= mktemp -d -u -t install
.endif
.if make(stagekernel) || make(distributekernel)
Index: head/bin/sh/mkbuiltins
===================================================================
--- head/bin/sh/mkbuiltins
+++ head/bin/sh/mkbuiltins
@@ -34,7 +34,7 @@
# @(#)mkbuiltins 8.2 (Berkeley) 5/4/95
# $FreeBSD$
-temp=`/usr/bin/mktemp -t ka`
+temp=`mktemp -t ka`
havehist=1
if [ "X$1" = "X-h" ]; then
havehist=0
Index: head/bin/sh/mktokens
===================================================================
--- head/bin/sh/mktokens
+++ head/bin/sh/mktokens
@@ -38,7 +38,7 @@
# token marks the end of a list. The third column is the name to print in
# error messages.
-temp=`/usr/bin/mktemp -t ka`
+temp=`mktemp -t ka`
cat > $temp <<\!
TEOF 1 end of file
TNL 0 newline
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 20, 10:14 PM (21 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14745824
Default Alt Text
D13937.id38943.diff (1 KB)
Attached To
Mode
D13937: Don't hardcode /usr/bin as the path for mktemp in build tools
Attached
Detach File
Event Timeline
Log In to Comment