[csw-maintainers] help from mGar gods requested
Dagobert Michelsen
dam at opencsw.org
Wed Mar 25 16:33:16 CET 2009
Hi Mike,
Am 25.03.2009 um 16:21 schrieb Mike Watters:
> inside of an ifeq ($(shell uname -p),i386)
> I have tried using ISAEXEC_FILES = $(bindir)/file
> I currently have it setup to be ISAEXEC_FILES_CSWpkgname = /opt/csw/
> gcc4/bin/{file}
This should be ok. Doesn't it work the way you expected?
BTW, personally I disvavor the use of 'ifeq' to variable definition:
> ISAEXEC_FILES_CSWpkgname_i386 = /opt/csw/gcc4/bin/{file}
> ISAEXEC_FILES_CSWpkgname = $(ISAEXEC_FILES_CSWpkgname_$(GARCH))
But this is more a matter of taste :-)
Best regards
-- Dago
More information about the maintainers
mailing list