diff options
author | krishna <none@none> | 2006-06-19 11:27:31 -0700 |
---|---|---|
committer | krishna <none@none> | 2006-06-19 11:27:31 -0700 |
commit | 88543b5cfb7f04aeebd3e525cacd360547c0c16c (patch) | |
tree | 76558d52546b172fe17aadc173ed58f40561d9a2 /usr/src/tools/env | |
parent | 428cee1ba676b0cc80da92fb058bb7ee03143df7 (diff) | |
download | illumos-joyent-88543b5cfb7f04aeebd3e525cacd360547c0c16c.tar.gz |
6357052 zulu driver Makefile breaks lint without debug build
6419846 'make lint' and 'make check' should work in open-only ON workspaces
6419983 mc-amd driver Makefile breaks lint without debug build
Contributed by Richard Lowe <richlowe@richlowe.net>.
Diffstat (limited to 'usr/src/tools/env')
-rw-r--r-- | usr/src/tools/env/opensolaris.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr/src/tools/env/opensolaris.sh b/usr/src/tools/env/opensolaris.sh index cebf489428..fda3dda26f 100644 --- a/usr/src/tools/env/opensolaris.sh +++ b/usr/src/tools/env/opensolaris.sh @@ -18,7 +18,7 @@ # # CDDL HEADER END # -# Copyright 2005 Sun Microsystems, Inc. All rights reserved. +# Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # #ident "%Z%%M% %I% %E% SMI" @@ -34,12 +34,14 @@ # do not run protocmp or checkpaths (-N) # do not bringover from the parent (-n) # creates cpio archives for bfu (-a) +# runs 'make check' (-C) +# runs lint in usr/src (-l plus the LINTDIRS variable) # sends mail on completion (-m and the MAILTO variable) # checks for changes in ELF runpaths (-r) # build and use this workspace's tools in $SRC/tools (-t) # use dmake instead of pmake (-d) # -NIGHTLY_OPTIONS="-FNnadDmrt"; export NIGHTLY_OPTIONS +NIGHTLY_OPTIONS="-FNnaCdDlmrt"; export NIGHTLY_OPTIONS # This is a variable for the rest of the script - GATE doesn't matter to # nightly itself |