Excerpts from Peter FELECAN's message of Sat Jun 09 12:54:02 -0400 2012:

Hi Peter,

> This is what I've done. But there is the BUILD_ARGS variable which can
> add extra arguments to the default build. My question is related to
> this: how to add custom arguments to custom builds?
> 
> BTW, I use the following construct:
> 
> build-foo:
>     PATH="/opt/csw/gnu:$$PATH" $(MAKE) -C $(WORKSRC)
>     $(MAKECOOKIE)

So if I understand what your recipe might be, you'd have:

BUILD_SCRIPTS = foo
BUILD_SCRIPTS += bar
BUILD_SCRIPTS += baz

build-foo:
        ...

build-bar:
        ...

build-baz:
        ...

If you have multiple targets, wouldn't you just use custom options in
the custom targets, factoring any commonality into a variable that
they all reference?

Maybe I'm still missing what you're attempting to do though...

Thanks
-Ben
--
Ben Walton
Systems Programmer - CHASS
University of Toronto
C:416.407.5610 | W:416.978.4302

_______________________________________________
maintainers mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/maintainers
.:: This mailing list's archive is public. ::.

Reply via email to