[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] [補釘] Use installation programs from build
From: |
Peter Bex |
Subject: |
Re: [Chicken-hackers] [補釘] Use installation programs from build |
Date: |
Sun, 21 Oct 2018 11:31:18 +0200 |
User-agent: |
NeoMutt/20170113 (1.7.2) |
On Tue, Oct 16, 2018 at 01:40:26PM +0200, address@hidden wrote:
> This patch reuses parameters for default.make for the name of the
> installation program to be used for egg installation, including options.
This looks alright, but I still have a question: why not use the install
command on Windows too? That should allow us to get rid of the platform
case and simplify install-executable-command and install-file-command so
it doesn't even need to accept the platform.
In defaults.make we already have this:
ifdef WINDOWS_SHELL
REMOVE_COMMAND ?= del
INSTALL_PROGRAM ?= copy
MAKEDIR_COMMAND ?= -mkdir
else
REMOVE_COMMAND ?= rm
INSTALL_PROGRAM ?= install
MAKEDIR_COMMAND ?= $(INSTALL_PROGRAM)
endif
Maybe I'm overlooking something?
Cheers,
Peter
signature.asc
Description: PGP signature