Opened 15 years ago
Closed 15 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 $@
Note:
See TracTickets
for help on using tickets.

Committed revision 21536