diff options
author | Olga Kryzhanovska <olga.kryzhanovska@gmail.com> | 2009-11-17 14:55:01 -0800 |
---|---|---|
committer | Olga Kryzhanovska <olga.kryzhanovska@gmail.com> | 2009-11-17 14:55:01 -0800 |
commit | 3d10f6d1f4b3a823e77eca62a717bbbcf6c04a05 (patch) | |
tree | a9b9bea9b43373493d1291ffa261ef48a9a3f62c | |
parent | 60220f10412f6a7c5b45f950f6f6aa364658a179 (diff) | |
download | illumos-joyent-3d10f6d1f4b3a823e77eca62a717bbbcf6c04a05.tar.gz |
6897242 ksh93 makefile cleanup required
-rw-r--r-- | usr/src/cmd/ksh/builtins/Makefile | 3 | ||||
-rw-r--r-- | usr/src/cmd/shcomp/Makefile | 1 | ||||
-rw-r--r-- | usr/src/lib/libsum/Makefile | 8 |
3 files changed, 3 insertions, 9 deletions
diff --git a/usr/src/cmd/ksh/builtins/Makefile b/usr/src/cmd/ksh/builtins/Makefile index 52808250c7..69a86bbaae 100644 --- a/usr/src/cmd/ksh/builtins/Makefile +++ b/usr/src/cmd/ksh/builtins/Makefile @@ -65,8 +65,6 @@ $(SPARC_BLD)include ../../Makefile.cmd.64 ROOTALIASPROG= $(ALIASPROG:%=$(ROOTBIN)/%) FILEMODE= 555 -OWNER= root -GROUP= bin .KEEP_STATE: @@ -85,7 +83,6 @@ OBJECTS= \ SRCS= $(OBJECTS:%.o=%.c) -GROUP= bin LDLIBS += -lshell -lcmd -last CPPFLAGS = \ diff --git a/usr/src/cmd/shcomp/Makefile b/usr/src/cmd/shcomp/Makefile index 1e2e774413..63ee23fa07 100644 --- a/usr/src/cmd/shcomp/Makefile +++ b/usr/src/cmd/shcomp/Makefile @@ -43,7 +43,6 @@ LIBSHELLSRC=$(LIBSHELLBASE)/common/sh SRCS= $(OBJECTS:%.o=$(LIBSHELLSRC)/%.c) -GROUP= bin LDLIBS += -lshell -last # 1. Make sure that the -D/-U defines in CFLAGS below are in sync diff --git a/usr/src/lib/libsum/Makefile b/usr/src/lib/libsum/Makefile index 9a77d9b20d..7e321090c1 100644 --- a/usr/src/lib/libsum/Makefile +++ b/usr/src/lib/libsum/Makefile @@ -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 @@ install_h: $(ROOTHDRS) # 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: |