|
Description
|
chkargs/Makefile.com cpmtaoms tje fp;;pwomg target fpr $(ROOTISAEXEC):
$(ROOTISAEXEC):
$(RM) $@; $(CP) -p /usr/lib/isaexec $@
Besides not picking up isaexec from the proto area (which is where I suspect it was intended), f a workspace is built on a filesystem with higher levels of security, the copy can fail, or even succeed, but return an error code that causes the build to fail. And as there is little more than an error code, it isn't immediately obvious what failed.
|