This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch ada]: Last fix for PR ada/47163 on windows native hosts


> As a side issue, it ALSO seems to me that Ada's Mafile.in is doing it
> wrong, given Ralf's statements above:
> 
> 	# Copy target independent sources
>         $(foreach f,$(ADA_INCLUDE_SRCS) $(LIBGNAT_SRCS), \
>           $(LN_S) $(fsrcpfx)ada/$(f) $(RTSDIR) ;) true
> 
> But as this isn't shell code (some sort of Ada buildfile? I'm not
> familiar with building Ada),

This is standard GNU make code.

> I'm not sure exactly how to "fix" it in the
> event LN_S is ACTUALLY defined as "ln -s" or "ln" (which, recall, is NOT
> the case on MSYS, which apparently uses cp -p).

There is nothing broken here as far as I can tell, so nothing to "fix" here.

Arno


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]