Issue 3964: quiet the freeze makefile (original ) (raw )Created on 2008-09-25 15:30 by docwhat , last changed 2022-04-11 14:56 by admin . This issue is now closed .
Files
File name
Uploaded
Description
Edit
freeze.quiet.patch
docwhat,2008-09-25 15:30
Patch to quiet freeze
Messages (7)
msg73796 - (view)
Author: Christian Höltje (docwhat)
Date: 2008-09-25 15:30
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.
msg109305 - (view)
Author: Mark Lawrence (BreamoreBoy) *
Date: 2010-07-05 06:21
Assuming the patch works (I don't do makefiles) would anyone use this yes or no?
msg109335 - (view)
Author: R. David Murray (r.david.murray) *
Date: 2010-07-05 16:14
In my experience makes are generally pretty noisy, so I doubt it. But I don't use freeze, so we'd really need a review from someone who does.
msg111926 - (view)
Author: Georg Brandl (georg.brandl) *
Date: 2010-07-29 13:52
Isn't the usual way to use "make -s" if you don't want echoed commands?
msg111929 - (view)
Author: Christian Höltje (docwhat)
Date: 2010-07-29 14:02
Isn't 'make -s' a GNU make-ism?
msg111931 - (view)
Author: Georg Brandl (georg.brandl) *
Date: 2010-07-29 14:13
Well, at least -s is mentioned in my POSIX make(1p) manpage, and I found it in an online version of the OpenBSD manpages.
msg119284 - (view)
Author: Georg Brandl (georg.brandl) *
Date: 2010-10-21 12:53
Closing as "works for me".
History
Date
User
Action
Args
2022-04-11 14:56:39
admin
set
github: 48214
2010-10-21 12:53:48
georg.brandl
set
status: open -> closedresolution: works for memessages: +
2010-07-29 14:13:48
georg.brandl
set
messages: +
2010-07-29 14:02:37
docwhat
set
messages: +
2010-07-29 13:52:39
georg.brandl
set
nosy: + georg.brandl messages: +
2010-07-05 16:14:35
r.david.murray
set
versions: + Python 3.2nosy: + r.david.murray messages: + stage: patch review
2010-07-05 06:21:14
BreamoreBoy
set
nosy: + BreamoreBoy messages: +
2008-09-25 15:30:47
docwhat
create