2012/6/9 Peter FELECAN <[email protected]>
>
> > When you say that you're using a custom build and you wish to pass
> > specific arguments to all or some of the specific scripts, what do you
> > mean by 'a script'?
>
> I mean 'target'. See autogen's recipe where the build is split in 4
> targets, 3 of them having additional PATH set.
Right, so you need custom build-* targets to do that.
BUILD_SCRIPTS += foo
build-foo:
(cd $(WORKSRC); PATH=... gmake ...)
@$(MAKECOOKIE)
_______________________________________________
maintainers mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/maintainers
.:: This mailing list's archive is public. ::.