summaryrefslogtreecommitdiffstats
path: root/package/lzo
Commit message (Collapse)AuthorAgeFilesLines
* - better encapsulation of versionBernhard Reutner-Fischer2006-01-031-4/+5
| | | | - quote TARGET_CC for setups which need flags in CC
* remove extra space after touchMike Frysinger2005-11-241-1/+1
|
* be a bit more consistant with naming, always escape wildcardsEric Andersen2005-06-241-1/+1
|
* There is no need to have a separate 'Makefile.in' file in theEric Andersen2005-02-102-3/+8
| | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
* patch from pdinoto: http://bugs.uclibc.org/view.php?id=35Eric Andersen2005-01-231-3/+3
| | | | | | This patch changes the path used as dependency for liblzo, which appears to be pointing to $(STAGING_DIR)/usr prefix while the package is actually installed with prefix ${STAGING_DIR}
* more help updates from Tom CameronMike Frysinger2004-12-261-4/+3
|
* Be certain make is happy and will not keep trying to reinstallEric Andersen2004-10-141-0/+1
|
* Update a few packagesEric Andersen2004-10-141-10/+3
|
* Make the TAR_VERBOSITY option a bit more saneEric Andersen2004-10-091-1/+1
|
* Thomas Lundquist: have the makefiles depend on the correct fileMike Frysinger2004-10-091-2/+3
|
* use $(TAR_VERBOSITY)Mike Frysinger2004-10-091-1/+1
|
* final step in buildroot faceliftEric Andersen2004-10-092-0/+11
|
* facelift step number twoEric Andersen2004-10-092-2/+44
|
* Remove the old 'make' directory, and populate the new 'package'Eric Andersen2004-10-091-0/+65
directory.