| | @@ -448,11 +448,11 @@ |
| 448 | 448 | # |
| 449 | 449 | $(SRCDIR)/../manifest: |
| 450 | 450 | # noop |
| 451 | 451 | |
| 452 | 452 | clean: |
| 453 | | - rm -rf $(OBJDIR)/* $(APPNAME) |
| 453 | + -rm -rf $(OBJDIR)/* $(APPNAME) |
| 454 | 454 | |
| 455 | 455 | } |
| 456 | 456 | |
| 457 | 457 | set mhargs {} |
| 458 | 458 | foreach s [lsort $src] { |
| | @@ -1959,38 +1959,38 @@ |
| 1959 | 1959 | |
| 1960 | 1960 | builtin_data.h: mkbuiltin$E $(EXTRA_FILES) |
| 1961 | 1961 | mkbuiltin$E --prefix $(SRCDIR)/ $(EXTRA_FILES) > $@ |
| 1962 | 1962 | |
| 1963 | 1963 | clean: |
| 1964 | | - del $(OX)\*.obj 2>NUL |
| 1965 | | - del *.obj 2>NUL |
| 1966 | | - del *_.c 2>NUL |
| 1967 | | - del *.h 2>NUL |
| 1968 | | - del *.ilk 2>NUL |
| 1969 | | - del *.map 2>NUL |
| 1970 | | - del *.res 2>NUL |
| 1971 | | - del headers 2>NUL |
| 1972 | | - del linkopts 2>NUL |
| 1973 | | - del vc*.pdb 2>NUL |
| 1964 | + -del $(OX)\*.obj 2>NUL |
| 1965 | + -del *.obj 2>NUL |
| 1966 | + -del *_.c 2>NUL |
| 1967 | + -del *.h 2>NUL |
| 1968 | + -del *.ilk 2>NUL |
| 1969 | + -del *.map 2>NUL |
| 1970 | + -del *.res 2>NUL |
| 1971 | + -del headers 2>NUL |
| 1972 | + -del linkopts 2>NUL |
| 1973 | + -del vc*.pdb 2>NUL |
| 1974 | 1974 | |
| 1975 | 1975 | realclean: clean |
| 1976 | | - del $(APPNAME) 2>NUL |
| 1977 | | - del $(PDBNAME) 2>NUL |
| 1978 | | - del translate$E 2>NUL |
| 1979 | | - del translate$P 2>NUL |
| 1980 | | - del mkindex$E 2>NUL |
| 1981 | | - del mkindex$P 2>NUL |
| 1982 | | - del makeheaders$E 2>NUL |
| 1983 | | - del makeheaders$P 2>NUL |
| 1984 | | - del mkversion$E 2>NUL |
| 1985 | | - del mkversion$P 2>NUL |
| 1986 | | - del mkcss$E 2>NUL |
| 1987 | | - del mkcss$P 2>NUL |
| 1988 | | - del codecheck1$E 2>NUL |
| 1989 | | - del codecheck1$P 2>NUL |
| 1990 | | - del mkbuiltin$E 2>NUL |
| 1991 | | - del mkbuiltin$P 2>NUL |
| 1976 | + -del $(APPNAME) 2>NUL |
| 1977 | + -del $(PDBNAME) 2>NUL |
| 1978 | + -del translate$E 2>NUL |
| 1979 | + -del translate$P 2>NUL |
| 1980 | + -del mkindex$E 2>NUL |
| 1981 | + -del mkindex$P 2>NUL |
| 1982 | + -del makeheaders$E 2>NUL |
| 1983 | + -del makeheaders$P 2>NUL |
| 1984 | + -del mkversion$E 2>NUL |
| 1985 | + -del mkversion$P 2>NUL |
| 1986 | + -del mkcss$E 2>NUL |
| 1987 | + -del mkcss$P 2>NUL |
| 1988 | + -del codecheck1$E 2>NUL |
| 1989 | + -del codecheck1$P 2>NUL |
| 1990 | + -del mkbuiltin$E 2>NUL |
| 1991 | + -del mkbuiltin$P 2>NUL |
| 1992 | 1992 | |
| 1993 | 1993 | $(OBJDIR)\json$O : $(SRCDIR)\json_detail.h |
| 1994 | 1994 | $(OBJDIR)\json_artifact$O : $(SRCDIR)\json_detail.h |
| 1995 | 1995 | $(OBJDIR)\json_branch$O : $(SRCDIR)\json_detail.h |
| 1996 | 1996 | $(OBJDIR)\json_config$O : $(SRCDIR)\json_detail.h |
| | @@ -2233,14 +2233,14 @@ |
| 2233 | 2233 | |
| 2234 | 2234 | # cleanup |
| 2235 | 2235 | |
| 2236 | 2236 | .PHONY: clean |
| 2237 | 2237 | clean: |
| 2238 | | - del /F $(TRANSLATEDOBJ) $(SQLITEOBJ) $(THOBJ) $(ZLIBOBJ) $(UTILS_OBJ) version.obj |
| 2239 | | - del /F $(TRANSLATEDSRC) |
| 2240 | | - del /F *.h headers |
| 2241 | | - del /F $(RESOURCE) |
| 2238 | + -del /F $(TRANSLATEDOBJ) $(SQLITEOBJ) $(THOBJ) $(ZLIBOBJ) $(UTILS_OBJ) version.obj |
| 2239 | + -del /F $(TRANSLATEDSRC) |
| 2240 | + -del /F *.h headers |
| 2241 | + -del /F $(RESOURCE) |
| 2242 | 2242 | |
| 2243 | 2243 | .PHONY: clobber |
| 2244 | 2244 | clobber: clean |
| 2245 | | - del /F *.exe |
| 2245 | + -del /F *.exe |
| 2246 | 2246 | }] |
| 2247 | 2247 | |