[Likwid-commit] [likwid] 06/09: debugging
Christoph Martin
chrism at debian.org
Fri Sep 4 08:15:10 UTC 2015
This is an automated email from the git hooks/post-receive script.
chrism pushed a commit to branch master
in repository likwid.
commit c952574d72d71c4dee0e5f0b1bd3a6fff4899f64
Author: Christoph Martin <martin at uni-mainz.de>
Date: Thu Sep 3 11:56:50 2015 +0200
debugging
---
Makefile | 2 +-
debian/patches/03-Makefile-man.patch | 9 +++++++++
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index c5f0c45..eecd4e9 100644
--- a/Makefile
+++ b/Makefile
@@ -292,7 +292,7 @@ install:
cp -f $$app $(PREFIX)/bin; \
done
@cp -f perl/feedGnuplot $(PREFIX)/bin
- for app in $(PERL_APPS); do \
+ @for app in $(PERL_APPS); do \
sed -e "s+<PREFIX>+$(PREFIX)+g" perl/$$app > $(PREFIX)/bin/$$app; \
done
@chmod 755 $(PREFIX)/bin/likwid-*
diff --git a/debian/patches/03-Makefile-man.patch b/debian/patches/03-Makefile-man.patch
index 534381f..4f89828 100644
--- a/debian/patches/03-Makefile-man.patch
+++ b/debian/patches/03-Makefile-man.patch
@@ -7,6 +7,15 @@ Description: Add missing manual files
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/$
--- a/Makefile
+++ b/Makefile
+@@ -292,7 +292,7 @@ install:
+ cp -f $$app $(PREFIX)/bin; \
+ done
+ @cp -f perl/feedGnuplot $(PREFIX)/bin
+- @for app in $(PERL_APPS); do \
++ for app in $(PERL_APPS); do \
+ sed -e "s+<PREFIX>+$(PREFIX)+g" perl/$$app > $(PREFIX)/bin/$$app; \
+ done
+ @chmod 755 $(PREFIX)/bin/likwid-*
@@ -308,6 +308,13 @@ install:
@sed -e "s/<VERSION>/$(VERSION)/g" -e "s/<DATE>/$(DATE)/g" < $(DOC_DIR)/likwid-pin.1 > $(MANPREFIX)/man1/likwid-pin.1
@sed -e "s/<VERSION>/$(VERSION)/g" -e "s/<DATE>/$(DATE)/g" < $(DOC_DIR)/likwid-setFrequencies.1 > $(MANPREFIX)/man1/likwid-setFrequencies.1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/likwid/likwid.git
More information about the Likwid-commit
mailing list