Paul Cunningham wrote: > Eddie, > > Eddie Luo wrote: >> Eddie Luo wrote: >>> Paul Cunningham wrote: > .. cut .. > >>>> 3. usr/src/cmd/lua/Makefile.sfw >>>> How does ... >>>> 41 $(MAKE) install) >>>> know to install it in the ws proto area ? >>> >>> It's controlled by tarball's Makefile & src/Makefile after patching, >>> see below tarball's Makefile after unpacked and patching: >> ... cut ... > >>> # so take care if INSTALL_TOP is not an absolute path. >>> INSTALL_TOP= $(ROOT)/usr >>> INSTALL_BIN= $(INSTALL_TOP)/bin > > Are you sure that this doesn't make anything in your run-time > installed package think that it is installed in the build ws proto > area ? ie. is this only used in 'make install' and not in 'make solaris'.
Yes, it's only used in 'make install' and not in 'make solaris'. Thanks, Eddie
