Skip to content

Commit 0c83798

Browse files
komhH. Peter Anvin (Intel)
authored andcommitted
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>
1 parent 29a5aab commit 0c83798

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Mkfiles/openwcom.mak

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@ RUNPERL = $(PERL) $(PERLFLAGS)
3131
.BEFORE
3232
set COPYCMD=/y
3333

34-
RM_F = -del /f
34+
# rm is handled internally by WMAKE, so it does work even on non-Unix systems
35+
RM_F = -rm -f
3536
LN_S = copy
36-
EMPTY = copy nul:
37+
EMPTY = %create
3738
SIDE = %null Created by side effect
3839

3940
MAKENSIS = makensis

0 commit comments

Comments
 (0)