Subject: UPDATE_TARGET and DEPENDS_TARGET
To: None <tech-pkg@netbsd.org>
From: Roland Illig <roland.illig@gmx.de>
List: tech-pkg
Date: 04/28/2005 03:04:57
Hi all,

when rebuilding a package with many packages depending on it, I'd like 
to have the following behaviour when doing "make update":

- deinstall the depending packages
- update the current package
- reinstall the depending packages
   * from binary if it exists
   * otherwise from source
     + creating a binary package from it

I have tried to set

     UPDATE_TARGET= package
     DEPENDS_TARGET= bin-install

but I think what I really want is

     DEPENDS_TARGET= bin-package

but this is not implemented yet. :(

Roland