[PATCH 1/4] Update .gitignore and remove autotools files

View: New views
3 Messages — Rating Filter:   Alert me  

[PATCH 1/4] Update .gitignore and remove autotools files

by Laszlo Papp-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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=5c71d00964f7a4c74fe39347a20ff8fcb1a8c657;hb=5c71d00964f7a4c74fe39347a20ff8fcb1a8c657

Best Regards,
Laszlo Papp




0001-Update-.gitignore-and-remove-autotools-files.patch.gz (185K) Download Attachment

Re: [PATCH 1/4] Update .gitignore and remove autotools files

by Dan McGee :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Fri, Oct 23, 2009 at 2:33 PM, Laszlo Papp <djszapi@...> 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=5c71d00964f7a4c74fe39347a20ff8fcb1a8c657;hb=5c71d00964f7a4c74fe39347a20ff8fcb1a8c657

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


Re: [PATCH 1/4] Update .gitignore and remove autotools files

by Laszlo Papp-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Sat, Oct 24, 2009 at 4:54 PM, Dan McGee <dpmcgee@...> wrote:

> On Fri, Oct 23, 2009 at 2:33 PM, Laszlo Papp <djszapi@...> 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=5c71d00964f7a4c74fe39347a20ff8fcb1a8c657;hb=5c71d00964f7a4c74fe39347a20ff8fcb1a8c657
>
> 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