History log of /libpciaccess/scanpci/ (Results 1 – 5 of 5)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
cbb3c63a09-Nov-2011 Jeremy Huddleston <[email protected]>

Fix some -Wformat errors in scanpci

Signed-off-by: Jeremy Huddleston <[email protected]>

b9c5ce8009-Oct-2011 Jeremy Huddleston <[email protected]>

scanpci: Build fix for systems without <err.h>

https://bugs.freedesktop.org/show_bug.cgi?id=31133

Signed-off-by: Jeremy Huddleston <[email protected]>

e29e477f15-Oct-2010 Gaetan Nadon <[email protected]>

config: use LDADD to obtain appropriate dependencies

In generated scanpci/Makefile, this line is added:
scanpci_DEPENDENCIES = $(top_builddir)/src/libpciaccess.la

If the content of the library chan

config: use LDADD to obtain appropriate dependencies

In generated scanpci/Makefile, this line is added:
scanpci_DEPENDENCIES = $(top_builddir)/src/libpciaccess.la

If the content of the library changes, the tool will rebuild.
When scanpci was in the same directory as the library, the .la file was used.
This will also ensure the "installed" pciaccess library is not used.

Signed-off-by: Gaetan Nadon <[email protected]>

show more ...

8daa135a26-Sep-2010 Gaetan Nadon <[email protected]>

scanpci.c: remove offending whitespace as reported by git diff

Reviewed-by: Rémi Cardona <[email protected]>
Signed-off-by: Gaetan Nadon <[email protected]>

dcb79a2022-Aug-2010 Gaetan Nadon <[email protected]>

config: provide a makefile for scanpci dev tool

No function changes.

Note that automake generates a wrapper script if libpciaccess
is not installed at configuration time, which is the most common c

config: provide a makefile for scanpci dev tool

No function changes.

Note that automake generates a wrapper script if libpciaccess
is not installed at configuration time, which is the most common case.

If it is installed at configuration time, you get an executable.

The makefile build order ensures the lib is build before scanpci.

Reviewed-by: Rémi Cardona <[email protected]>
Signed-off-by: Gaetan Nadon <[email protected]>

show more ...