Re: finding where a make variable is set

2009-05-29 Thread Chuck Robey
Robert Huff wrote: > Given: > > huff@>> pd /usr/ports/editors/openoffice.org-3 > /usr/ports/editors/openoffice.org-3 /var/db/pkg > huff@>> make -V CP > /bin/cp > > how do I track down where CP gets set? It isn't in the > Makefile itself; is it in /usr/share/mk/*.mk? Would it be lik

Re: finding where a make variable is set

2009-05-29 Thread Mel Flynn
On Friday 29 May 2009 18:04:49 Robert Huff wrote: > Given: > > huff@>> pd /usr/ports/editors/openoffice.org-3 > /usr/ports/editors/openoffice.org-3 /var/db/pkg > huff@>> make -V CP > /bin/cp > > how do I track down where CP gets set? It isn't in the > Makefile itself; is it in /usr/sha

Re: finding where a make variable is set

2009-05-29 Thread Robert Huff
Wesley Shields writes: > >Given: > > > > huff@>> pd /usr/ports/editors/openoffice.org-3 > > /usr/ports/editors/openoffice.org-3 /var/db/pkg > > huff@>> make -V CP > > /bin/cp > > > >how do I track down where CP gets set? It isn't in the > > Makefile itself; is it in /usr/shar

Re: finding where a make variable is set

2009-05-29 Thread Wesley Shields
On Fri, May 29, 2009 at 12:04:49PM -0400, Robert Huff wrote: > > Given: > > huff@>> pd /usr/ports/editors/openoffice.org-3 > /usr/ports/editors/openoffice.org-3 /var/db/pkg > huff@>> make -V CP > /bin/cp > > how do I track down where CP gets set? It isn't in the > Makefile itself;

finding where a make variable is set

2009-05-29 Thread Robert Huff
Given: huff@>> pd /usr/ports/editors/openoffice.org-3 /usr/ports/editors/openoffice.org-3 /var/db/pkg huff@>> make -V CP /bin/cp how do I track down where CP gets set? It isn't in the Makefile itself; is it in /usr/share/mk/*.mk? Robert Huff