summaryrefslogtreecommitdiffstats
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Convert configuration to new build systemPeter S. Mazinger2005-11-251-10/+4
* Same for utils, renamed install_utils to utils_install to avoid conflict when...Peter S. Mazinger2005-11-251-2/+2
* Remove clean target in extra/locale and use locale_cleanPeter S. Mazinger2005-11-251-1/+1
* Integrate locales into new build system, move everything locale related to ex...Peter S. Mazinger2005-11-251-17/+1
* Don't remove the directory again, *config did it alreadyPeter S. Mazinger2005-11-251-1/+0
* Include libc's Makefile.in last to catch all the objects included by others t...Peter S. Mazinger2005-11-251-1/+3
* forgot to commit added filePeter S. Mazinger2005-11-251-1/+1
* locales prepared for new build system, will allow to autobuild locales, not o...Peter S. Mazinger2005-11-251-3/+5
* Probably this caused failures in buildroot. Buildroot should run: make oldcon...Peter S. Mazinger2005-11-241-3/+1
* move all options before non-options as pointed out by Paul BrookMike Frysinger2005-11-241-1/+1
* Do not need ordered includes anymorePeter S. Mazinger2005-11-231-2/+1
* Depedencies corrected (less make oldconfig/headers), rerunning make remakes o...Peter S. Mazinger2005-11-221-3/+4
* remove headers_done since it broke buildroot againMike Frysinger2005-11-221-5/+1
* touchup output and move .PHONY to the shared Makerules so all subdirs get itMike Frysinger2005-11-221-14/+2
* dont want to delete the 64.c files anymoreMike Frysinger2005-11-191-1/+0
* Run headers only once, until better solution is foundPeter S. Mazinger2005-11-181-1/+5
* Include all lib*/Makefile.in in top_srcdir/Makefile.in, allows adding foreign...Peter S. Mazinger2005-11-171-37/+15
* Replace TOPDIR w/ top_builddirPeter S. Mazinger2005-11-171-1/+1
* Remove unneeded top_builddirPeter S. Mazinger2005-11-171-8/+8
* quiet the make -CMike Frysinger2005-11-131-2/+2
* Remove copied sourcesPeter S. Mazinger2005-11-081-0/+1
* dont need to run `find -name .svn` since tar already excludes .svnMike Frysinger2005-11-051-2/+1
* include Rules.mak after noconfig_targets, else it does not pull in .configPeter S. Mazinger2005-11-021-0/+2
* move more rules out of the if HAVE_DOT_CONFIG statement which dont belongMike Frysinger2005-11-021-6/+6
* Create the lib*_pic.a links only if DOPIC is enabledPeter S. Mazinger2005-11-011-0/+2
* Add another Makefile example that will be copied over the root Makefile, adap...Peter S. Mazinger2005-11-011-8/+0
* merge headers/clean changes from the config ifMike Frysinger2005-10-311-2/+6
* cleanup the release target so that it doesnt kill my svn checkout anymore :/Mike Frysinger2005-10-291-12/+8
* Correct building locales and backport the changesPeter S. Mazinger2005-10-281-1/+0
* Remove --exclude CVS from tarPeter S. Mazinger2005-10-281-1/+1
* Remove binutils-2.16.1 dependency for SSP, now it works with any binutils, bu...Peter S. Mazinger2005-10-281-26/+4
* Use consequently headers-y and headers_clean-y, try avoiding TARGET_ARCH use ...Peter S. Mazinger2005-10-281-6/+6
* We use svn, do not look for cvs related files in distcleanPeter S. Mazinger2005-10-281-1/+1
* Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does ...Peter S. Mazinger2005-10-281-3/+9
* Allow using ssp w/ current active Makefiles too. Build crts for non-shared ar...Peter S. Mazinger2005-10-271-0/+14
* Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed to...Peter S. Mazinger2005-10-271-1/+2
* Correct header cleanup, if threads are disabled, thanks to Jan-Benedict Glaw ...Peter S. Mazinger2005-10-271-2/+2
* Default changed to IMA compiling, disabled explicitely where currently not po...Peter S. Mazinger2005-10-261-1/+1
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger2005-10-251-0/+392