summaryrefslogtreecommitdiffstats
path: root/package/procps
Commit message (Collapse)AuthorAgeFilesLines
* - semicolon touchup. No other changesBernhard Reutner-Fischer2007-08-221-2/+2
|
* Replace space by tabsUlf Samuelsson2007-07-291-3/+3
|
* Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson2007-07-111-3/+3
|
* - the TARGET_CONFIGURE_OPTS have to be passed after $(MAKE).Bernhard Reutner-Fischer2007-07-091-1/+1
| | | | Fixes build breakage as seen by Ulf et al.
* Remove usage of TARGET_LDFLAGS all together. Both TARGET_CFLAGS and ↵"Steven J. Hill"2007-07-062-4/+27
| | | | TARGET_LDFLAGS are passed with the compilers and linker respectively so that we can pass CFLAGS and LDFLAGS on a per-package basis which was not possible previously and a number of packages failed to build. TARGET_CFLAGS usage in package makefiles will be removed next.
* yet more LDFLAGS handling fixupsEric Andersen2007-03-141-0/+1
|
* - add missing package-source targetsBernhard Reutner-Fischer2007-01-031-0/+1
| | | | - add missing dependencies to build prerequisites in the config system
* Patch packages to remove legacy and deprecated functions. All of these ↵"Steven J. Hill"2006-12-051-0/+21
| | | | patches have been sent upstream to the various maintainers.
* - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer2006-10-011-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)
* Remove /usr/share/man instead of /usr/man after installEric Andersen2005-09-301-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
* version bumpMike Frysinger2005-02-091-6/+6
|
* Patch from gtj: http://bugs.uclibc.org/view.php?id=29Eric Andersen2005-01-231-1/+2
| | | | Make certain the correct include files are used
* fix installing of libproc.so on 64bit systems (like amd64) and fix the clean ↵Mike Frysinger2004-10-151-3/+8
| | | | target so it works
* help textMike Frysinger2004-10-141-4/+4
|
* fix building of procps on mips systemsMike Frysinger2004-10-142-0/+30
|
* use $TARGET_CFLAGSMike Frysinger2004-10-111-0/+1
|
* Make the TAR_VERBOSITY option a bit more saneEric Andersen2004-10-091-1/+1
|
* use $(TAR_VERBOSITY)Mike Frysinger2004-10-091-1/+1
|
* final step in buildroot faceliftEric Andersen2004-10-092-0/+11
|
* Remove the old 'make' directory, and populate the new 'package'Eric Andersen2004-10-091-0/+39
directory.