On Tue, Oct 16, 2018 at 01:40:26PM +0200, felix.winkelm...@bevuta.com 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

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Chicken-hackers mailing list
Chicken-hackers@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-hackers

Reply via email to