File: 0010-make-build-system-print-compilatio.patch

package info (click to toggle)
runit 2.2.0-3.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,116 kB
  • sloc: ansic: 6,033; sh: 2,544; makefile: 399
file content (15 lines) | stat: -rw-r--r-- 411 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
From: Dmitry Bogatov <KAction@gnu.org>
Date: Tue, 10 Apr 2018 20:08:14 +0300
Forwarded: <no>
Subject: [PATCH] Make build system print compilation commands

---
 runit-2.2.0/src/warn-auto.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/runit-2.2.0/src/warn-auto.sh
+++ b/runit-2.2.0/src/warn-auto.sh
@@ -1,2 +1,2 @@
-#!/bin/sh
+#!/bin/sh -x
 # WARNING: This file was auto-generated. Do not edit!