[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:43:48 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=d2c0db4
The following commit has been merged in the master branch:
commit d2c0db4e18189326d6ea05d00039d2f605b0154e
Author: Robin Mills <robin at clanmills.com>
Date: Tue Jul 23 22:49:03 2013 +0000
add make rebuild
---
Makefile | 11 +++++++++++
config/Makefile.in | 11 +++++++++++
2 files changed, 22 insertions(+)
diff --git a/Makefile b/Makefile
index e77feff..5b38ad7 100644
--- a/Makefile
+++ b/Makefile
@@ -129,3 +129,14 @@ maintainer-clean: distclean
config/config.mk:
$(error File config/config.mk does not exist. Did you run ./configure?)
+
+rebuild:
+ make distclean
+ make config
+ ./configure
+ make
+ sudo make install
+ make samples
+
+# That's all Folks!
+##
diff --git a/config/Makefile.in b/config/Makefile.in
index 39503e6..a6c6072 100644
--- a/config/Makefile.in
+++ b/config/Makefile.in
@@ -129,3 +129,14 @@ maintainer-clean: distclean
config/config.mk:
$(error File config/config.mk does not exist. Did you run ./configure?)
+
+rebuild:
+ make distclean
+ make config
+ ./configure
+ make
+ sudo make install
+ make samples
+
+# That's all Folks!
+##
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list