Danek Duvall wrote:
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/pkgSo 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?
Yes, but I'm using gmake 3.80 on S10U4 and I notice that NV has gmake 3.81, which claims to have a lot of bug fixes and feature improvements. I suspect that you are using this.
I'll need to switch to my laptop to verify this. Trev
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
