Commit graph

13 commits

Author SHA1 Message Date
Sami Kerola
7541054b29 build-sys: move to non-recursive build
This rather large change will attempts to make 'make' to work better.
See excellent paper 'Recursive Make Considered Harmful' by Peter Miller
for further explanation why several make files is worse than one for
whole project.

Note.  The tests are build with 'make check' rather than defining TEST.

Reference: http://miller.emu.id.au/pmiller/books/rmch/
Reference: http://karelzak.blogspot.co.uk/2013/02/non-recursive-automake.html
2013-05-26 10:38:11 +01:00
Sami Kerola
74c414a89f build-sys: add test programs to .gitinore file 2013-05-26 10:38:10 +01:00
Sami Kerola
22ddf8fd36 build-sys: move autotools files to subdirectories 2013-05-26 10:38:10 +01:00
Mathias Gumz
c67743d010 Adds 'he_IL' translations (provided by Genghis Khan) 2013-01-20 19:09:39 +01:00
Sami Kerola
4eeb8937ba build-sys: clean up .gitignore file 2013-01-17 09:08:49 +01:00
Lajos Koszti
7b6dc2ad72 Allow percentage values for some Window commands 2012-04-06 14:11:16 +02:00
Mathias Gumz
2ebb3e8808 ignore .build* directories 2011-10-15 11:26:57 +02:00
Pavel Labath
7618494341 Add backup and vim swap files to .gitignore 2011-05-04 20:32:43 +02:00
Jim Ramsay
75851acebd Restoring our own custom INSTALL file
While automake *can* generate a generic version of this file for us, we don't
want it!
2010-08-10 12:00:36 -04:00
Jim Ramsay
bf0d256586 Removing more autoconf-generated files
There is no need to keep INSTALL, install-sh, ltconfig, mkinstalldirs in git, as
they can be created by 'automake -a -c' as needed.

In fact, it turns out ltconfig and mkinstalldirs are not needed at all any more.
2010-08-10 11:46:11 -04:00
Mark Tiefenbruck
6a37a047eb add some generated files to .gitignore 2009-08-31 13:43:43 -07:00
Slava Semushin
925fb1774d .gitignore: added more files.
Also sort file.

Signed-off-by: Slava Semushin <php-coder@altlinux.ru>
2009-03-04 21:41:29 +01:00
Slava Semushin
2103c48ff4 Renamed .cvsignore to .gitignore
Signed-off-by: Slava Semushin <php-coder@altlinux.ru>
2009-03-04 21:41:10 +01:00
Renamed from .cvsignore (Browse further)