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.
This commit is contained in:
parent
4e20758255
commit
f8a8301f4c
1 changed files with 1 additions and 6 deletions
7
Makefile
7
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)
|
||||
|
|
Loading…
Reference in a new issue