summaryrefslogtreecommitdiff
path: root/autoclean.sh
Commit message (Collapse)AuthorAge
* autoclean.sh: abide by POSIX shebangDave Reisner2012-04-08
| | | | | | | Avoid non-POSIX brace expansion and rely on find to locate and destroy files outside the root. Signed-off-by: Dave Reisner <dreisner@archlinux.org>
* Add scripts po directory to autoclean.shAllan McRae2011-06-27
| | | | | Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
* Add dir missing from autoclean.shDan McGee2010-09-01
| | | | Signed-off-by: Dan McGee <dan@archlinux.org>
* Move pacman test suiteAllan McRae2010-06-02
| | | | | | | | Move the test suite to test/pacman in order to make a logical location for a future makepkg test suite. Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
* Add pyc files to autocleanDan McGee2009-05-18
| | | | Signed-off-by: Dan McGee <dan@archlinux.org>
* Remove recursive remove in autoclean.shDan McGee2009-05-18
| | | | Signed-off-by: Dan McGee <dan@archlinux.org>
* Add more files to cleanup in autoclean.shGerardo Exequiel Pozzi2009-05-18
| | | | | | | | Add files pactest/tests/Makefile.in , pactest/tests/Makefile and contrib/Makefile.in , contrib/Makefile to list of cleanup script. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> Signed-off-by: Dan McGee <dan@archlinux.org>
* autoclean.sh: Fix paths to po/ dirDan McGee2008-06-19
| | | | Signed-off-by: Dan McGee <dan@archlinux.org>
* Trying to fix up this autotools stuff a bit more.Dan McGee2007-03-06
| | | | | | | * Greatly simplify and de-obfuscate the autogen and autoclean code. * Add a bunch of the autotools required files to the repository. This will give us consistency (a novel idea) across all builds, and allow for much more recent versions of config.guess and config.sub to be used.
* Big commit here, I'll try to cover all the bases.Dan McGee2007-02-22
| | | | | | | | | | | | * Updated all of the language files, as the POT file was updated. NOTE FOR TRANSLATORS, try to base your next contribution off of these, notice how some msgids and messages have been wrapped to the next line- it makes it easier to read anyway. * More Makefile.am/configure.ac updates. 'make dist' and 'make distclean' now work properly, with only one caveat- the automatic testing in distclean doesn't do so hot as it is compiled with a default configure, which includes the fakeroot-proof code (which does not cooperate with pactest). * Added a Makefile.am for the pactest directory.
* * Fix building outside $(srcdir).Jürgen Hötzel2007-01-29
| | | | | * Removed ./gen-mirrorlist.sh invocation from configure script: Mirror-files are generated by make, not configure.
* Dan McGee <dpmcgee@gmail.com>Aaron Griffin2007-01-26
| | | | | | * Lots of code cleanup, and type fixes * Make 'makeworld' a bit more in-line with the other stuff * Make -Si and -Qi operations appear the same
* More abs build fixesAaron Griffin2006-12-19
|
* Adjust progress bar to align with frugalware's progressbarAaron Griffin2006-10-16
|
* Corrected documentation compilation - succeeds nowAaron Griffin2006-10-15
|
* Final frugalware changes commitAaron Griffin2006-10-15
|
* i18n stuffJudd Vinet2006-06-28
|
* doxygen support for autotools (patch from Christian Hamar <krics@linuxforum.hu>Aurelien Foret2006-02-17
|
* added first part of the autoconf stuff - patch from Christian Hamar ↵Judd Vinet2005-10-17
<krics@linuxforum.hu>