FreeBSD Bugzilla – Attachment 187325 Details for
Bug 223126
'make makepatch' may remove all patches under certain condition
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
diff for Mk/Scripts/smart_makepatch.sh
smart_makepatch.sh.diff (text/plain), 476 bytes, created by
Motomichi Matsuzaki
on 2017-10-20 09:50:44 UTC
(
hide
)
Description:
diff for Mk/Scripts/smart_makepatch.sh
Filename:
MIME Type:
Creator:
Motomichi Matsuzaki
Created:
2017-10-20 09:50:44 UTC
Size:
476 bytes
patch
obsolete
>Index: Scripts/smart_makepatch.sh >=================================================================== >--- Scripts/smart_makepatch.sh (revision 452509) >+++ Scripts/smart_makepatch.sh (working copy) >@@ -186,7 +186,7 @@ > local ORIG > local new_list > new_list=$(cd "${PATCH_WRKSRC}" && \ >- find -s * -type f -name '*.orig' 2>/dev/null) >+ find -s -f * -type f -name '*.orig' 2>/dev/null) > (cd "${PATCH_WRKSRC}" && for F in ${new_list}; do > ORIG=${F#./} > NEW=${ORIG%.orig}
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 223126
: 187325