Ticket #631 (closed defect: Fixed)
make distclean broken
| Reported by: | petere78 | Owned by: | dreamforce2 |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | build | Version: | 1.3.0 |
| Keywords: | Cc: |
Description
share/Makefile.am contains the following: # include the subdirs in the distribution DIST_SUBDIRS = translations utilities sounds The listed subdirectories do not have a Makefile. Therefore, calling "make distclean" at the top-level fails when make wants to decend into those subdirectories. Since you are apparently not using "make dist" to build the distribution, setting DIST_SUBDIRS doesn't buy anything. Therefore, I suggest that you remove the two lines I showed so that at least "make distclean" works correctly. Thanks.
Change History
Note: See
TracTickets for help on using
tickets.
