File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ $(RUNTIME_JAR): $(RUNTIME_JAVAS) tools/build/gen-jvm-properties.pl
108
108
109
109
J_CLEANUPS = *.class *.jar src/stage1 src/stage2 bin nqp nqp.bat jvmconfig.properties
110
110
111
- clean:
111
+ j- clean:
112
112
$(PERL) -MExtUtils::Command -e rm_rf $(J_CLEANUPS)
113
113
114
114
$(J_STAGE0): $(RUNTIME_JAR)
@@ -271,7 +271,7 @@ $(P5QREGEX_JAR): $(ALL_OUTPUT) $(P5QREGEX_SOURCES)
271
271
.@slash@$(J_RUNNER) --target=jar --output=$(P5QREGEX_JAR) \
272
272
$(J_STAGE2)/$(P5QREGEX_COMBINED)
273
273
274
- bootstrap-files: $(J_STAGE2_OUTPUT)
274
+ j- bootstrap-files: $(J_STAGE2_OUTPUT)
275
275
$(CP) $(J_STAGE2)/$(NQP_MO_JAR) $(J_STAGE0)
276
276
$(CP) $(J_STAGE2)/$(MODULE_LOADER_JAR) $(J_STAGE0)
277
277
$(CP) $(J_STAGE2)/$(CORE_SETTING_JAR) $(J_STAGE0)
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ m-install: m-all
73
73
# FIXME:
74
74
M_CLEANUPS: *.moarvm gen/moar/*
75
75
76
- clean:
76
+ m- clean:
77
77
$(PERL) -MExtUtils::Command -e $(M_CLEANUPS)
78
78
79
79
$(M_STAGE1): $(M_STAGE1_OUTPUT)
Original file line number Diff line number Diff line change @@ -1018,7 +1018,7 @@ $(OPS_DIR)/$(DYNCALL_OPS)$(LOAD_EXT): $(OPS_DIR)/$(DYNCALL_OPS_SOURCE) $(DYNCALL
1018
1018
$(NQP_CONST_PIR):
1019
1019
perl tools/build/generate-constants.pl > $@
1020
1020
1021
- bootstrap-files: $(STAGE2_PBCS) $(P_STAGE2)/$(CORE_SETTING_NQP)
1021
+ p- bootstrap-files: $(STAGE2_PBCS) $(P_STAGE2)/$(CORE_SETTING_NQP)
1022
1022
$(PERL) tools/build/gen-bootstrap.pl $(P_STAGE2)/$(NQP_MO_PIR) >src/vm/parrot/stage0/NQPMO-s0.pir
1023
1023
$(PERL) tools/build/gen-bootstrap.pl $(P_STAGE2)/module_loader.pir >src/vm/parrot/stage0/ModuleLoader-s0.pir
1024
1024
$(PERL) tools/build/gen-bootstrap.pl $(P_STAGE2)/$(CORE_SETTING_PIR) >src/vm/parrot/stage0/NQPCORE.setting-s0.pir
@@ -1049,12 +1049,12 @@ p-core-test-loud: $(NQP_LAUNCHER)$(BAT)
1049
1049
p-qregex-test: $(NQP_LAUNCHER)$(BAT)
1050
1050
prove -r --exec $(NQP_LAUNCHER) t/qregex
1051
1051
1052
- qregex-test-loud: $(NQP_LAUNCHER)$(BAT)
1052
+ p- qregex-test-loud: $(NQP_LAUNCHER)$(BAT)
1053
1053
prove -r -v --exec $(NQP_LAUNCHER) t/qregex
1054
1054
1055
1055
## cleaning
1056
1056
1057
- clean:
1057
+ p- clean:
1058
1058
$(RM_F) $(P_CLEANUPS)
1059
1059
1060
1060
distclean: realclean
You can’t perform that action at this time.
0 commit comments