[librep] Makefile.in improvements
- From: Christopher Bratusek <chrisb src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [librep] Makefile.in improvements
- Date: Sun, 3 Jan 2010 10:22:18 +0000 (UTC)
commit 7831f11acd4d61a4dbbde1b72a99a51a7a467eb8
Author: Christopher Roy Bratusek <chris nanolx org>
Date: Sun Jan 3 11:21:56 2010 +0100
Makefile.in improvements
ChangeLog | 19 ++++++++++++-------
Makefile.in | 12 ++++++++----
2 files changed, 20 insertions(+), 11 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 3f71cbb..3ad2daa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,11 @@
* debian/changelog.in: s/+0200/+0100/
+ * Makefile.in: + rename realclean target to gitclean
+ + instead of removing generated packging-script files upon
+ `distclean', remove them on `gitclean'
+ + call fakeroot debian/rules clean
+
2010-01-02 Christopher Bratusek <zanghar freenet de>
* autogen.sh: added --nocfg flag for not running configure afterwards
@@ -72,7 +77,7 @@
* debian/librep-dbg.links
* debian/librep-dev.install.standard
* debian/librep-dev.links
- * debian/librep-dev.lintian-overrides
+ * debian/librep-dev.lintian-overrides
* debian/librep-dev.preinst
* debian/README.source
* debian/rep-doc.info
@@ -235,7 +240,7 @@
- make sure emacs_lispdir is defined
2009-01-18 Christopher Bratusek <zanghar freenet de>
- * librep.spec.in: - update BuildRequires
+ * librep.spec.in: - update BuildRequires
- merge changes from ritz's spec-file
2009-01-02 Christopher Bratusek <nano-master gmx de>
@@ -260,7 +265,7 @@
* configure.in
* librep.ebuild.in: Added ebuild [Harald van Dijk]
- * librep.pc.in: Complete Libs: Section
+ * librep.pc.in: Complete Libs: Section
* Makefile.in: upon distclean also remove the ebuild and configure
@@ -282,14 +287,14 @@
* src/rep-config.sh: no rpath [Fedora]
2008-11-22 Christopher Bratusek <nano-master gmx de>
- * MAINTAINERS: added me
+ * MAINTAINERS: added me
2008-10-23 Christopher Bratusek <nano-master gmx de>
* configure.in: 0.17.2 snapshot released, bump to 0.17.3
2008-10-18 Christopher Bratusek <nano-master gmx de>
* src/numbers.c: fix an issue with FreeBSD [patch from FreeBSD]
-
+
* src/numbers.c: improve a function [patch from FreeBSD]
* src/librep.sym: rep_file_fdopen has not been listed
@@ -375,9 +380,9 @@
* Makefile.in
* librep.pc.in: added a .pc file for librep
- * src/unix_files.c: Trim trailing '/' to mkdir(2) since some
+ * src/unix_files.c: Trim trailing '/' to mkdir(2) since some
OSes fail the call otherwise (NetBSD patch)
-
+
* src/rep-xgettext.jl: use correct shebang (ALT-Linux patch)
* man/news.texi: add {define-special-variable} (Debian patch)
diff --git a/Makefile.in b/Makefile.in
index a5fc645..0f60dd9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -95,10 +95,14 @@ distclean :
[ -d $$dir ] && ( cd $$dir && $(MAKE) $@ ) || exit 1; \
done
rm -f config.cache config.h config.log config.status Makefile libtool
- rm -f *~ NEWS doc-strings TAGS build.h rules.mk librep.spec
- rm -f configure.orig librep-*.ebuild librep.pc
-
-realclean : distclean
+ rm -f *~ NEWS doc-strings TAGS build.h rules.mk configure.orig
+
+gitclean : distclean
+ rm -f aclocal.m4 configure
+ rm -rf autom4te.cache
+ rm -f librep.spec librep.pc librep-*.ebuild
+ -fakeroot debian/rules clean
+ rm -f debian/changelog debian/control
tags: TAGS
#
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]