On 2014-07-21 13:23, Marco Atzeri wrote:
I presume the make you are using is not cygwin one
as the first form is understandable only by cygwin programs
I do not see a difference between the two lines, because the command
"cygpath" is used in both. I want to add that I get the behavior both
un
Hello,
I want to convert absolute Unix paths to Windows paths using cygpath in
a Makefile:
FILES = lib1 ./relative.vhd \
lib2 /cygdrive/c/Windows/absolute.vhd
convert_absolute_paths_to_windows_paths:
@echo 1: $(patsubst /%,$(shell cygpath -m /%),$(FILES))
@echo 2: $(sh
2 matches
Mail list logo