diff options
Diffstat (limited to 'test/core_upgrade.mk')
-rw-r--r-- | test/core_upgrade.mk | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/test/core_upgrade.mk b/test/core_upgrade.mk index 84ff54a..c9fea3d 100644 --- a/test/core_upgrade.mk +++ b/test/core_upgrade.mk @@ -1,10 +1,10 @@ # Core: Erlang.mk upgrade. -CORE_UPGRADE_TARGETS = $(call list_targets,core-upgrade) +core_upgrade_TARGETS = $(call list_targets,core-upgrade) -.PHONY: core-upgrade $(CORE_UPGRADE_TARGETS) +.PHONY: core-upgrade $(core_upgrade_TARGETS) -core-upgrade: $(CORE_UPGRADE_TARGETS) +core-upgrade: $(core_upgrade_TARGETS) core-upgrade-changelog: init @@ -16,8 +16,6 @@ core-upgrade-changelog: init $i "Fork erlang.mk locally and set a test CHANGELOG.asciidoc" $t git clone -q https://github.com/ninenines/erlang.mk $(APP)/alt-erlangmk-repo $t echo "$(APP)$(APP)" > $(APP)/alt-erlangmk-repo/CHANGELOG.asciidoc -# Since part of this functionality needs the main Makefile, copy it. - $t cp ../Makefile $(APP)/alt-erlangmk-repo/ $t (cd $(APP)/alt-erlangmk-repo && \ git config user.email "[email protected]" && \ git config user.name "test suite" && \ |