Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 475166 Details for
Bug 617548
app-crypt/rhash: Won't build on Gentoo/FreeBSD due to differences in BSD make vs GNU make
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
sample patch for Makefile (install part)
file_617548.txt (text/plain), 496 bytes, created by
Yuta SATOH
on 2017-06-04 10:09:53 UTC
(
hide
)
Description:
sample patch for Makefile (install part)
Filename:
MIME Type:
Creator:
Yuta SATOH
Created:
2017-06-04 10:09:53 UTC
Size:
496 bytes
patch
obsolete
>diff --git a/Makefile b/Makefile >index 11526c3..173e3f2 100644 >--- a/Makefile >+++ b/Makefile >@@ -324,7 +324,7 @@ install-gmo: compile-gmo > for f in po/*.gmo; do \ > l=`basename $$f .gmo`; \ > $(INSTALL) -d $(DESTDIR)$(LOCALEDIR)/$$l/LC_MESSAGES; \ >- $(INSTALL_DATA) -T $$f $(DESTDIR)$(LOCALEDIR)/$$l/LC_MESSAGES/rhash.mo; \ >+ $(INSTALL_DATA) $$f $(DESTDIR)$(LOCALEDIR)/$$l/LC_MESSAGES/rhash.mo; \ > done > > .PHONY: all install uninstall lib-shared lib-static dist dist-full zip \
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 617548
:
474734
|
475164
| 475166