Ticket #116 (closed defect: fixed)
Opened 22 months ago
Last modified 18 months ago
make distclean cleans ChangeLog
| Reported by: | openid-provider.appspot.com/giraffedata | Owned by: | pbatard |
|---|---|---|---|
| Milestone: | Component: | libusb-1.0 | |
| Keywords: | Cc: | ||
| Blocked By: | Blocks: |
Description
make distclean cleans (deletes) ChangeLog? - Makefile.am says "DISTCLEANFILES = ChangeLog? libusb-1.0.pc".
I don't know what the intent of that is, but 'make distclean' should return a tree to the same state as it is distributed, and ChangeLog? is distributed (at least it is in the 1.0.8 tarball).
Change History
comment:1 Changed 21 months ago by pbatard
- Owner set to pbatard
- Status changed from new to accepted
comment:2 Changed 21 months ago by pbatard
comment:3 Changed 18 months ago by stuge
- Resolution set to fixed
- Status changed from accepted to closed
Note: See
TracTickets for help on using
tickets.
This has been fixed in the -stuge/testing staging git repository.
We may also want to add:
in the main Makfile.am so that a 'make maintainer-clean' will balance the 'make ChangeLog?' issued by the maintainers. As per [1]: "If the maintainer built it (for instance, a .info file), then maintainer-clean should delete it."
[1] http://www.gnu.org/s/hello/manual/automake/Clean.html