diff options
| author | Garrett D'Amore <garrett@nexenta.com> | 2010-10-08 12:30:38 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@nexenta.com> | 2010-10-08 12:30:38 -0700 |
| commit | 6b5e5868e7ebf1aff3a5abd7d0c4ef0e5fbf3648 (patch) | |
| tree | 2124a5f7519ce76afec5e7b1aefe0bc89f708781 /usr/src/lib/libc/Makefile | |
| parent | a154f012db8e83f5f1b49be92c91827d1868a12a (diff) | |
| download | illumos-joyent-6b5e5868e7ebf1aff3a5abd7d0c4ef0e5fbf3648.tar.gz | |
8 libc locale work needs updated license files
223 libc needs multibyte locale support for collation
225 libc locale binary files should be in native byte order
309 populate initial locales for illumos
Reviewed by: gwr@nexenta.com
Reviewed by: richlowe@richlowe.net
Reviewed by: cjlove@san.rr.net
Approved by: gwr@nexenta.com
Diffstat (limited to 'usr/src/lib/libc/Makefile')
| -rw-r--r-- | usr/src/lib/libc/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr/src/lib/libc/Makefile b/usr/src/lib/libc/Makefile index 08d61a5f76..a6415ea2a1 100644 --- a/usr/src/lib/libc/Makefile +++ b/usr/src/lib/libc/Makefile @@ -127,7 +127,11 @@ $(ROOTVARIANTDIR64)/$(VAR1_DYNLIB64) := FILEMODE= 755 .KEEP_STATE: -all: lib32 $(BUILD64) .WAIT lib64 .WAIT etc +all: lib32 $(BUILD64) .WAIT lib64 .WAIT etc THIRDPARTYLICENSE + +THIRDPARTYLICENSE: extract-copyright + $(RM) $@ + ./extract-copyright . > $@ etc: $($(MACH)_ETC) |
