0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-10-10 00:25:06 -04:00

openwcom.mak: use internal commands if possible

[ hpa: added comment that "rm" really is a WMAKE internal command. ]

Signed-off-by: KO Myung-Hun <komh78@gmail.com>
Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
This commit is contained in:
KO Myung-Hun
2025-10-05 21:23:11 +09:00
committed by H. Peter Anvin (Intel)
parent 29a5aabd7a
commit 0c8379825e

View File

@@ -31,9 +31,10 @@ RUNPERL = $(PERL) $(PERLFLAGS)
.BEFORE
set COPYCMD=/y
RM_F = -del /f
# rm is handled internally by WMAKE, so it does work even on non-Unix systems
RM_F = -rm -f
LN_S = copy
EMPTY = copy nul:
EMPTY = %create
SIDE = %null Created by side effect
MAKENSIS = makensis