areguera / rpms / cockpit

Forked from rpms/cockpit 4 years ago
Clone

Blame SOURCES/0006-build-Patch-Makefile.am-with-a-comment.patch

2587cc
From f6499321ce97da662e55c9a39f7cac9fc2a43131 Mon Sep 17 00:00:00 2001
2587cc
From: Dominik Perpeet <dperpeet@redhat.com>
2587cc
Date: Wed, 17 May 2017 08:47:54 +0200
2587cc
Subject: [PATCH 06/16] build: Patch Makefile.am with a comment
2587cc
2587cc
Our patch/build system requires this currently, otherwise
2587cc
it'll try to regenerate the config.
2587cc
---
2587cc
 Makefile.am | 1 +
2587cc
 Makefile.in | 2 ++
2587cc
 2 files changed, 3 insertions(+)
2587cc
2587cc
diff --git a/Makefile.am b/Makefile.am
2587cc
index b21f70d..7c9cbfb 100644
2587cc
--- a/Makefile.am
2587cc
+++ b/Makefile.am
2587cc
@@ -1,3 +1,4 @@
2587cc
+# manual comment added to force update in the patch system
2587cc
 export PATH := $(PATH):$(abs_srcdir)/node_modules/.bin
2587cc
 
2587cc
 NULL =
2587cc
diff --git a/Makefile.in b/Makefile.in
2587cc
index 44c04bb..67484bb 100644
2587cc
--- a/Makefile.in
2587cc
+++ b/Makefile.in
2587cc
@@ -8380,6 +8380,8 @@ uninstall-man: uninstall-man1 uninstall-man5 uninstall-man8
2587cc
 
2587cc
 .PRECIOUS: Makefile
2587cc
 
2587cc
+
2587cc
+# manual comment added to force update in the patch system
2587cc
 export PATH := $(PATH):$(abs_srcdir)/node_modules/.bin
2587cc
 
2587cc
 clean-local::
2587cc
-- 
2587cc
2.9.4
2587cc