[issue3964] quiet the freeze makefile

2010-07-29 Thread Christian Höltje
Christian Höltje added the comment: Isn't 'make -s' a GNU make-ism? -- ___ Python tracker <http://bugs.python.org/issue3964> ___ ___ Python-b

[issue3964] quiet the freeze makefile

2008-09-25 Thread Christian Höltje
New submission from Christian Höltje <[EMAIL PROTECTED]>: The make process for building a freeze'd python script is a little noisy. This patch makes quieter unless someone adds "VERBOSE=1" to the make invocation. -- components: Demos and Tools files: freeze.quiet.