pgreco / rpms / cockpit

Forked from forks/areguera/rpms/cockpit 5 years ago
Clone

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

ce15b8
From c7ef25a033e64571158d4dda57f37f2b29343bae Mon Sep 17 00:00:00 2001
2587cc
From: Dominik Perpeet <dperpeet@redhat.com>
2587cc
Date: Wed, 17 May 2017 08:47:54 +0200
ce15b8
Subject: [PATCH 06/23] 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
ce15b8
index bbd7317..6679b02 100644
2587cc
--- a/Makefile.in
2587cc
+++ b/Makefile.in
ce15b8
@@ -8381,6 +8381,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
-- 
ce15b8
2.13.5
2587cc