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
_______________________________________________
maintainers mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/maintainers

Reply via email to