[SCM] juce/master: simplified "clean" target

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Wed Feb 10 20:53:49 UTC 2016


The following commit has been merged in the master branch:
commit 95bbb1d70d7c10d2edaa1114e028478d8dfe18c2
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Wed Feb 10 21:52:05 2016 +0100

    simplified "clean" target

diff --git a/debian/libbuilder/Makefile b/debian/libbuilder/Makefile
index 5062816..8bfbbf7 100644
--- a/debian/libbuilder/Makefile
+++ b/debian/libbuilder/Makefile
@@ -138,10 +138,8 @@ $(OUTDIR)/libjuce_builddate.h:
 	touch $@
 
 clean:
-	@echo Cleaning juce_dll
+	@echo Cleaning JUCE
 	rm -rf build
-	rm -rf juce.pc
-	$(MAKE) -C $(DEMO_PATH) clean
 	$(MAKE) -C $(INTROJUCER_PATH) clean
 
 install-lib-release: $(OUTDIR)/$(TARGET_RELEASE)

-- 
juce packaging



More information about the pkg-multimedia-commits mailing list