Windows: Missing clean targets shouldn't be fatal
This commit is contained in:
@@ -81,7 +81,7 @@ asm-krb: \
|
||||
all:: asm-krb
|
||||
|
||||
clean::
|
||||
$(RM) $(ASMKRBDIR)\*.*
|
||||
-$(RM) $(ASMKRBDIR)\*.*
|
||||
|
||||
{$(BINDIR)}.dll{$(ASMKRBDIR)}.dll:
|
||||
$(CP) $< $@
|
||||
@@ -126,7 +126,7 @@ asm-gss: \
|
||||
all:: asm-gss
|
||||
|
||||
clean::
|
||||
$(RM) $(ASMGSSDIR)\*.*
|
||||
-$(RM) $(ASMGSSDIR)\*.*
|
||||
|
||||
{$(BINDIR)}.dll{$(ASMGSSDIR)}.dll:
|
||||
$(CP) $< $@
|
||||
@@ -140,7 +140,7 @@ test::
|
||||
all:: $(APPMANIFEST)
|
||||
|
||||
clean::
|
||||
$(RM) $(APPMANIFEST)
|
||||
-$(RM) $(APPMANIFEST)
|
||||
|
||||
$(APPMANIFEST): Heimdal.Application.manifest.in
|
||||
$(SED) -e "s,[@]gssname[@],$(ASMGSSNAME),g" \
|
||||
|
@@ -108,7 +108,7 @@ $(BINDIR)\krb5_64.dll: $(KRB5_SHIM_OBJS)
|
||||
all:: $(FILES)
|
||||
|
||||
clean::
|
||||
$(RM) $(FILES)
|
||||
-$(RM) $(FILES)
|
||||
|
||||
!ifdef DEV
|
||||
|
||||
|
Reference in New Issue
Block a user