Accepting request 405582 from Base:System
1 OBS-URL: https://build.opensuse.org/request/show/405582 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ledmon?expand=0&rev=7
This commit is contained in:
commit
35e6bdbf15
@ -1,3 +1,8 @@
|
||||
---
|
||||
Makefile | 11 +++--------
|
||||
src/Makefile | 6 +++---
|
||||
2 files changed, 6 insertions(+), 11 deletions(-)
|
||||
|
||||
Index: ledmon-0.79/src/Makefile
|
||||
===================================================================
|
||||
--- ledmon-0.79.orig/src/Makefile
|
||||
@ -24,3 +29,31 @@ Index: ledmon-0.79/src/Makefile
|
||||
|
||||
$(OUTDIR)/%.o: %.c
|
||||
$(CC) $(CFLAGS) $(DEFFLAGS) $(INCFLAGS) -c $< -o $@
|
||||
Index: ledmon-0.79/Makefile
|
||||
===================================================================
|
||||
--- ledmon-0.79.orig/Makefile
|
||||
+++ ledmon-0.79/Makefile
|
||||
@@ -19,20 +19,15 @@
|
||||
# Installation directory
|
||||
DESTDIR?=
|
||||
|
||||
-.PHONY: ledmon ledctl man all
|
||||
+.PHONY: man all
|
||||
|
||||
default: all
|
||||
|
||||
-ledmon:
|
||||
- $(MAKE) -C src ledmon
|
||||
-
|
||||
-ledctl:
|
||||
- $(MAKE) -C src ledctl
|
||||
-
|
||||
man:
|
||||
$(MAKE) -C doc all
|
||||
|
||||
-all: ledmon ledctl man
|
||||
+all:
|
||||
+ $(MAKE) -C src all
|
||||
|
||||
install: all
|
||||
$(MAKE) -C src DESTDIR=$(DESTDIR) install
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 7 15:54:17 UTC 2016 - normand@linux.vnet.ibm.com
|
||||
|
||||
- update Makefile-error-dependency.patch to avoid transient error
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 14 07:36:02 UTC 2015 - werner@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ledmon
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
|
Loading…
Reference in New Issue
Block a user