chiark / gitweb /
make: do not delete autotools generated file with distclean
authorKay Sievers <kay.sievers@vrfy.org>
Sat, 6 Dec 2008 03:03:08 +0000 (04:03 +0100)
committerKay Sievers <kay.sievers@vrfy.org>
Sat, 6 Dec 2008 03:03:08 +0000 (04:03 +0100)
commit5d89ef7bf94d8a708a1159be22eb1cf458a1d101
treeba18b54b2d0aeb4ed5e31013e89a603b7e7398a1
parent626ed3b6c119090dab7bd7491c423ef8ef93c94b
make: do not delete autotools generated file with distclean

                                        [...] running the command
`make maintainer-clean' should not delete `configure' even if
`configure' can be remade using a rule in the Makefile.  More
generally, `make maintainer-clean' should not delete anything that
needs to exist in order to run `configure' and then begin to build
the program.  This is the only exception; `maintainer-clean' should
delete everything else that can be rebuilt.
18 files changed:
Makefile.am
autogen.sh
extras/Makefile.am
extras/ata_id/Makefile.am
extras/cdrom_id/Makefile.am
extras/collect/Makefile.am
extras/edd_id/Makefile.am
extras/firmware/Makefile.am
extras/floppy/Makefile.am
extras/fstab_import/Makefile.am
extras/path_id/Makefile.am
extras/rule_generator/Makefile.am
extras/scsi_id/Makefile.am
extras/usb_id/Makefile.am
extras/volume_id/Makefile.am
extras/volume_id/lib/Makefile.am
rules/Makefile.am
udev/Makefile.am