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/Makefile.psm | |
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/Makefile.psm')
-rw-r--r-- | usr/src/Makefile.psm | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/usr/src/Makefile.psm b/usr/src/Makefile.psm index 81a8cb3c17..a178b2a208 100644 --- a/usr/src/Makefile.psm +++ b/usr/src/Makefile.psm @@ -26,16 +26,7 @@ # # Makefile.psm, global definitions for platform specific modules -# -# The distinction between root.sys and root.bin is largely historical; -# the files in group bin used to be owned by user bin. -# -INS.dir.root.sys= $(INS) -s -d -m $(DIRMODE) $@ -INS.dir.root.bin= $(INS) -s -d -m $(DIRMODE) $@ -# -# -# ROOT_PLAT_DIR = $(ROOT)/platform ROOT_PSM_DIR = $(ROOT_PLAT_DIR)/$(PLATFORM) |