Kaydet (Commit) ca717643 authored tarafından Hans-Joachim Lankenau's avatar Hans-Joachim Lankenau

commandline too long for wnt

üst 8084772c
......@@ -17,7 +17,11 @@ ALLDEP .PHONY:
.IF "$(GROUPSHELL:b:l)"=="4dos"
@+-echo $(foreach,i,$(DEPFILES) $(shell +-del $i >& $(NULLDEV))) >& $(NULLDEV)
.ELSE # "$(GROUPSHELL:b)"=="4dos"
.IF "$(GUI)"=="WNT"
@+-echo $(foreach,i,$(DEPFILES) $(shell +-del $i >& $(NULLDEV))) >& $(NULLDEV)
.ELSE # "$(GUI)"=="WNT"
@+-$(RM) $(DEPFILES) >& $(NULLDEV)
.ENDIF # "$(GUI)"=="WNT"
.ENDIF # "$(GROUPSHELL:b)"=="4dos"
.ENDIF # "$(DEPFILES)" != ""
+@echo ---
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment