Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixup package LDFLAGS handling | Eric Andersen | 2007-03-13 | 1 | -0/+2 |
| | |||||
* | - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵ | Bernhard Reutner-Fischer | 2006-10-01 | 1 | -1/+1 |
| | | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in) | ||||
* | Make the sourceforge mirror site a config option, as sourceforge | Eric Andersen | 2005-06-09 | 1 | -1/+1 |
| | | | | mirrors tend to change, move, go down, etc from time to time. | ||||
* | There is no need to have a separate 'Makefile.in' file in the | Eric Andersen | 2005-02-10 | 1 | -0/+8 |
| | | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file | ||||
* | Make the TAR_VERBOSITY option a bit more sane | Eric Andersen | 2004-10-09 | 1 | -1/+1 |
| | |||||
* | Thomas Lundquist: have the makefiles depend on the correct file | Mike Frysinger | 2004-10-09 | 1 | -11/+7 |
| | |||||
* | use $(TAR_VERBOSITY) | Mike Frysinger | 2004-10-09 | 1 | -1/+1 |
| | |||||
* | Remove the old 'make' directory, and populate the new 'package' | Eric Andersen | 2004-10-09 | 1 | -0/+56 |
directory. |