Dave Miner wrote:
> Ethan Quach wrote:
>> Hello again caimaniacs,
>>
>> Thanks for those that provided comments for the early code review.
>> Posted here is the incremental webrev of the changes for code review
>> comments plus other fixes that we've pushed since.
>>
>> http://cr.opensolaris.org/~equach/webrev.SnapUpgrade.2
>>
>>
>> Additionally as a reference, below is the webrev of the overall snap
>> upgrade gate synced up against the current slim_source base.
>>
>> http://cr.opensolaris.org/~equach/webrev.SnapUpgrade
>>
>>
>> Again comments welcomed, particularly from those who provided the
>> initial comments on the early review.
>>
> 
> usr/src/cmd/Makefile:
> 
> 60: can just combine this with 57, i.e.
> 
> $(SUBDIRS) $(PYTHONSUBDIRS): FRC
> 
> usr/src/cmd/beadm/Makefile:
> 
> 53-54: Seems like we could add a suffix rule for .py to Makefile.master 
> as a cleaner and more general answer; that should allow for using the 
> standard PROG and its derived definitions rather than the
> 
> be_utils.c
> 
> 567-569: the fd's here should be fp's and the fp an fd

I fixed this and also went through the rest of the file making sure this wasn't 
wrong elsewhere.

> 
> 1320: "simply"

Fixed

> 
> 1330: Some example or definition of what a valid name looks like would 
> be good to include here

  * Description: This function checks to make sure that the auto generated name
  *              is in a valid format and that the date string is valid. An
  *              example a valid auto generated name would take the form:
  *              <policy>::2008-03-15-13:45:33

> 
> SUNWinstall-libs/depend:
> 
> should depend on SUNWzfs
> 
> SUNWinstall-libs/prototype_i386, prototype_sparc
> 
> 34: lines joined here
> 
> Dave
> 
> 
> 
> _______________________________________________
> caiman-discuss mailing list
> caiman-discuss at opensolaris.org
> http://mail.opensolaris.org/mailman/listinfo/caiman-discuss


Reply via email to