diff options
author | jmcp <James.McPherson@Sun.COM> | 2009-10-07 16:55:54 -0700 |
---|---|---|
committer | jmcp <James.McPherson@Sun.COM> | 2009-10-07 16:55:54 -0700 |
commit | 48bc00d6814e04ff3edb32cafe7d1bc580baff68 (patch) | |
tree | cef0fbaa0527cedbe2de4371f65da641f81ba8cf /usr/src/uts/sun4u/enchilada | |
parent | 26f848ca9bce766fd7e67d1a3b418c37698e319b (diff) | |
download | illumos-gate-48bc00d6814e04ff3edb32cafe7d1bc580baff68.tar.gz |
6880460 some root-build bits were missed by 6864230
6414832 SUNWonbld gk account should be removed
6536468 date in Nevada motd should be changed
6855668 webrev mangles dates in non-Romanised locales
6866716 estimation of max-jobs for /.make.machines is incorrect
6589104 make POUND_SIGN less of a drag
6750554 build rule for mcs gives shell+date a real workout
6885068 no need for raciness
Portions contributed by Rich Lowe
Diffstat (limited to 'usr/src/uts/sun4u/enchilada')
-rw-r--r-- | usr/src/uts/sun4u/enchilada/Makefile.targ | 32 |
1 files changed, 14 insertions, 18 deletions
diff --git a/usr/src/uts/sun4u/enchilada/Makefile.targ b/usr/src/uts/sun4u/enchilada/Makefile.targ index a7c704d6df..89b6cbc428 100644 --- a/usr/src/uts/sun4u/enchilada/Makefile.targ +++ b/usr/src/uts/sun4u/enchilada/Makefile.targ @@ -2,9 +2,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -20,10 +19,10 @@ # CDDL HEADER END # # -# Copyright 2002-2003 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" + # # Common targets for sun4u implementation specific modules. # @@ -36,31 +35,31 @@ IMPLEMENTED_PLATFORM = SUNW,Sun-Blade-2500 # Rules for implementation subdirectories. # $(ROOT_ENCHILADA_DIR): $(ROOT_PLAT_DIR) - -$(INS.dir.root.sys) + -$(INS.dir) $(ROOT_ENCHILADA_MOD_DIR): $(ROOT_ENCHILADA_DIR) - -$(INS.dir.root.sys) + -$(INS.dir) $(ROOT_ENCHILADA_MISC_DIR_32): $(ROOT_ENCHILADA_MOD_DIR) - -$(INS.dir.root.sys) + -$(INS.dir) $(ROOT_ENCHILADA_MISC_DIR_64): $(ROOT_ENCHILADA_MISC_DIR_32) - -$(INS.dir.root.sys) + -$(INS.dir) $(ROOT_ENCHILADA_DRV_DIR_32): $(ROOT_ENCHILADA_MOD_DIR) - -$(INS.dir.root.sys) + -$(INS.dir) $(ROOT_ENCHILADA_DRV_DIR_64): $(ROOT_ENCHILADA_DRV_DIR_32) - -$(INS.dir.root.sys) + -$(INS.dir) $(ROOT_ENCHILADA_CRYPTO_DIR_32): $(ROOT_ENCHILADA_MOD_DIR) - -$(INS.dir.root.sys) + -$(INS.dir) $(ROOT_ENCHILADA_CRYPTO_DIR_64): $(ROOT_ENCHILADA_CRYPTO_DIR_32) - -$(INS.dir.root.sys) + -$(INS.dir) $(USR_ENCHILADA_DIR): $(USR_PLAT_DIR) - -$(INS.dir.root.sys) + -$(INS.dir) $(USR_ENCHILADA_INC_DIR): $(USR_ENCHILADA_DIR) -$(INS.slink4) @@ -69,10 +68,7 @@ $(USR_ENCHILADA_SBIN_DIR): $(USR_ENCHILADA_DIR) -$(INS.slink5) $(USR_ENCHILADA_LIB_DIR): $(USR_ENCHILADA_DIR) - -$(INS.dir.root.bin) - -$(USR_ENCHILADA_ISYS_DIR): $(USR_ENCHILADA_INC_DIR) - -$(INS.dir.bin.bin) + -$(INS.dir) $(ROOT_ENCHILADA_MOD_DIR)/%: $(OBJS_DIR)/% $(ROOT_ENCHILADA_MOD_DIR) $(INS.file) |