rpm install ko module.
need run depmod -A
to update module.dep
, but the timestamp of ko files isn't current timestamp.
so can use current time stamp of installed file during rpm installing
rpm install ko module.
need run depmod -A
to update module.dep
, but the timestamp of ko files isn't current timestamp.
so can use current time stamp of installed file during rpm installing
You are confusing build time with install time: they are different time stamps.