Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#542 closed defect (fixed)

target clean at Makefile

Reported by: guy.j.maurel@… Owned by: diego@…
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

Change History (1)

comment:1 by diego@…, 18 years ago

Resolution: fixed
Status: newclosed

Implemented.

Note: See TracTickets for help on using tickets.