Opened 13 years ago

Closed 13 years ago

#21 closed defect (fixed)

cleanall fails

Reported by: abwillis Owned by:
Priority: minor Milestone:
Component: odin Version:
Severity: Keywords:
Cc:

Description

Cleanall fails when it hits msvcrt.

Index: makefile =================================================================== --- makefile (revision 21535) +++ makefile (working copy) @@ -21,7 +21,7 @@

# _all: all

-all clean lib: # add all common rules here +all clean cleanall lib: # add all common rules here

!ifdef BUILD_MSVCRT

$(MAKE_CMD) -f msvcrt.mak $@ $(MAKE_CMD) -f msvcrt20.mak $@

Change History (1)

comment:1 Changed 13 years ago by abwillis

Resolution: fixed
Status: newclosed

Committed revision 21536

Note: See TracTickets for help on using tickets.