pkgsrc-Users archive

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

Re: Any shortcut to avoid make clean after adding buildlink?



On Sun, 04 Mar 2012 20:01:06 +0900, Mayuresh <mayuresh%acm.org@localhost> wrote:

While trying to add a buildlink I realize, the change takes effect only
after a make clean. Is that correct and is there any way to avoid make
clean.

I am realizing new dependencies one by one and it's very time taking to
make clean after every dependency for large packages.

maybe completely correct, but followings may help you:
% rm ${WRKDIR}/.depends_done
% rm ${WRKDIR}/.wrapper_done
% rm -r ${WRKDIR}/.buildlink
% make wrapper

--
OBATA Akio / obache%NetBSD.org@localhost


Home | Main Index | Thread Index | Old Index