/pidgin/main: ced9b5336f86: Fix make distcheck for 2.x.y: clean ...

Tomasz Wasilczyk twasilczyk at pidgin.im
Mon Feb 24 09:16:31 EST 2014


Changeset: ced9b5336f86b11189774d7b3f849a4d1cf4e871
Author:	 Tomasz Wasilczyk <twasilczyk at pidgin.im>
Date:	 2014-02-24 15:16 +0100
Branch:	 release-2.x.y
URL: https://hg.pidgin.im/pidgin/main/rev/ced9b5336f86

Description:

Fix make distcheck for 2.x.y: clean outstanding perl files

diffstat:

 libpurple/plugins/perl/Makefile.am |  1 +
 pidgin/plugins/perl/Makefile.am    |  1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diffs (22 lines):

diff --git a/libpurple/plugins/perl/Makefile.am b/libpurple/plugins/perl/Makefile.am
--- a/libpurple/plugins/perl/Makefile.am
+++ b/libpurple/plugins/perl/Makefile.am
@@ -137,6 +137,7 @@ clean-generic:
 		$(MAKE) clean; \
 		cd ..; \
 	done
+	cd common ; rm -rf *.c *.o pm_to_blib Purple.bs blib/*/.exists blib/*/auto/Purple blib/*/Purple.*pm ; cd ..
 	rm -f *.so
 
 distclean-generic:
diff --git a/pidgin/plugins/perl/Makefile.am b/pidgin/plugins/perl/Makefile.am
--- a/pidgin/plugins/perl/Makefile.am
+++ b/pidgin/plugins/perl/Makefile.am
@@ -82,6 +82,7 @@ clean-generic:
 		$(MAKE) clean; \
 		cd ..; \
 	done
+	cd common ; rm -rf *.c *.o pm_to_blib Pidgin.bs blib/*/.exists blib/*/auto/Pidgin blib/*/Pidgin.*pm ; cd ..
 	rm -f *.so
 
 distclean-generic:



More information about the Commits mailing list