We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0be626e commit b563be3Copy full SHA for b563be3
win32/Makefile.sub
@@ -1234,8 +1234,7 @@ ext/clean.sub ext/distclean.sub ext/realclean.sub \
1234
))) || $(NULLCMD)
1235
1236
ext/distclean ext/realclean .bundle/distclean .bundle/realclean::
1237
- $(Q)cd $(@D) 2>nul && (for /R $(EXTS) %I in (exts.mk*) \
1238
- do $(Q)(del %I & rmdir %~dpI)) || $(NULLCMD)
+ $(Q)(for /D /R $(@D) %I in (.) do $(Q)$(RMDIRS) %I) || $(NULLCMD)
1239
1240
.bundle/distclean .bundle/realclean::
1241
$(Q)for /D %I in ($(@D)\*) do $(Q)$(RMDIRS) %I || $(NULLCMD)
0 commit comments