[mousetrap/gnome3-wip: 208/240] Point `make clean` to $(builddir) whenever possible.
- From: Heidi Ellis <heidiellis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mousetrap/gnome3-wip: 208/240] Point `make clean` to $(builddir) whenever possible.
- Date: Mon, 8 Sep 2014 15:30:03 +0000 (UTC)
commit cc1a69a20c67150e4db2fa2adeccc86daf55abe4
Author: Stoney Jackson <dr stoney gmail com>
Date: Sun Jun 29 11:30:52 2014 -0400
Point `make clean` to $(builddir) whenever possible.
Makefile.am | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index bfa0759..ab4d36a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -57,17 +57,17 @@ uninstall-local:
clean-local:
$(PYTHON) $(srcdir)/setup.py clean --all
- find $(srcdir) -name '*.pyc' -delete
- find $(srcdir) -name '*.pyo' -delete
- find $(srcdir) -name '*.mo' -delete
- rm -rf $(srcdir)/build
+ find $(builddir) -name '*.pyc' -delete
+ find $(builddir) -name '*.pyo' -delete
+ find $(builddir) -name '*.mo' -delete
+ rm -rf $(builddir)/build
##############################################################################
# TARGET: distclean
-distclean-local:
- rm -rf $(builddir)/build/mousetrap.egg-info
+#distclean-local:
+# rm -rf $(builddir)/build/mousetrap.egg-info
##############################################################################
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]