minor mods
This commit is contained in:
parent
ee2c7069e4
commit
daa34d0fe6
2 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
PATH=:$CONFIG/bin:$UTIL_HOME/bin:$PATH
|
PATH=::$CONFIG/bin:$UTIL_HOME/bin:/usr/ccs/bin:/usr/ucb:$PATH
|
||||||
export PATH
|
export PATH
|
||||||
|
|
||||||
$SRC_HOME/first/create_dir $CONFIG
|
$SRC_HOME/first/create_dir $CONFIG
|
||||||
|
|
|
@ -5,6 +5,10 @@ CC=cc# # compiler to be used for compiling ACK
|
||||||
# always passed to $(CC) -c.
|
# always passed to $(CC) -c.
|
||||||
COPTIONS=-O -D_EM_WSIZE=4 -D_EM_PSIZE=4
|
COPTIONS=-O -D_EM_WSIZE=4 -D_EM_PSIZE=4
|
||||||
|
|
||||||
|
# passed to $(CC) -c when compiling modules.
|
||||||
|
LIBOPTIONS=#
|
||||||
|
# LIBOPTIONS=-LIB -L # when $(CC) is ACK
|
||||||
|
|
||||||
CC_AND_MKDEP=cc-and-mkdep.all# # when $(CC) is neither ACK or SUN,
|
CC_AND_MKDEP=cc-and-mkdep.all# # when $(CC) is neither ACK or SUN,
|
||||||
# CC_AND_MKDEP=cc-and-mkdep.ack## when $(CC) is an ACK-derived C compiler,
|
# CC_AND_MKDEP=cc-and-mkdep.ack## when $(CC) is an ACK-derived C compiler,
|
||||||
# CC_AND_MKDEP=cc-and-mkdep.sun## when $(CC) is a SUN C compiler
|
# CC_AND_MKDEP=cc-and-mkdep.sun## when $(CC) is a SUN C compiler
|
||||||
|
|
Loading…
Add table
Reference in a new issue