shithub: sirjofri_de

Download patch

ref: afe388fc94d38d093f1f3d38f3be445d6f62347c
parent: 6c3829fef0e67255ad04d4928a63ea2a4fc7c10c
author: glenda <glenda@9front.local>
date: Thu Jan 9 10:19:50 EST 2020

adjusts mkfile with diagnose output

--- a/mkfile
+++ b/mkfile
@@ -1,18 +1,18 @@
 OBJECTS=`{ls *.ht | sed -e 's/\.ht$//g' | grep -v 'index'}
 
-all:V: pub/$OBJECTS/index.html pub/index.html
-	echo pub/$OBJECTS
+all:QV: pub/$OBJECTS/index.html pub/index.html
+	echo 'Build complete'
 
-pub/index.html: head.htf index.ht foot.htf
-	echo $target
+pub/index.html:Q: head.htf index.ht foot.htf
 	if(! test -d pub)
 		mkdir pub
 	cat $prereq > pub/index.html
+	echo '√ '^$target
 
-pub/%/index.html: head.htf %.ht foot.htf
-	echo $target
+pub/%/index.html:Q: head.htf %.ht foot.htf
 	if(! test -d pub)
 		mkdir pub
 	if(! test -d pub/$stem)
 		mkdir pub/$stem
 	cat $prereq > pub/$stem/index.html
+	echo '√ '^$target