changeset 11082:2209146bde7a

6897242 ksh93 makefile cleanup required
author Olga Kryzhanovska <olga.kryzhanovska@gmail.com>
date Tue, 17 Nov 2009 14:55:01 -0800
parents 5c9c847827a4
children f5064cfdf092
files usr/src/cmd/ksh/builtins/Makefile usr/src/cmd/shcomp/Makefile usr/src/lib/libsum/Makefile
diffstat 3 files changed, 3 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/cmd/ksh/builtins/Makefile	Tue Nov 17 15:48:05 2009 -0500
+++ b/usr/src/cmd/ksh/builtins/Makefile	Tue Nov 17 14:55:01 2009 -0800
@@ -65,8 +65,6 @@
 ROOTALIASPROG= $(ALIASPROG:%=$(ROOTBIN)/%)
 
 FILEMODE= 555
-OWNER= root
-GROUP= bin
 
 .KEEP_STATE:
 
@@ -85,7 +83,6 @@
 
 SRCS=	$(OBJECTS:%.o=%.c)
 
-GROUP= bin
 LDLIBS += -lshell -lcmd -last
 
 CPPFLAGS = \
--- a/usr/src/cmd/shcomp/Makefile	Tue Nov 17 15:48:05 2009 -0500
+++ b/usr/src/cmd/shcomp/Makefile	Tue Nov 17 14:55:01 2009 -0800
@@ -43,7 +43,6 @@
 
 SRCS=	$(OBJECTS:%.o=$(LIBSHELLSRC)/%.c)
 
-GROUP= bin
 LDLIBS += -lshell -last
 
 # 1. Make sure that the -D/-U defines in CFLAGS below are in sync
--- a/usr/src/lib/libsum/Makefile	Tue Nov 17 15:48:05 2009 -0500
+++ b/usr/src/lib/libsum/Makefile	Tue Nov 17 14:55:01 2009 -0800
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
+# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
 
@@ -56,10 +56,8 @@
 # We don't check these header files because they're owned by AT&T/AST
 check:
 
-$(SPARC_BLD)$(SUBDIRS):	FRC
-$(SPARC_BLD)	@cd $@; pwd; $(MAKE) $(TARGET)
-$(INTEL_BLD)$(SUBDIRS):	FRC
-$(INTEL_BLD)	@cd $@; pwd; $(MAKE) $(TARGET)
+$(SUBDIRS): FRC
+	@cd $@; pwd; $(MAKE) $(TARGET)
 
 FRC: