be commented out; it must start on the first column of the line.
Makefile.tmpl (KH): Fix typos in Dan's original template.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7681
dc483132-0cff-0310-8789-
dd5450dbe970
+Wed Mar 20 00:16:45 1996 Theodore Y. Ts'o <tytso@dcl>
+
+ * macfiles.sh: Improved matching of the SRCS declaration. It must
+ not be commented out; it must start on the first column of
+ the line.
+
+ * Makefile.tmpl (KH): Fix typos in Dan's original template.
+
Wed Feb 7 00:26:08 1996 Theodore Y. Ts'o <tytso@dcl>
* Makefile.tmpl, macfiles.sh: New files, for danw's changes to
.c.PPC.o : .c
MWCPPC {DepDir}{Default}.c {OPTIONS} -prefix {KHPPC}
-{KH}68K : {KH}.pch
+{KH68K} : {KH}KerberosHeaders.pch
MWC68K {KH}KerberosHeaders.pch -precompile {KH68K} {OPTIONS} -i {KH}
-{KH}PPC : {KH}.pch
- MWCPPC {KH}KerberosHeaders.pch -precompile {KH}PPC {OPTIONS} -i {KH}
+{KHPPC} : {KH}KerberosHeaders.pch
+ MWCPPC {KH}KerberosHeaders.pch -precompile {KHPPC} {OPTIONS} -i {KH}
link :
MWLink68K -library -model far -o libkrb5.68K {K5OBJS68K}
for DIR do
for SDIR in `sed -n -e 's/MAC_SUBDIRS.*=//p' $DIR/Makefile.in`; do
- awk '/SRCS?[ ]*=/, /[^\\]$/' $DIR/$SDIR/Makefile.in | \
+ awk '/^SRCS?[ ]*=/, /[^\\]$/' $DIR/$SDIR/Makefile.in | \
tr ' ' '\012\012' | sed -n -e 's|.*[/)]\([A-Za-z0-9_]*\.c\).*|\1|' -e 's|\(.*\.c\)|'$DIR/$SDIR'/\1|p';
ls -1 $DIR/$SDIR/*.h 2> /dev/null
mac/macfiles.sh $DIR/$SDIR;