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
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"
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
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