Dagobert Michelsen <[email protected]> writes: > The idiom to add the path to a specific phase is > CONFIGURE_ENV_PATH = /opt/csw/gnu:$(PATH) > > There are similar variables for the other phases: > BUILD_ENV_PATH > TEST_ENV_PATH > INSTALL_ENV_PATH
Nice. They are in great need of documentation... > To unconditionally add it to all phases you use > > PATH := /opt/csw/gnu:$(PATH) > > *after* the include category.mk This is what I used succesfully. Than you. -- Peter _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers .:: This mailing list's archive is public. ::.
