[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r2631: silence the status check on %-log
From: |
Brandon Invergo |
Subject: |
[Gsrc-commit] trunk r2631: silence the status check on %-log |
Date: |
Mon, 04 Nov 2013 12:47:46 +0000 |
User-agent: |
Bazaar (2.6b2) |
------------------------------------------------------------
revno: 2631
revision-id: address@hidden
parent: address@hidden
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Mon 2013-11-04 13:47:28 +0100
message:
silence the status check on %-log
modified:
ChangeLog changelog-20100709141706-qgja2j0qu34ekbcd-1
gar.mk gar.mk-20100602191336-d3df1ggfm1r56woa-6
=== modified file 'ChangeLog'
--- a/ChangeLog 2013-11-04 12:43:13 +0000
+++ b/ChangeLog 2013-11-04 12:47:28 +0000
@@ -1,6 +1,7 @@
2013-11-04 Brandon Invergo <address@hidden>
* gar.mk (install-p): Fix boolean statement grouping
+ (%-log): Silence the status check
2013-10-29 Brandon Invergo <address@hidden>
=== modified file 'gar.mk'
--- a/gar.mk 2013-11-04 12:43:13 +0000
+++ b/gar.mk 2013-11-04 12:47:28 +0000
@@ -391,7 +391,7 @@
# A logging version of the rules, e.g. make build-log, respawns and sends
output to $(LOGDIR)
%-log: $(LOGDIR)
- $(MAKE) $*-p || $(MAKE) $* >$(LOGDIR)/$*.log 2>&1
+ $(MAKE) $*-p >/dev/null 2>&1 || $(MAKE) $* >$(LOGDIR)/$*.log 2>&1
test-logs:
for f in `find . -name 'test*.log'` ; do \
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r2631: silence the status check on %-log,
Brandon Invergo <=