svn commit: r241625 - head/usr.sbin/cron/cron

Maxim Sobolev sobomax at FreeBSD.org
Mon Oct 22 16:42:03 UTC 2012


On 10/22/2012 9:35 AM, Eitan Adler wrote:
> Why? Can this be fixed if this is not intended?

Well, I see libcron in the DPADD for the cron(8), so I think as far as 
normal buildworld is concerned things are good. It's just that if you 
build the cron only manually, it's not recompiled automatically. Maybe 
one need to do make depend or something.

-Maxim

[sobomax at pioneer ~/projects/FreeBSD/head/usr.sbin/cron]$ make
===> lib (all)
Warning: Object directory not changed from original 
/usr/home/sobomax/projects/FreeBSD/head/usr.sbin/cron/lib
===> cron (all)
Warning: Object directory not changed from original 
/usr/home/sobomax/projects/FreeBSD/head/usr.sbin/cron/cron
===> crontab (all)
Warning: Object directory not changed from original 
/usr/home/sobomax/projects/FreeBSD/head/usr.sbin/cron/crontab
[sobomax at pioneer ~/projects/FreeBSD/head/usr.sbin/cron]$ touch lib/entry.c
[sobomax at pioneer ~/projects/FreeBSD/head/usr.sbin/cron]$ make
===> lib (all)
Warning: Object directory not changed from original 
/usr/home/sobomax/projects/FreeBSD/head/usr.sbin/cron/lib
cc -O2 -pipe 
-I/usr/home/sobomax/projects/FreeBSD/head/usr.sbin/cron/lib/../cron 
-DLOGIN_CAP -DPAM -std=gnu99 -fstack-protector -Wsystem-headers -Werror 
-Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Wno-uninitialized 
-Wno-pointer-sign -c entry.c
building static cron library
ranlib libcron.a
===> cron (all)
Warning: Object directory not changed from original 
/usr/home/sobomax/projects/FreeBSD/head/usr.sbin/cron/cron
===> crontab (all)
Warning: Object directory not changed from original 
/usr/home/sobomax/projects/FreeBSD/head/usr.sbin/cron/crontab
[sobomax at pioneer ~/projects/FreeBSD/head/usr.sbin/cron]$


More information about the svn-src-all mailing list