Home | History | Annotate | Download | only in examples

Lines Matching full:subst

117 DEL	= -del 2>NUL /q /f $(subst /,\,$1)
118 RMDIR = -rd 2>NUL /q /s $(subst /,\,$1)
120 DEL = -del 2>NUL $(subst /,\,$1)
121 RMDIR = -deltree 2>NUL /y $(subst /,\,$1)
123 MKDIR = -md 2>NUL $(subst /,\,$1)
124 COPY = -copy 2>NUL /y $(subst /,\,$1) $(subst /,\,$2)
125 COPYR = -xcopy 2>NUL /q /y /e $(subst /,\,$1) $(subst /,\,$2)
126 TOUCH = copy 2>&1>NUL /b $(subst /,\,$1) +,,