Nicola Fontana
|
4e6ac827c1
|
Revive 'make distcheck'
|
2021-08-24 17:37:01 +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
|
99418519bd
|
Reverted default branch to stable-1.5.
|
2014-11-03 15:20:05 +01:00 |
Florian Pose
|
6e06798fb2
|
Use kernel's modules_install target, instead of building our own. Attention:
Module installation directories have changed!
|
2010-02-23 17:37:02 +01:00 |
Florian Pose
|
fc97788495
|
Added missing serial.c to dist.
|
2010-02-16 11:08:05 +01:00 |
Florian Pose
|
59853156ca
|
TTY: Sourced serial device functions out into serial.c/serial.h.
|
2010-01-08 13:10:12 +01:00 |
Florian Pose
|
fb7f5b73a6
|
Added tty example.
|
2009-12-01 16:54:59 +01:00 |