pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/44696: Support for diverse make-compatible MAKE_PROGRAMs [patch]



>  This sounds interesting. Can you send a tested example patch for
>  a package that currently override do-build/do-install instead to show
>  how this would simplify things?

Have a look at lang/runawk/Makefile, wip/pkg_summary-utils, wip/distbb
or some other my packages in wip based on mk-configure. There I have
only one line.

 MAKE_PROGRAM = mkcmake

Replacing it with manual do-build and do-install targets is not a good
idea because default ones are just excellent except make program.
mkcmake is a trivial wrapper over bmake (actually bmake -m
/path/to/includes), so it is fully compatible with default do-build and 
do-install.

-- 
Best regards, Aleksey Cheusov.


Home | Main Index | Thread Index | Old Index