Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 179252 Details for
Bug 255837
dev-util/intel2gas: pre-stripped files found
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to remove unwanted '-s' in invocation of install
intel2gas-nostrip.patch (text/plain), 388 bytes, created by
Kevin Pyle
on 2009-01-22 00:40:20 UTC
(
hide
)
Description:
Patch to remove unwanted '-s' in invocation of install
Filename:
MIME Type:
Creator:
Kevin Pyle
Created:
2009-01-22 00:40:20 UTC
Size:
388 bytes
patch
obsolete
>diff -ru a/Makefile.in b/Makefile.in >--- a/Makefile.in 2000-11-14 12:53:25.000000000 -0600 >+++ b/Makefile.in 2009-01-21 18:34:44.000000000 -0600 >@@ -45,7 +45,7 @@ > cp -a $$datadir/* $(data_prefix)/$$datadir; \ > done > install -m 755 -d $(prefix)/bin >- install -s -m 755 intel2gas $(prefix)/bin >+ install -m 755 intel2gas $(prefix)/bin > > uninstall: > for datadir in $(DATADIRS); do \
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 255837
: 179252