ipv6toolkit icon indicating copy to clipboard operation
ipv6toolkit copied to clipboard

Replace install command with `$(INSTALL)` variable

Open robert-scheck opened this issue 6 months ago • 2 comments
trafficstars

Some (Linux) distributions prefer to use INSTALL='install -p' during make install to preserve the original file timestamps when packaging ipv6toolkit.

robert-scheck avatar May 15 '25 11:05 robert-scheck

GNUmakefile line 22, seems like it's missing the question mark to make it INSTALL?=install, just like Makefile, line 22.

alvarezp avatar May 16 '25 03:05 alvarezp

GNUmakefile line 22, seems like it's missing the question mark to make it INSTALL?=install, just like Makefile, line 22.

No, I continued to use the same format for INSTALL as being used for CC in the line above.

robert-scheck avatar May 16 '25 08:05 robert-scheck