Commit Graph

18 Commits

Author SHA1 Message Date
Nicola Fontana 4e6ac827c1 Revive 'make distcheck' 2021-08-24 17:37:01 +02:00
Nicola Fontana 5696f70a8f Fix EXTRA_DIST files for e1000e
In `devices/e1000e/Makefile.am` there was a really sneaky double
backslash that messed up the whole EXTRA_DIST list.
2021-08-24 17:33:30 +02:00
Nicola Fontana 6e8c371c42 Do not include AC_CONFIG_FILES in BUILT_SOURCES
BUILT_SOURCES is used to trigger early generation of files in the `make`
process to workaround dependency problems:

    https://www.gnu.org/software/automake/manual/html_node/Sources.html

AC_CONFIG_FILES are generated by `configure`, so they are already
present in the file system even before `make` is called. Furthermore,
AC_CONFIG_FILES already properly handle dist and clean targets, so no
need to add them to EXTRA_DIST or DISTCLEANFILES:

    https://www.gnu.org/software/automake/manual/html_node/Requirements.html
2021-08-24 17:32:32 +02:00
Florian Pose fbc414c879 Use Git for version detection and tools. 2021-08-24 17:16:55 +02:00
Florian Pose 630c1492dd Added e1000e driver for kernel 4.4. 2021-08-24 16:59:17 +02:00
Florian Pose 09855ba49b Forgot Makefile.orig. 2021-08-24 16:24:50 +02:00
Florian Pose 99418519bd Reverted default branch to stable-1.5. 2014-11-03 15:20:05 +01:00
Florian Pose 605d25eec9 Replaced all mangled hg keywords. 2012-09-06 14:17:21 +02:00
Florian Pose 0aab87469e Added e1000e driver for kernel 3.2, thanks to J. Kunz. 2012-07-23 16:20:40 +02:00
Florian Pose 170110f787 Applied ethtool patch from Jun Yuan. 2012-07-23 12:23:42 +02:00
Florian Pose c8e2ccfe7c Added e1000e driver for 2.6.35. 2012-01-30 15:12:21 +01:00
Florian Pose 061a052d17 Avoided unused variable warnings. 2012-01-09 17:42:12 +01:00
Florian Pose f5650a0a25 Added e1000e driver for 2.6.33. 2011-12-15 15:05:23 +01:00
Florian Pose a0dcd59106 Fixed typo. 2011-11-04 11:26:12 +01:00
Florian Pose af6701e75e Added e1000e driver for 2.6.32. 2011-10-28 17:07:00 +02:00
Florian Pose 9e0286bcc7 Added e1000e driver for 2.6.37. 2011-07-25 15:42:02 +02:00
Florian Pose 0e518f697a Minor. 2011-07-25 13:10:05 +02:00
Florian Pose 0568023c52 Added e1000e driver for 2.6.34. Thanks to Siwei Zhuang. 2011-07-06 16:37:40 +02:00