Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 227241 Details for
Bug 314499
sys-apps/pciutils-3.1.7 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
pciutils-3.1.7-Makefile.patch
pciutils-3.1.7-Makefile.patch (text/plain), 1.60 KB, created by
MT
on 2010-04-10 11:37:25 UTC
(
hide
)
Description:
pciutils-3.1.7-Makefile.patch
Filename:
MIME Type:
Creator:
MT
Created:
2010-04-10 11:37:25 UTC
Size:
1.60 KB
patch
obsolete
>--- pciutils-3.1.7/Makefile >+++ pciutils-3.1.7/Makefile >@@ -1,8 +1,7 @@ > # Makefile for The PCI Utilities > # (c) 1998--2010 Martin Mares <mj@ucw.cz> > >-OPT=-O2 >-CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes >+CFLAGS+= > > VERSION=3.1.7 > DATE=2010-01-31 >@@ -98,7 +97,11 @@ > > distclean: clean > >-install: all >+install-pcilib: lib/$(PCILIB) >+ $(DIRINSTALL) -m 755 $(DESTDIR)$(LIBDIR) >+ $(INSTALL) -c -m 644 lib/$(PCILIB) $(DESTDIR)$(LIBDIR) >+ >+install: all install-pcilib > # -c is ignored on Linux, but required on FreeBSD > $(DIRINSTALL) -m 755 $(DESTDIR)$(SBINDIR) $(DESTDIR)$(IDSDIR) $(DESTDIR)$(MANDIR)/man8 $(DESTDIR)$(MANDIR)/man7 > $(INSTALL) -c -m 755 $(STRIP) lspci setpci $(DESTDIR)$(SBINDIR) >@@ -107,15 +110,12 @@ > $(INSTALL) -c -m 644 lspci.8 setpci.8 update-pciids.8 $(DESTDIR)$(MANDIR)/man8 > $(INSTALL) -c -m 644 pcilib.7 $(DESTDIR)$(MANDIR)/man7 > ifeq ($(SHARED),yes) >- $(DIRINSTALL) -m 755 $(DESTDIR)$(LIBDIR) >- $(INSTALL) -c -m 644 lib/$(PCILIB) $(DESTDIR)$(LIBDIR) > ln -sf $(PCILIB) $(DESTDIR)$(LIBDIR)/$(LIBNAME).so$(ABI_VERSION) > endif > >-install-lib: $(PCIINC_INS) lib/$(PCILIB) lib/$(PCILIBPC) >- $(DIRINSTALL) -m 755 $(DESTDIR)$(INCDIR)/pci $(DESTDIR)$(LIBDIR) $(DESTDIR)$(PKGCFDIR) >+install-lib: $(PCIINC_INS) lib/$(PCILIBPC) install-pcilib >+ $(DIRINSTALL) -m 755 $(DESTDIR)$(INCDIR)/pci $(DESTDIR)$(PKGCFDIR) > $(INSTALL) -c -m 644 $(PCIINC_INS) $(DESTDIR)$(INCDIR)/pci >- $(INSTALL) -c -m 644 lib/$(PCILIB) $(DESTDIR)$(LIBDIR) > $(INSTALL) -c -m 644 lib/$(PCILIBPC) $(DESTDIR)$(PKGCFDIR) > ifeq ($(SHARED),yes) > ln -sf $(LIBNAME).so$(ABI_VERSION) $(DESTDIR)$(LIBDIR)/$(LIBNAME).so
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 314499
: 227241 |
227243
|
227245