From b1225b9f245faeb41233dd83be36bcbe75a57e28 Mon Sep 17 00:00:00 2001 From: Arkadiusz Hiler Date: Fri, 22 Apr 2022 18:49:57 +0300 Subject: [PATCH] Makefile: Get rid of install-internal target. Since the migration off Vagrant we no longer need to copy Proton installation from the VM to the host. This was replaced with a `make install` invoked using the new build system which already puts things in the right place. This render install-internal an unnecessary no-op. --- Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 3eaebdc8..920726ff 100644 --- a/Makefile +++ b/Makefile @@ -128,13 +128,8 @@ proton: downloads $(MAKE) $(MFLAGS) $(MAKEOVERRIDES) -C $(BUILD_DIR)/ $(UNSTRIPPED) dist && \ echo "Proton built in VM. Use 'install' or 'deploy' targets to retrieve the build." -install-internal: | $(BUILD_ROOT)/compatibilitytools.d/$(_build_name) -install-internal: downloads +install: downloads $(MAKE) $(MFLAGS) $(MAKEOVERRIDES) -C $(BUILD_DIR)/ $(UNSTRIPPED) install - -install: install-internal - mkdir -p $(STEAM_DIR)/compatibilitytools.d/ - cp -Rf --no-dereference --preserve=mode,links $(BUILD_ROOT)/compatibilitytools.d/$(_build_name) $(STEAM_DIR)/compatibilitytools.d/ echo "Proton installed to your local Steam installation" redist: | $(BUILD_ROOT)/$(DEPLOY_DIR)