#542 closed defect (fixed)
target clean at Makefile
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | build system |
Version: | 1.0pre8 | Severity: | minor |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
Hello!
The target "clean" at the Makefile, doesn't remove any files from the
subdirectories.
So I suggest the add of this line:
@for a in $(PARTS); do $(MAKE) -C $$a clean; done
Thanks
Note:
See TracTickets
for help on using tickets.
Implemented.