From: Mario Domenech Goulart <[email protected]> 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 _______________________________________________ Chicken-hackers mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-hackers
