summaryrefslogtreecommitdiff
path: root/usr/src/tools/scripts/Makefile
diff options
context:
space:
mode:
authorkupfer <none@none>2006-10-19 19:27:06 -0700
committerkupfer <none@none>2006-10-19 19:27:06 -0700
commit1fe696781bd9d06b5745b19d0c5161dfa09736de (patch)
treeac2b51c4bf6e3f72b30e74602160edf0f4146e3a /usr/src/tools/scripts/Makefile
parentb9048f8a3dcabbbc3c3a337a1b180afd8ff21fbf (diff)
downloadillumos-joyent-1fe696781bd9d06b5745b19d0c5161dfa09736de.tar.gz
6374716 need way to simulate OpenSolaris build
6472788 nightly(1) list of tasks has malformatted item
Diffstat (limited to 'usr/src/tools/scripts/Makefile')
-rw-r--r--usr/src/tools/scripts/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/usr/src/tools/scripts/Makefile b/usr/src/tools/scripts/Makefile
index e9870ceb5a..2942b19696 100644
--- a/usr/src/tools/scripts/Makefile
+++ b/usr/src/tools/scripts/Makefile
@@ -44,6 +44,7 @@ SHFILES= \
makebfu \
mkacr \
mkbfu \
+ mkclosed \
nightly \
protocmp.terse \
sccscheck \
@@ -113,6 +114,16 @@ install: all .WAIT $(ROOTONBLDSHFILES) $(ROOTONBLDPERLFILES) \
clean:
$(RM) $(CLEANFILES)
+bldenv: bldenv.sh stdenv.sh
+ $(RM) $@
+ sed -e '/# STDENV_START/ r stdenv.sh' bldenv.sh > bldenv
+ $(CHMOD) +x $@
+
+nightly: nightly.sh stdenv.sh
+ $(RM) $@
+ sed -e '/# STDENV_START/ r stdenv.sh' nightly.sh > nightly
+ $(CHMOD) +x $@
+
cddlchk.1: cddlchk.pl
/usr/perl5/bin/pod2man --center='User Commands' --name=cddlchk \
--section=1 --release='SunOS $(RELEASE)' $? > $@