minor mods
authorceriel <none@none>
Tue, 10 Sep 2002 13:30:06 +0000 (13:30 +0000)
committerceriel <none@none>
Tue, 10 Sep 2002 13:30:06 +0000 (13:30 +0000)
first/install_tail
first/target_comp

index 99aff0e..5e644ce 100644 (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
index 4e41566..bd95b42 100644 (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