[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] Linking libchicken.so -> libchicken.so$(BINARYVERS
From: |
Felix |
Subject: |
Re: [Chicken-hackers] Linking libchicken.so -> libchicken.so$(BINARYVERSION) |
Date: |
Sat, 19 Feb 2011 01:42:45 +0100 (CET) |
From: Mario Domenech Goulart <address@hidden>
Subject: [Chicken-hackers] Linking libchicken.so ->
libchicken.so$(BINARYVERSION)
Date: Fri, 18 Feb 2011 08:19:23 -0500
> Hi,
>
> Is there a reason to link libchicken.so -> libchicken.so$(BINARYVERSION)
> _only_ when DESTDIR is not empty. I see the following code in
> rules.make:
>
> ifeq ($(DESTDIR),)
> cd "$(DESTDIR)$(ILIBDIR)" && ln -sf
> $(LIBCHICKEN_SO_FILE).$(BINARYVERSION)
> lib$(PROGRAM_PREFIX)chicken$(PROGRAM_SUFFIX)$(SO)
> endif
>
> Shouldn't it _always_ make that link (when USES_SONAME is not empty, of
> course), no matter if DESTDIR is empty or not?
>
I guess it should. I will change it accordingly.
cheers,
felix