svn commit: r312446 - head/lib/libc/stdtime
Ed Maste
emaste at FreeBSD.org
Fri Jan 20 02:10:00 UTC 2017
Author: emaste
Date: Fri Jan 20 02:09:59 2017
New Revision: 312446
URL: https://svnweb.freebsd.org/changeset/base/312446
Log:
libc: remove reference to nonexistent lib/locale directory
As far as I can tell this was introduced in r72406 and updated in several
subsequent revisions, but the lib/locale directory it referenced never
existed.
Reviewed by: ngie
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D9252
Modified:
head/lib/libc/stdtime/Makefile.inc
Modified: head/lib/libc/stdtime/Makefile.inc
==============================================================================
--- head/lib/libc/stdtime/Makefile.inc Fri Jan 20 00:17:53 2017 (r312445)
+++ head/lib/libc/stdtime/Makefile.inc Fri Jan 20 02:09:59 2017 (r312446)
@@ -1,8 +1,7 @@
# Makefile.inc,v 1.2 1994/09/13 21:26:01 wollman Exp
# $FreeBSD$
-.PATH: ${LIBC_SRCTOP}/stdtime ${LIBC_SRCTOP}/../locale \
- ${LIBC_SRCTOP}/../../contrib/tzcode/stdtime
+.PATH: ${LIBC_SRCTOP}/stdtime ${LIBC_SRCTOP}/../../contrib/tzcode/stdtime
SRCS+= asctime.c difftime.c localtime.c strftime.c strptime.c timelocal.c \
time32.c
More information about the svn-src-all
mailing list