Update Makefile.depend filesAfter building packages we have a number of newand updated Makefile.depend filesReviewed by: stevek
Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
seq(1): Require user-provided format strings to contain a conversionThis matches GNU seq, for example.For users that are looking for similar functionality, 'jot -b foo N' willprint 'foo' N times
seq(1): Require user-provided format strings to contain a conversionThis matches GNU seq, for example.For users that are looking for similar functionality, 'jot -b foo N' willprint 'foo' N times. See jot(1).PR: 236347Reported by: <y AT maya.st>Sponsored by: Dell EMC Isilon
show more ...
seq(1): Consistently include 'last' for non-integersThe source of error is a rounded increment being too large and thus the loopsteps slightly past 'last'. Perform a final comparison using the fo
seq(1): Consistently include 'last' for non-integersThe source of error is a rounded increment being too large and thus the loopsteps slightly past 'last'. Perform a final comparison using the formattedstring values (truncated precision) to determine if we still need to printthe 'last' value.PR: 217149Submitted by: Fernando Apesteguía <fernando.apesteguia AT gmail.com>, Yuri Pankov <yuripv AT icloud.com> (earlier version)Reported by: Martijn Dekker <mcdutchie AT hotmail.com>Sponsored by: Dell EMC Isilon