summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2003-06-10 01:22:30 +0000
committerache <ache@FreeBSD.org>2003-06-10 01:22:30 +0000
commit7cae476f790ed194589c975565f6465edc79d14d (patch)
treeed74580a027bf8b8c830b7531f0953f038e9d4f7 /etc/Makefile
parent5553b15fd5a3233e45ed355fcd660ce1e4647ee2 (diff)
downloadFreeBSD-src-7cae476f790ed194589c975565f6465edc79d14d.zip
FreeBSD-src-7cae476f790ed194589c975565f6465edc79d14d.tar.gz
Old-promised removing of deprecated locale names
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 7d36cfb..0d324b3 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -153,19 +153,6 @@ distribution:
.endif
distrib-dirs:
- -set - `grep "^[a-zA-Z]" ${.CURDIR}/locale.deprecated`; \
- while [ $$# -gt 0 ] ; \
- do \
- for dir in /usr/share/locale \
- /usr/share/nls \
- /usr/local/share/nls; \
- do \
- test -d ${DESTDIR}/$${dir} && cd ${DESTDIR}/$${dir}; \
- test -L "$$2" && rm -rf "$$2"; \
- test \! -L "$$1" && test -d "$$1" && mv "$$1" "$$2"; \
- done; \
- shift; shift; \
- done
mtree -deU ${MTREE_FOLLOWS_SYMLINKS} -f ${.CURDIR}/mtree/BSD.root.dist -p ${DESTDIR}/
mtree -deU ${MTREE_FOLLOWS_SYMLINKS} -f ${.CURDIR}/mtree/BSD.var.dist -p ${DESTDIR}/var
mtree -deU ${MTREE_FOLLOWS_SYMLINKS} -f ${.CURDIR}/mtree/BSD.usr.dist -p ${DESTDIR}/usr
@@ -192,14 +179,6 @@ distrib-dirs:
ln -s "$$2" "$$1"; \
shift; shift; \
done
- cd ${DESTDIR}/usr/share/locale; \
- set - `grep "^[a-zA-Z]" ${.CURDIR}/locale.alias`; \
- while [ $$# -gt 0 ] ; \
- do \
- rm -rf "$$1"; \
- ln -s "$$2" "$$1"; \
- shift; shift; \
- done
cd ${DESTDIR}/usr/share/openssl/man/en.ISO8859-1; ln -sf ../man* .
cd ${DESTDIR}/usr/share/nls; \
set - `grep "^[a-zA-Z]" ${.CURDIR}/nls.alias`; \
OpenPOWER on IntegriCloud