summaryrefslogtreecommitdiff
path: root/usr/src/cmd/terminfo/Makefile
diff options
context:
space:
mode:
authorjmcp <James.McPherson@Sun.COM>2009-07-29 16:56:03 -0700
committerjmcp <James.McPherson@Sun.COM>2009-07-29 16:56:03 -0700
commit24fe0b3bf671e123467ce1df0b67cadd3614c8e4 (patch)
treeb1dbcd8a1c725f5a5c63b280db8456826236565d /usr/src/cmd/terminfo/Makefile
parent1c4f4ba644d8782956721a39baaa3a53ebc34570 (diff)
downloadillumos-joyent-24fe0b3bf671e123467ce1df0b67cadd3614c8e4.tar.gz
6864230 hiho, hiho, it'ch chtime for CH to go
Portions contributed by Rich Lowe
Diffstat (limited to 'usr/src/cmd/terminfo/Makefile')
-rw-r--r--usr/src/cmd/terminfo/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/usr/src/cmd/terminfo/Makefile b/usr/src/cmd/terminfo/Makefile
index bdd865ab9c..553f2ea947 100644
--- a/usr/src/cmd/terminfo/Makefile
+++ b/usr/src/cmd/terminfo/Makefile
@@ -18,10 +18,7 @@
#
# CDDL HEADER END
#
-#
-#ident "%Z%%M% %I% %E% SMI"
-#
-# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
+# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
@@ -53,8 +50,6 @@ ECHO= echo
ROOTSHARELIBDIR = $(ROOT)/usr/share/lib
ROOTTABDIR = $(ROOTSHARELIBDIR)/tabset
ROOTTERMDIR = $(ROOTSHARELIBDIR)/terminfo
-OWNER = root
-GROUP = bin
DIRS= $(ROOTTERMDIR) $(ROOTTABDIR)
ROOTSYMLINK = $(ROOTETC)/termcap
@@ -82,8 +77,6 @@ $(PROG).src: $(PARTS)
$(ROOTTERMDIR)/s/sun: $(PROG).src
TERMINFO=$(ROOTTERMDIR) 2>&1 $(TIC) -v $(PROG).src > errs
- $(CHOWN) -R $(OWNER) $(ROOTTERMDIR)
- $(CHGRP) -R $(GROUP) $(ROOTTERMDIR)
@$(ECHO) "\n`2>/dev/null cat errs|wc -l` entries have been compiled\n"
@-( 2>/dev/null cat errs|grep -iv "^mkdir"|grep -iv "^create"|grep -iv "^link"|grep -vi terminfo.src|grep -vi touch|grep -vi "working"; \
if [ $$? -ne 0 ] ; \