File tree 5 files changed +394
-15
lines changed
5 files changed +394
-15
lines changed Original file line number Diff line number Diff line change @@ -24,23 +24,23 @@ ONBLD_TOOLS=/opt/onbld
24
24
# Do both debug and non-debug build in uts, in that order, so
25
25
# (a) we know the debug code builds, and (b) install non-debug.
26
26
install : FRC
27
- $( ONBLD_TOOLS ) / bin/bldenv myenv.sh \
27
+ /usr/ bin/ksh93 tools /bldenv myenv.sh \
28
28
" cd usr/src ; $( MAKE) setup"
29
- $( ONBLD_TOOLS ) / bin/bldenv -d myenv.sh \
29
+ /usr/ bin/ksh93 tools /bldenv -d myenv.sh \
30
30
" cd usr/src/uts ; $( MAKE) install"
31
- $( ONBLD_TOOLS ) / bin/bldenv myenv.sh \
31
+ /usr/ bin/ksh93 tools /bldenv myenv.sh \
32
32
" cd usr/src ; $( MAKE) install"
33
33
34
34
debug : FRC
35
- $( ONBLD_TOOLS ) / bin/bldenv -d myenv.sh \
35
+ /usr/ bin/ksh93 tools /bldenv -d myenv.sh \
36
36
" cd usr/src ; $( MAKE) install"
37
37
38
38
clean : FRC
39
- $( ONBLD_TOOLS ) / bin/bldenv myenv.sh \
39
+ /usr/ bin/ksh93 tools /bldenv myenv.sh \
40
40
" cd usr/src ; $( MAKE) clobber"
41
41
42
42
package : FRC
43
- $( ONBLD_TOOLS ) / bin/bldenv myenv.sh \
43
+ /usr/ bin/ksh93 tools /bldenv myenv.sh \
44
44
" cd usr/src/pkg ; $( MAKE) install"
45
45
46
46
FRC :
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ to check that your patches are in sync with edits.
80
80
When doing incremental work in the gate, i.e. fixing
81
81
compilation errors, it's handy to run an editor in a
82
82
"bldenv" environment, as follows:
83
- bldenv -d myenv.sh
83
+ ksh93 tools/ bldenv -d myenv.sh
84
84
85
85
That gets you a new shell, in which you can run an
86
86
emacs if you like "meta-x compile", or whatever.
You can’t perform that action at this time.
0 commit comments