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

package info (click to toggle)
runit 2.1.2-54
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,524 kB
  • sloc: ansic: 6,098; sh: 1,741; makefile: 389
file content (17 lines) | stat: -rw-r--r-- 514 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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.1.2/src/warn-auto.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runit-2.1.2/src/warn-auto.sh b/runit-2.1.2/src/warn-auto.sh
index 36d2313..eb35010 100644
--- a/runit-2.1.2/src/warn-auto.sh
+++ b/runit-2.1.2/src/warn-auto.sh
@@ -1,2 +1,2 @@
-#!/bin/sh
+#!/bin/sh -x
 # WARNING: This file was auto-generated. Do not edit!