tech-toolchain archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: final steps for reproduceable builds.
Alan Barrett <apb%cequrux.com@localhost> writes:
> On Mon, 09 Mar 2009, Perry E. Metzger wrote:
>> # If you change this, please consider reflecting the change in
>> # the override in sys/rump/Makefile.rump.
>> .if !target(__archivebuild)
>> __archivebuild: .USE
>> ${_MKTARGET_BUILD}
>> rm -f ${.TARGET}
>> - ${AR} cq ${.TARGET} `NM=${NM} ${LORDER} ${.ALLSRC:M*o} | ${TSORT}`
>> - ${RANLIB} ${.TARGET}
>> + ${AR} ${_ARFL} ${.TARGET} `NM=${NM} ${LORDER} ${.ALLSRC:M*o} | ${TSORT}`
>> .endif
>
> I see you unconditionally removed the ${RANLIB} invocation.
Yes. ar with the "s" flag does ranlib now -- there is no need to
invoke a different program.
Perry
--
Perry E. Metzger perry%piermont.com@localhost
Home |
Main Index |
Thread Index |
Old Index