From: ceriel Date: Tue, 10 Sep 2002 13:30:06 +0000 (+0000) Subject: minor mods X-Git-Tag: release-5-5~6 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=daa34d0fe6ee031a6c4713a01a8ee49ccdd23529;p=ack.git minor mods --- diff --git a/first/install_tail b/first/install_tail index 99aff0ea2..5e644ce8a 100644 --- a/first/install_tail +++ b/first/install_tail @@ -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 diff --git a/first/target_comp b/first/target_comp index 4e41566c2..bd95b42a0 100644 --- a/first/target_comp +++ b/first/target_comp @@ -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