Fix "ls: not found" problem during buildworld. mdate.sh script
commit9cf96253872ca98917cb6b20c5408b90c2f440ea
authorYONETANI Tomokazu <y0netan1@dragonflybsd.org>
Wed, 22 Mar 2006 16:54:31 +0000 (22 16:54 +0000)
committerYONETANI Tomokazu <y0netan1@dragonflybsd.org>
Wed, 22 Mar 2006 16:54:31 +0000 (22 16:54 +0000)
treec9f5a334aa8791ce2b7e83c939d53c7d2705a6fe
parent5dbdbb506cd94c6aea8855689b04fa0203dc9332
Fix "ls: not found" problem during buildworld.  mdate.sh script
that comes with groff distribution relies on ls command, which is
no longer part of the bootstrap-tools.  Replace this script with
stat command, which IS part of the bootstrap-tools.
New version slightly differs from the original in how day of month
is formatted when it's less than 10, but that shouldn't be a problem.
gnu/usr.bin/groff/Makefile.inc