File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 203
203
$config {' make' } = $^O eq ' MSWin32' ? ' nmake' : ' make' ;
204
204
$config {' runner' } = $^O eq ' MSWin32' ? ' nqp.bat' : ' nqp' ;
205
205
fill_template_file(
206
- ' tools/build/Makefile-common .in' ,
206
+ ' tools/build/Makefile-Moar .in' ,
207
207
$MAKEFILE ,
208
208
%config ,
209
209
);
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ m-install: m-all
74
74
M_CLEANUPS: *.moarvm gen/moar/*
75
75
76
76
m-clean:
77
- $(PERL) -MExtUtils::Command -e $(M_CLEANUPS)
77
+ $(RM_RF) $(M_CLEANUPS)
78
78
79
79
$(M_STAGE1): $(M_STAGE1_OUTPUT)
80
80
Original file line number Diff line number Diff line change @@ -91,6 +91,7 @@ PERL = @perl@
91
91
MKPATH = $(PERL) -MExtUtils::Command -e mkpath
92
92
CHMOD = $(PERL) -MExtUtils::Command -e chmod
93
93
CP = $(PERL) -MExtUtils::Command -e cp
94
+ RM_RF = $(PERL) -MExtUtils::Command -e rm_rf
94
95
95
96
PREFIX = $(DESTDIR)@prefix@
96
97
BIN_DIR = $(PREFIX)/bin
You can’t perform that action at this time.
0 commit comments