FreeBSD Bugzilla – Attachment 124982 Details for
Bug 168512
emulators/virtio-kmod: port Makefile: post-extract target repeat to copy sys/* many times
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 492 bytes, created by
Yasuhito FUTATSUKI
on 2012-06-01 01:30:07 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Yasuhito FUTATSUKI
Created:
2012-06-01 01:30:07 UTC
Size:
492 bytes
patch
obsolete
>--- Makefile.orig 2012-05-04 19:32:44.000000000 +0900 >+++ Makefile 2012-05-31 10:00:05.000000000 +0900 >@@ -41,9 +41,9 @@ > > post-extract: > cd ${WRKSRC} && ${MKDIR} sys/dev tmp && ${MV} dev modules tmp/ >- for d in ${NEEDSUBDIRS}; do \ >- ${CP} -Rp ${SRC_BASE}/sys/${d} ${WRKSRC}/sys/${d}; \ >- done >+.for d in ${NEEDSUBDIRS} >+ ${CP} -Rp ${SRC_BASE}/sys/${d} ${WRKSRC}/sys/${d} >+.endfor > ${CP} -Rp ${WRKSRC}/tmp/* ${WRKSRC}/sys/ > > do-build:
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 168512
: 124982