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/lw8 | |
| parent | 26f848ca9bce766fd7e67d1a3b418c37698e319b (diff) | |
| download | illumos-joyent-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/lw8')
| -rw-r--r-- | usr/src/uts/sun4u/lw8/Makefile.targ | 26 | ||||
| -rw-r--r-- | usr/src/uts/sun4u/lw8/sys/Makefile | 2 |
2 files changed, 14 insertions, 14 deletions
diff --git a/usr/src/uts/sun4u/lw8/Makefile.targ b/usr/src/uts/sun4u/lw8/Makefile.targ index a8a58a0e9f..3067004afd 100644 --- a/usr/src/uts/sun4u/lw8/Makefile.targ +++ b/usr/src/uts/sun4u/lw8/Makefile.targ @@ -20,10 +20,10 @@ # # -# Copyright 2006 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 LW8 implementation specific modules. # @@ -34,43 +34,43 @@ # Rules for implementation subdirectories. # $(ROOT_LW8_DIR): $(ROOT_PLAT_DIR) - -$(INS.dir.root.sys) + -$(INS.dir) $(ROOT_LW8_MOD_DIR): $(ROOT_LW8_DIR) - -$(INS.dir.root.sys) + -$(INS.dir) $(ROOT_LW8_DRV_DIR_32): $(ROOT_LW8_MOD_DIR) - -$(INS.dir.root.sys) + -$(INS.dir) $(ROOT_LW8_DRV_DIR_64): $(ROOT_LW8_DRV_DIR_32) - -$(INS.dir.root.sys) + -$(INS.dir) $(ROOT_LW8_MISC_DIR_32): $(ROOT_LW8_MOD_DIR) - -$(INS.dir.root.sys) + -$(INS.dir) $(ROOT_LW8_MISC_DIR_64): $(ROOT_LW8_MISC_DIR_32) - -$(INS.dir.root.sys) + -$(INS.dir) $(ROOT_LW8_CRYPTO_DIR_32): $(ROOT_LW8_MOD_DIR) - -$(INS.dir.root.sys) + -$(INS.dir) $(ROOT_LW8_CRYPTO_DIR_64): $(ROOT_LW8_CRYPTO_DIR_32) - -$(INS.dir.root.sys) + -$(INS.dir) $(USR_LW8_DIR): $(USR_PLAT_DIR) - -$(INS.dir.root.sys) + -$(INS.dir) $(USR_LW8_INC_DIR): $(USR_LW8_DIR) $(INS.slink4) $(USR_LW8_ISYS_DIR): $(USR_LW8_INC_DIR) - $(INS.dir.root.bin) + $(INS.dir) $(USR_LW8_SBIN_DIR): $(USR_LW8_DIR) $(INS.slink5) $(USR_LW8_LIB_DIR): $(USR_LW8_DIR) - -$(INS.dir.root.bin) + -$(INS.dir) $(ROOT_LW8_DRV_DIR)/%: $(OBJS_DIR)/% $(ROOT_LW8_DRV_DIR) FRC $(INS.file) diff --git a/usr/src/uts/sun4u/lw8/sys/Makefile b/usr/src/uts/sun4u/lw8/sys/Makefile index 1860e85cbe..bad3b22c91 100644 --- a/usr/src/uts/sun4u/lw8/sys/Makefile +++ b/usr/src/uts/sun4u/lw8/sys/Makefile @@ -61,7 +61,7 @@ $(USR_LW8_ISYS_DIR)/%: % $(USR_LW8_ISYS_DIR) $(INS.file) $(ROOTDIRS): - $(INS.dir.root.bin) + $(INS.dir) FRC: |
