diff options
Diffstat (limited to 'usr/src/uts/sparc/v9')
-rw-r--r-- | usr/src/uts/sparc/v9/Makefile.files | 10 | ||||
-rw-r--r-- | usr/src/uts/sparc/v9/Makefile.rules | 21 |
2 files changed, 4 insertions, 27 deletions
diff --git a/usr/src/uts/sparc/v9/Makefile.files b/usr/src/uts/sparc/v9/Makefile.files index 55a90f5461..21a291c1ac 100644 --- a/usr/src/uts/sparc/v9/Makefile.files +++ b/usr/src/uts/sparc/v9/Makefile.files @@ -20,14 +20,13 @@ # CDDL HEADER END # # -# uts/sparc/v9/Makefile.files # Copyright 1991,1998-1999,2003 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" + # # This Makefile defines all file modules and build rules for the -# directory uts/sparc/v9 and it's children. These are the source files which +# directory uts/sparc/v9 and its children. These are the source files which # are specific to the sparcv9 processor. # @@ -62,10 +61,7 @@ INC_PATH += -I$(UTSBASE)/sparc/v9 # # Since assym.h is a derived file, the dependency must be explicit for -# all files including this file. (This is only actually required in the -# instance when the .nse_depinfo file does not exist.) It may seem that -# the lint targets should also have a similar dependency, but they don't -# since only C headers are included when #defined(lint) is true. +# all files including this file. # ASSYM_DEPS += crt.o \ float.o \ diff --git a/usr/src/uts/sparc/v9/Makefile.rules b/usr/src/uts/sparc/v9/Makefile.rules index 36c5331f43..d094ba364f 100644 --- a/usr/src/uts/sparc/v9/Makefile.rules +++ b/usr/src/uts/sparc/v9/Makefile.rules @@ -23,7 +23,7 @@ # Copyright 1991-2002 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" + # # This Makefile defines all file modules and build rules for the # directory uts/sparc/v9 and its children. These are the source files which @@ -58,22 +58,3 @@ $(OBJS_DIR)/%.o: $(UTSBASE)/sparc/v9/syscall/%.c $(OBJS_DIR)/%.o: $(UTSBASE)/sparc/v9/vm/%.c $(COMPILE.c) -o $@ $< $(CTFCONVERT_O) - -# -# Section 1b: Lint `object' build rules. -# -$(LINTS_DIR)/%.ln: $(UTSBASE)/sparc/v9/fpu/%.c - @($(LHEAD) $(LINT.c) $< $(LTAIL)) - -$(LINTS_DIR)/%.ln: $(UTSBASE)/sparc/v9/ml/%.s - @($(LHEAD) $(LINT.s) $< $(LTAIL)) - -$(LINTS_DIR)/%.ln: $(UTSBASE)/sparc/v9/os/%.c - @($(LHEAD) $(LINT.c) $< $(LTAIL)) - -$(LINTS_DIR)/%.ln: $(UTSBASE)/sparc/v9/syscall/%.c - @($(LHEAD) $(LINT.c) $< $(LTAIL)) - -$(LINTS_DIR)/%.ln: $(UTSBASE)/sparc/v9/vm/%.c - @($(LHEAD) $(LINT.c) $< $(LTAIL)) - |