Make.proto
changeset 33 8a776782513f
parent 32 81aac6b3fbf5
child 35 67468d0f4a2d
--- a/Make.proto	Mon Oct 30 10:26:12 1995 +0100
+++ b/Make.proto	Mon Oct 30 14:23:13 1995 +0100
@@ -191,14 +191,17 @@
 	    $(MAKE) includeLink
 
 includeLink:
-	    -rm ttt*.H
+	    @-rm ttt*.H
 	    -mkdir include
-	    -(cd include; $(LNS) ../$(INCLUDE)/abbrev.stc .)
-	    -(cd include; $(LNS) ../$(INCLUDE)/liblist.stc .)
-	    -if [ -f $(INCLUDE)/symbols.stc ]; then                     \
-		(cd include; $(LNS) ../$(INCLUDE)/symbols.stc .);       \
-	     fi
-	    rm -f include/RCS
+	    @-echo "linking abbrev.stc ..."
+	    @-(cd include; $(LNS) ../$(INCLUDE)/abbrev.stc .)
+	    @-echo "linking liblist.stc ..."
+	    @-(cd include; $(LNS) ../$(INCLUDE)/liblist.stc .)
+	    @-if [ -f $(INCLUDE)/symbols.stc ]; then              \
+	        echo "linking symbols.stc ...";			  \
+		(cd include; $(LNS) ../$(INCLUDE)/symbols.stc .); \
+	    fi
+	    @-rm -f include/RCS include/CVS
 
 misc:       examples