Commit Graph

15 Commits

Author SHA1 Message Date
"Steven J. Hill"
f460603f02 Patch packages to remove legacy and deprecated functions. All of these patches have been sent upstream to the various maintainers. 2006-12-05 02:16:03 +00:00
Bernhard Reutner-Fischer
6342c83201 - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may not exist; Closes #971
Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
2006-10-01 15:17:52 +00:00
Eric Andersen
3a92983f7e Remove /usr/share/man instead of /usr/man after install 2005-09-30 20:48:41 +00:00
Eric Andersen
369864cf10 be a bit more consistant with naming, always escape wildcards 2005-06-24 08:36:13 +00:00
Eric Andersen
d06645d8ed There is no need to have a separate 'Makefile.in' file in the
general case, therefore, combine the toplevel Makefile options
such as setting TARGETS into the per-package *.mk file
2005-02-10 03:06:39 +00:00
Mike Frysinger
7df31469e8 version bump 2005-02-09 14:36:48 +00:00
Eric Andersen
3dae4a22aa Patch from gtj: http://bugs.uclibc.org/view.php?id=29
Make certain the correct include files are used
2005-01-23 10:43:14 +00:00
Mike Frysinger
cc388f0b0a fix installing of libproc.so on 64bit systems (like amd64) and fix the clean target so it works 2004-10-15 05:03:35 +00:00
Mike Frysinger
1eda52851f help text 2004-10-14 20:33:45 +00:00
Mike Frysinger
1f0de5217c fix building of procps on mips systems 2004-10-14 18:17:33 +00:00
Mike Frysinger
663a55ca28 use $TARGET_CFLAGS 2004-10-11 21:23:34 +00:00
Eric Andersen
bb05a9ad46 Make the TAR_VERBOSITY option a bit more sane 2004-10-09 21:19:47 +00:00
Mike Frysinger
3a7b488366 use $(TAR_VERBOSITY) 2004-10-09 19:05:40 +00:00
Eric Andersen
f694016136 final step in buildroot facelift 2004-10-09 06:13:40 +00:00
Eric Andersen
73f7be8290 Remove the old 'make' directory, and populate the new 'package'
directory.
2004-10-09 01:24:28 +00:00