[csw-devel] SF.net SVN: gar:[20989] csw/mgar/pkg/otr/trunk/Makefile
Dagobert Michelsen
dam at opencsw.org
Tue May 7 12:26:30 CEST 2013
Hi Laurent,
Am 04.05.2013 um 22:22 schrieb Maciej (Matchek) Bliziński <maciej at opencsw.org>:
> 2013/5/4 <lblume at users.sourceforge.net>:
>> +# On sparc, the dependencies end up different
>> +ifeq ($(shell uname -p), sparc)
>> + RUNTIME_DEP_PKGS_CSWlibotr5 += CSWlibgpg-error0
>> + RUNTIME_DEP_PKGS_CSWotr += CSWlibgpg-error0
>> +endif
>
> There's a GARCH variable which already contains the architecture information.
The usual idiom is
RUNTIME_DEP_PKGS_CSWlibotr5-sparc += CSWlibgpg-error0
RUNTIME_DEP_PKGS_CSWlibotr5 += $(RUNTIME_DEP_PKGS_CSWlibotr5-$(GARCH))
Best regards
-- Dago
--
"You don't become great by trying to be great, you become great by wanting to do something,
and then doing it so hard that you become great in the process." - xkcd #896
More information about the devel
mailing list