summaryrefslogtreecommitdiff
path: root/usr/src/tools/gk/Makefile
diff options
context:
space:
mode:
authorjmcp <James.McPherson@Sun.COM>2009-10-07 16:55:54 -0700
committerjmcp <James.McPherson@Sun.COM>2009-10-07 16:55:54 -0700
commit48bc00d6814e04ff3edb32cafe7d1bc580baff68 (patch)
treecef0fbaa0527cedbe2de4371f65da641f81ba8cf /usr/src/tools/gk/Makefile
parent26f848ca9bce766fd7e67d1a3b418c37698e319b (diff)
downloadillumos-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/tools/gk/Makefile')
-rw-r--r--usr/src/tools/gk/Makefile14
1 files changed, 10 insertions, 4 deletions
diff --git a/usr/src/tools/gk/Makefile b/usr/src/tools/gk/Makefile
index 6790a54999..0ba98fd187 100644
--- a/usr/src/tools/gk/Makefile
+++ b/usr/src/tools/gk/Makefile
@@ -27,16 +27,22 @@ GKFILES= \
cshrc \
login
+SHFILES = gen_make.machines
+ROOTONBLDGKSHFILES = $(SHFILES)
-include ../Makefile.tools
+CLEANFILES += $(GKFILES) $(SHFILES)
-FILEMODE= 644
+include ../Makefile.tools
.KEEP_STATE:
-all: $(GKFILES)
+FILEMODE = 0644
+$(ROOTONBLDGKSHFILES):= FILEMODE= 755
+
+all: $(GKFILES) $(SHFILES)
-install: all .WAIT $(ROOTONBLDGKFILES)
+install: all .WAIT $(ROOTONBLDGKFILES) \
+ $(ROOTONBLDGKSHFILES)
clean:
$(RM) $(CLEANFILES)