[install-discuss] code review request: 6739234 move SVR4 packaging to ONNV gate

2009-04-28 Thread James Carlson
Moriah Waterland writes: > o Moved libinst out of libraries and into cmd/svr4pkg/libinst. Libinst > had compilation problems under the libraries directory in the ON > gate because it calls functions that are defined in code under > cmd/svr4pkg. Spoke with Dave Marker about situation and he sugge

[install-discuss] code review request: 6739234 move SVR4 packaging to ONNV gate

2009-04-28 Thread James Carlson
Mark J. Nelson writes: > this section should read simply > >49 SUBDIRS=$(CMDSUBDIRS) $(LIBSUBDIR) > >87 $(CMDSUBDIRS): $(LIBSUBDIR) >88 >89 all clean clobber install lint _msg: $(SUBDIRS) That sets the default build target for 'make' to be $(CMDSUBDIRS) (rather than "all"

[install-discuss] code review request: 6739234 move SVR4 packaging to ONNV gate

2009-04-28 Thread Mark J. Nelson
Apologies to individuals getting a second copy, the alias copy was rejected and this seemed more useful than creating a thread with a different cc list. --Mark Moriah Waterland wrote: > Mark, Jim, and Sundar, > > Thank you for agreeing to review my changes related to move of the > SVR4 packag

[install-discuss] code review request: 6739234 move SVR4 packaging to ONNV gate

2009-04-28 Thread Mark J. Nelson
Same apologies, shorter note. --Mark James Carlson wrote: > Mark J. Nelson writes: >> this section should read simply >> >>49 SUBDIRS= $(CMDSUBDIRS) $(LIBSUBDIR) >> >>87 $(CMDSUBDIRS): $(LIBSUBDIR) >>88 >>89 all clean clobber install lint _msg: $(SUBDIRS) > > That sets th