[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:31 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=ecf4d14
The following commit has been merged in the master branch:
commit ecf4d14c04ab22d29b091de711bd2937e8683496
Author: Robin Mills <robin at clanmills.com>
Date: Sun Nov 4 23:06:39 2012 +0000
fixing make binclean. added variable OTHERS
---
samples/Makefile | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/samples/Makefile b/samples/Makefile
index fb22e33..8242706 100644
--- a/samples/Makefile
+++ b/samples/Makefile
@@ -93,7 +93,8 @@ LDFLAGS := `pkg-config exiv2 --libs`
BINOBJ = $(BINSRC:.cpp=.o)
BINARY = $(BINSRC:.cpp=)
-EXECUTABLE = $(BINSRC:.cpp=$(EXEEXT))
+OTHER = geotag metacopy path-test
+EXECUTABLE = $(BINSRC:.cpp=$(EXEEXT)) $(OTHER)
ifdef DEP_TRACKING
DEP = $(BINSRC:%.cpp=$(DEPDIR)/%.d)
@@ -101,7 +102,7 @@ endif
# ******************************************************************************
# Rules
-samples: $(BINARY) geotag metacopy path-test
+samples: $(BINARY) $(OTHER)
$(BINOBJ): %.o: %.cpp
$(COMPILE.cc) -I../src -o $@ $<
@@ -143,7 +144,7 @@ path-test: path-test.cpp ../src/utils.o
# Remove binaries, e.g., to relink them
binclean:
- $(RM) $(EXECUTABLE)
+ cd ../bin ; $(RM) $(EXECUTABLE)
mostlyclean:
$(RM) core
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list