FreeBSD Bugzilla – Attachment 22157 Details for
Bug 38538
make buildworld fails if you have an empty <MAKEOBJDIRPREFIX> directory
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 358 bytes, created by
Oliver Lehmann
on 2002-05-25 12:00:06 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Oliver Lehmann
Created:
2002-05-25 12:00:06 UTC
Size:
358 bytes
patch
obsolete
>--- install.sh.orig Wed Aug 8 09:42:21 2001 >+++ install.sh Sat May 25 11:52:48 2002 >@@ -39,4 +39,14 @@ > done > > # the remaining arguments are assumed to be files/dirs only. >+if [ $# -gt 2 ] ; then >+ dir=$(echo $* | sed 's/.* //g') >+else >+ dir=$(echo $* | sed 's/.* \(.*\)\/.*/\1/g') >+fi >+ >+if [ ! -d "$dir" ] ; then >+ mkdir -p $dir >+fi >+ > exec install -p $*
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 38538
: 22157