Opened 11 years ago
Closed 10 years ago
#39778 closed defect (fixed)
base: "clean" make target should remove files generated by tcldoc and tcldox make targets
Reported by: | cooljeanius (Eric Gallager) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | base | Version: | 2.1.3 |
Keywords: | Cc: | ||
Port: |
Description
Right now running make clean
in base doesn't remove the ./tcldoc
folder created by running make tcldoc
, nor does it remove the ./tcldox
folder created by running make tcldox
. Having it clean these folders is necessary to have a fresh build state for testing these make
targets anew. (I'm working on these make
targets for #12048 btw)
Change History (2)
comment:1 Changed 11 years ago by cooljeanius (Eric Gallager)
comment:2 Changed 10 years ago by mf2k (Frank Schima)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
cal removed the
tcldoc
target entirely in r117902, and added./tcldox
to the things cleaned bymake clean
in r117903, so this can be considered fixed now.