Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-11 | utils/Makefile.in: Define GETCONF_DIR for host builds of getconf. | Khem Raj | |
Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
2010-04-23 | utils: fix install prefix for getconf | Natanael Copa | |
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> | |||
2010-04-06 | getconf: move to utils/ | Bernhard Reutner-Fischer | |
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2010-03-30 | utils: hide comment if !V | Bernhard Reutner-Fischer | |
2010-03-25 | prettify make clean | Bernhard Reutner-Fischer | |
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2009-09-18 | fix make {,install_}{,host}utils | Bernhard Reutner-Fischer | |
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2009-08-17 | support building out-of-tree | Bernhard Reutner-Fischer | |
Handle O= Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2009-06-28 | utils: punt readelf | Mike Frysinger | |
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> | |||
2009-02-09 | unify the headers/random defines into porting.h to avoid duplication/rot | Mike Frysinger | |
2009-02-09 | dont force -Wl,-s when building host utils -- people can strip themselves | Mike Frysinger | |
2009-01-28 | Partially revent "make utils" fix. This version is less intrusive, | Denis Vlasenko | |
but still works! :) | |||
2009-01-28 | "make utils" now successfully makes utils for target | Denis Vlasenko | |
2009-01-14 | - make sure not to have relocs in Scrt1.o (Peter S. Mazinger) | Bernhard Reutner-Fischer | |
2009-01-11 | utils/Makefile.in: de-obfuscate it a bit | Denis Vlasenko | |
Rules.mak: use -Os, not -O2 | |||
2008-12-16 | - install utils into the proper directories | Bernhard Reutner-Fischer | |
2008-12-10 | Remove hardwired usr/ from install_utils (that's what $RUNTIME_PREFIX is for) | Rob Landley | |
and add install_hostutils. Now install_utils should use $PREFIX more like other packages do. | |||
2008-11-09 | - Add temporary hack to wipe dep files even on clean for utils. | Bernhard Reutner-Fischer | |
utils lives outside of the normal build so this is needed until it is properly pulled into the normal system. | |||
2008-11-07 | - less verbose make clean | Bernhard Reutner-Fischer | |
2008-10-09 | - tidy up utils_install | Bernhard Reutner-Fischer | |
2008-05-02 | Added implementation for 'locale' command. | Carmelo Amoroso | |
Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com> | |||
2006-02-15 | make sure we first search for libraries in the newly built tree rather than ↵ | Mike Frysinger | |
the compiler path | |||
2006-01-22 | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵ | Peter S. Mazinger | |
is a useless attempt | |||
2005-12-10 | Solve warning about redefined _GNU_SOURCE, allow iconv to build | Peter S. Mazinger | |
2005-12-08 | Add -DNOT_IN_libc to disable the libc-internal.h stuff | Peter S. Mazinger | |
2005-12-06 | Correct typo, iconv binary does not use the internal versions | Peter S. Mazinger | |
2005-11-25 | Change HOSTCFLAGS to BUILD_CFLAGS proposed by vapier | Peter S. Mazinger | |
2005-11-25 | Same for utils, renamed install_utils to utils_install to avoid conflict ↵ | Peter S. Mazinger | |
when added to top Makefile.in | |||
2005-11-25 | Rename NATIVE_LDFLAGS to BUILD_LDFLAGS proposed by vapier | Peter S. Mazinger | |
2005-11-24 | Move _GNU_SOURCE from file to CFLAGS, make use of NATIVE_LDFLAGS | Peter S. Mazinger | |
2005-11-23 | Make utils includable into main Makefile.in, add compile.u and hcompile.u, ↵ | Peter S. Mazinger | |
usable in utils and probably tests. vapier, please quite them if you want to |