minor mods

This commit is contained in:
ceriel 2002-09-10 13:30:06 +00:00
parent ee2c7069e4
commit daa34d0fe6
2 changed files with 5 additions and 1 deletions

View file

@ -1,6 +1,6 @@
set -e
PATH=:$CONFIG/bin:$UTIL_HOME/bin:$PATH
PATH=::$CONFIG/bin:$UTIL_HOME/bin:/usr/ccs/bin:/usr/ucb:$PATH
export PATH
$SRC_HOME/first/create_dir $CONFIG

View file

@ -5,6 +5,10 @@ CC=cc# # compiler to be used for compiling ACK
# always passed to $(CC) -c.
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.ack## when $(CC) is an ACK-derived C compiler,
# CC_AND_MKDEP=cc-and-mkdep.sun## when $(CC) is a SUN C compiler