Skip to content

Commit 8f7df78

Browse files
committed
rename some more Makefile targets
1 parent 617e6d8 commit 8f7df78

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

tools/build/Makefile-JVM.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ $(RUNTIME_JAR): $(RUNTIME_JAVAS) tools/build/gen-jvm-properties.pl
108108

109109
J_CLEANUPS = *.class *.jar src/stage1 src/stage2 bin nqp nqp.bat jvmconfig.properties
110110

111-
clean:
111+
j-clean:
112112
$(PERL) -MExtUtils::Command -e rm_rf $(J_CLEANUPS)
113113

114114
$(J_STAGE0): $(RUNTIME_JAR)
@@ -271,7 +271,7 @@ $(P5QREGEX_JAR): $(ALL_OUTPUT) $(P5QREGEX_SOURCES)
271271
.@slash@$(J_RUNNER) --target=jar --output=$(P5QREGEX_JAR) \
272272
$(J_STAGE2)/$(P5QREGEX_COMBINED)
273273

274-
bootstrap-files: $(J_STAGE2_OUTPUT)
274+
j-bootstrap-files: $(J_STAGE2_OUTPUT)
275275
$(CP) $(J_STAGE2)/$(NQP_MO_JAR) $(J_STAGE0)
276276
$(CP) $(J_STAGE2)/$(MODULE_LOADER_JAR) $(J_STAGE0)
277277
$(CP) $(J_STAGE2)/$(CORE_SETTING_JAR) $(J_STAGE0)

tools/build/Makefile-Moar.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ m-install: m-all
7373
# FIXME:
7474
M_CLEANUPS: *.moarvm gen/moar/*
7575

76-
clean:
76+
m-clean:
7777
$(PERL) -MExtUtils::Command -e $(M_CLEANUPS)
7878

7979
$(M_STAGE1): $(M_STAGE1_OUTPUT)

tools/build/Makefile-Parrot.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ $(OPS_DIR)/$(DYNCALL_OPS)$(LOAD_EXT): $(OPS_DIR)/$(DYNCALL_OPS_SOURCE) $(DYNCALL
10181018
$(NQP_CONST_PIR):
10191019
perl tools/build/generate-constants.pl > $@
10201020

1021-
bootstrap-files: $(STAGE2_PBCS) $(P_STAGE2)/$(CORE_SETTING_NQP)
1021+
p-bootstrap-files: $(STAGE2_PBCS) $(P_STAGE2)/$(CORE_SETTING_NQP)
10221022
$(PERL) tools/build/gen-bootstrap.pl $(P_STAGE2)/$(NQP_MO_PIR) >src/vm/parrot/stage0/NQPMO-s0.pir
10231023
$(PERL) tools/build/gen-bootstrap.pl $(P_STAGE2)/module_loader.pir >src/vm/parrot/stage0/ModuleLoader-s0.pir
10241024
$(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)
10491049
p-qregex-test: $(NQP_LAUNCHER)$(BAT)
10501050
prove -r --exec $(NQP_LAUNCHER) t/qregex
10511051

1052-
qregex-test-loud: $(NQP_LAUNCHER)$(BAT)
1052+
p-qregex-test-loud: $(NQP_LAUNCHER)$(BAT)
10531053
prove -r -v --exec $(NQP_LAUNCHER) t/qregex
10541054

10551055
## cleaning
10561056

1057-
clean:
1057+
p-clean:
10581058
$(RM_F) $(P_CLEANUPS)
10591059

10601060
distclean: realclean

0 commit comments

Comments
 (0)