[pacman-dev] [PATCH 1/4] Update .gitignore and remove autotools files
Too big patch, see the attachment You can see my project after the refactored build system, it's easier, smaller, clear, and git friendlier :) http://git.berlios.de/cgi-bin/gitweb.cgi?p=aurman;a=tree;h=5c71d00964f7a4c74... Best Regards, Laszlo Papp
On Fri, Oct 23, 2009 at 2:33 PM, Laszlo Papp <djszapi@archlinux.us> wrote:
Too big patch, see the attachment
You can see my project after the refactored build system, it's easier, smaller, clear, and git friendlier :) http://git.berlios.de/cgi-bin/gitweb.cgi?p=aurman;a=tree;h=5c71d00964f7a4c74...
You haven't made it clear to me yet why we are ignoring this comment and removing all these files: @@ -1,4952 +0,0 @@ -dnl acinclude.m4 - configure macros used by pacman and libalpm -dnl The majority of this file is the libtool macros we use, kept here so -dnl we are not dependent on the host-system version of the macros. There -dnl are some pacman/libalpm specific macros at the end of the file as well. And please please please! stop tab indenting the entire contents of your commit messages. It is stupid and wastes my time when I do want to reintegrate one of your patches. -Dan
On Sat, Oct 24, 2009 at 4:54 PM, Dan McGee <dpmcgee@gmail.com> wrote:
On Fri, Oct 23, 2009 at 2:33 PM, Laszlo Papp <djszapi@archlinux.us> wrote:
Too big patch, see the attachment
You can see my project after the refactored build system, it's easier, smaller, clear, and git friendlier :)
http://git.berlios.de/cgi-bin/gitweb.cgi?p=aurman;a=tree;h=5c71d00964f7a4c74...
You haven't made it clear to me yet why we are ignoring this comment and removing all these files:
@@ -1,4952 +0,0 @@ -dnl acinclude.m4 - configure macros used by pacman and libalpm -dnl The majority of this file is the libtool macros we use, kept here so -dnl we are not dependent on the host-system version of the macros. There -dnl are some pacman/libalpm specific macros at the end of the file as well.
And please please please! stop tab indenting the entire contents of your commit messages. It is stupid and wastes my time when I do want to reintegrate one of your patches.
-Dan
Sorry Dan! Because those files are unneccessary, they're generated at building time, no need to involve them in git version management. I think the needed files should be under git version management only, and I took those files which are neccessary to build the project, all other files are autogenerated, so deleted. Best Regards, Laszlo Papp
participants (2)
-
Dan McGee
-
Laszlo Papp