Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

re: CVS commit: src/share/mk



"Christos Zoulas" writes:
> Module Name:	src
> Committed By:	christos
> Date:		Tue Jun  2 23:00:25 UTC 2015
> 
> Modified Files:
> 	src/share/mk: bsd.lib.mk
> 
> Log Message:
> Strip the debug symbols via a temporary file, atomically replacing the full
> random access archive to avoid races.

thanks for looking, but this doesn't really fix the problem.

the install target can still run before the .so is complete.  it's
just now that a file will always be there -- but it might be the
pre-stripped file now installed, as well as the debug info one.

i am testing a fix that merges the creation such that make won't
consider the .so up to date until after it's actually finished
creating it.


.mrg.


Home | Main Index | Thread Index | Old Index