summaryrefslogtreecommitdiffstats
path: root/utils/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Revert "try to fix duplicated slashes in the generated lib*.so files"Peter S. Mazinger2011-03-061-5/+5
| | | | | | This reverts commit 624be66cb9b350d5c6538fca8592cdb3a4c23d37. Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
* try to fix duplicated slashes in the generated lib*.so filesPeter S. Mazinger2011-03-031-5/+5
| | | | | | | | Try to fix duplicated slashes in the generated lib*.so files and make sure that on installation the *bin directories are really created (avoid the misbehaviour of creating usrbin dir). Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
* utils/Makefile.in: Define GETCONF_DIR for host builds of getconf.Khem Raj2010-05-111-0/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* utils: fix install prefix for getconfNatanael Copa2010-04-231-1/+1
| | | | | | | So we don't get /usr/usr/bin/getconf when DEVEL_PREFIX="/usr" Signed-off-by: Natanael Copa <natanael.copa@gmail.com> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* getconf: move to utils/Bernhard Reutner-Fischer2010-04-061-2/+5
| | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* utils: hide comment if !VBernhard Reutner-Fischer2010-03-301-1/+1
|
* prettify make cleanBernhard Reutner-Fischer2010-03-251-2/+2
| | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* fix make {,install_}{,host}utilsBernhard Reutner-Fischer2009-09-181-17/+28
| | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* support building out-of-treeBernhard Reutner-Fischer2009-08-171-0/+1
| | | | | | Handle O= Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* utils: punt readelfMike Frysinger2009-06-281-6/+1
| | | | | | | This miniature version of readelf has never been terribly useful and has caused significantly more headaches in its maintenance, so punt it. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* unify the headers/random defines into porting.h to avoid duplication/rotMike Frysinger2009-02-091-21/+10
|
* dont force -Wl,-s when building host utils -- people can strip themselvesMike Frysinger2009-02-091-3/+3
|
* Partially revent "make utils" fix. This version is less intrusive,Denis Vlasenko2009-01-281-51/+16
| | | | | but still works! :)
* "make utils" now successfully makes utils for targetDenis Vlasenko2009-01-281-19/+67
|
* - make sure not to have relocs in Scrt1.o (Peter S. Mazinger)Bernhard Reutner-Fischer2009-01-141-5/+9
|
* utils/Makefile.in: de-obfuscate it a bitDenis Vlasenko2009-01-111-18/+33
| | | | | Rules.mak: use -Os, not -O2
* - install utils into the proper directoriesBernhard Reutner-Fischer2008-12-161-5/+5
|
* Remove hardwired usr/ from install_utils (that's what $RUNTIME_PREFIX is for)Rob Landley2008-12-101-6/+8
| | | | | and add install_hostutils. Now install_utils should use $PREFIX more like other packages do.
* - Add temporary hack to wipe dep files even on clean for utils.Bernhard Reutner-Fischer2008-11-091-0/+3
| | | | | utils lives outside of the normal build so this is needed until it is properly pulled into the normal system.
* - less verbose make cleanBernhard Reutner-Fischer2008-11-071-2/+2
|
* - tidy up utils_installBernhard Reutner-Fischer2008-10-091-7/+5
|
* Added implementation for 'locale' command.Carmelo Amoroso2008-05-021-2/+10
| | | | Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com>
* make sure we first search for libraries in the newly built tree rather than ↵Mike Frysinger2006-02-151-1/+1
| | | | the compiler path
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵Peter S. Mazinger2006-01-221-2/+2
| | | | is a useless attempt
* Solve warning about redefined _GNU_SOURCE, allow iconv to buildPeter S. Mazinger2005-12-101-1/+2
|
* Add -DNOT_IN_libc to disable the libc-internal.h stuffPeter S. Mazinger2005-12-081-1/+1
|
* Correct typo, iconv binary does not use the internal versionsPeter S. Mazinger2005-12-061-1/+1
|
* Change HOSTCFLAGS to BUILD_CFLAGS proposed by vapierPeter S. Mazinger2005-11-251-5/+5
|
* Same for utils, renamed install_utils to utils_install to avoid conflict ↵Peter S. Mazinger2005-11-251-6/+2
| | | | when added to top Makefile.in
* Rename NATIVE_LDFLAGS to BUILD_LDFLAGS proposed by vapierPeter S. Mazinger2005-11-251-1/+1
|
* Move _GNU_SOURCE from file to CFLAGS, make use of NATIVE_LDFLAGSPeter S. Mazinger2005-11-241-1/+3
|
* Make utils includable into main Makefile.in, add compile.u and hcompile.u, ↵Peter S. Mazinger2005-11-231-0/+95
usable in utils and probably tests. vapier, please quite them if you want to