On Mon, Nov 19, 2007 at 03:12:25PM +0000, Trevor Watson wrote:

> On reviewing the output of the make, it seems like the target ("install") 
> is not being used when make goes into the web directory.
>
> I got this to work by changing "$(TARGET)" to "install" in the install 
> target for web in the top level Makefile.
>
> The question is, is this a fault in my environment, or do others see this 
> when they do a 'make install'?  To verify it, remove the proto directory 
> run 'make install' and the check to see if there are any files in 
> proto/root_/usr/share/lib/pkg

So both of these problems are related to Solaris-make specific syntax --
the := target-dependent setting of variables and the :sh shell-out variable
setting.  Are you sure you're not using gmake?

Danek
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to