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@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@pioneer ~/projects/FreeBSD/head/usr.sbin/cron]$ touch lib/entry.c
[sobomax@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@pioneer ~/projects/FreeBSD/head/usr.sbin/cron]$
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"