[LON-CAPA-cvs] cvs: loncom /build Makefile
goltermann
goltermann at source.lon-capa.org
Mon Jan 30 06:36:34 EST 2012
goltermann Mon Jan 30 11:36:34 2012 EDT
Modified files:
/loncom/build Makefile
Log:
added a filter to replace '^H^H^H^H' with '...' in the warnings file to make it easier to read
Index: loncom/build/Makefile
diff -u loncom/build/Makefile:1.200 loncom/build/Makefile:1.201
--- loncom/build/Makefile:1.200 Fri Jan 27 23:50:57 2012
+++ loncom/build/Makefile Mon Jan 30 11:36:34 2012
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
-# $Id: Makefile,v 1.200 2012/01/27 23:50:57 raeburn Exp $
+# $Id: Makefile,v 1.201 2012/01/30 11:36:34 goltermann Exp $
# TYPICAL USAGE of this Makefile is primarily for two targets:
# "make build" and "make install".
@@ -546,7 +546,8 @@
make picins_check
make mimetex_version_check
make verify_domconfiguser
- make latex_fmtutil
+ make latex_fmtutil
+ sed -i "s/\x08\x08*/.../g" WARNINGS
VERSION:
install -d $(TARGET)/etc
echo -n "LON-CAPA release $(VERSION)-" > $(TARGET)/etc/loncapa-release
More information about the LON-CAPA-cvs
mailing list