This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d7bcf73630
freebsd-dev
/
usr.bin
/
locale
/
Makefile
7 lines
87 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add locale(1). I have used it for while as useful debugging tool for locale related things. So, I think it could be useful for others. It's not yet implement (or implement in different manner) all POSIX things, but I think it's good enough for start. POSIX conformance related updates and manpage to follow relatively soon.
2002-10-16 13:17:18 +00:00
# $FreeBSD$
Always assign WARNS using ?= - fix some nearby style bugs - include Makefile.inc where it makes sense and reduces duplication Approved by: ed (co-mentor)
2010-03-02 16:58:04 +00:00
PROG
=
locale
Adopt SRCTOP in usr.bin Prefer ${SRCTOP}/foo over ${.CURDIR}/../../foo and ${SRCTOP}/usr.bin/foo over ${.CURDIR}/../foo for paths in Makefiles. Differential Revision: https://reviews.freebsd.org/D9932 Sponsored by: Netflix Silence on: arch@ (twice)
2017-03-12 18:58:44 +00:00
CFLAGS
+=
-I
${
SRCTOP
}
/lib/libc/locale
Add locale(1). I have used it for while as useful debugging tool for locale related things. So, I think it could be useful for others. It's not yet implement (or implement in different manner) all POSIX things, but I think it's good enough for start. POSIX conformance related updates and manpage to follow relatively soon.
2002-10-16 13:17:18 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink