summaryrefslogtreecommitdiffstats
path: root/utils/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* utils/Makefile.in: de-obfuscate it a bitDenis Vlasenko2009-01-111-18/+33
* - 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
* - Add temporary hack to wipe dep files even on clean for utils.Bernhard Reutner-Fischer2008-11-091-0/+3
* - 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
* make sure we first search for libraries in the newly built tree rather than t...Mike Frysinger2006-02-151-1/+1
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-221-2/+2
* 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 when...Peter S. Mazinger2005-11-251-6/+2
* 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, us...Peter S. Mazinger2005-11-231-0/+95