summaryrefslogtreecommitdiffstats
path: root/autoclean.sh
AgeCommit message (Collapse)AuthorFilesLines
2010-09-02Add dir missing from autoclean.shDan McGee1-1/+1
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-06-02Move pacman test suiteAllan McRae1-2/+2
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>
2009-05-19Add pyc files to autocleanDan McGee1-0/+2
Signed-off-by: Dan McGee <dan@archlinux.org>
2009-05-19Remove recursive remove in autoclean.shDan McGee1-28/+28
Signed-off-by: Dan McGee <dan@archlinux.org>
2009-05-19Add more files to cleanup in autoclean.shGerardo Exequiel Pozzi1-1/+2
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>
2008-06-19autoclean.sh: Fix paths to po/ dirDan McGee1-4/+4
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-03-06Trying to fix up this autotools stuff a bit more.Dan McGee1-37/+17
* 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.
2007-02-22Big commit here, I'll try to cover all the bases.Dan McGee1-0/+2
* 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.
2007-01-29* Fix building outside $(srcdir).Jürgen Hötzel1-1/+0
* Removed ./gen-mirrorlist.sh invocation from configure script: Mirror-files are generated by make, not configure.
2007-01-26Dan McGee <dpmcgee@gmail.com>Aaron Griffin1-0/+1
* 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
2006-12-19More abs build fixesAaron Griffin1-0/+2
2006-10-16Adjust progress bar to align with frugalware's progressbarAaron Griffin1-2/+2
2006-10-15Corrected documentation compilation - succeeds nowAaron Griffin1-0/+2
2006-10-15Final frugalware changes commitAaron Griffin1-2/+5
2006-06-28i18n stuffJudd Vinet1-0/+14
2006-02-17doxygen support for autotools (patch from Christian Hamar <krics@linuxforum.hu>Aurelien Foret1-0/+1
2005-10-17added first part of the autoconf stuff - patch from Christian Hamar ↵Judd Vinet1-0/+30
<krics@linuxforum.hu>