shithub: jbig2

Download patch

ref: 077b6518dffc75dc74fc5e6990c8529f44cb47a0
parent: bba07df1f607891f15bec1f1ace673f23d8360e2
author: Ralph Giles <giles@ghostscript.com>
date: Thu Oct 29 12:04:42 EDT 2009

Remove the include of ~/.jamrules.

This was part of Tor's original commit, and was intended to set some
common default options among projects. However, it generates a warning
when the file is not available, and we now set thing like optimization
level and warning flags directly.

--- a/Jamfile
+++ b/Jamfile
@@ -1,7 +1,5 @@
 # Build specification for the 'jam' tool
 
-include $(HOME)/.jamrules ;
-
 OPTIM = -g -O2 ;
 CCFLAGS = -Wall ;