summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2003-05-30In a number of places we erroneously used tests such as '#ifdef PIC' when weEric Andersen
2003-03-07Patch from Stefan Allius:Eric Andersen
2003-03-05Patch from Konrad Eisele to add include/asm-generic since, at leastEric Andersen
2003-03-03more uClinux shared libs fixupsDavid McCullough
2003-02-17updates to the uClinux-dist romfs and uClinux shared library targets.David McCullough
2003-02-11Per suggestion from Peter Lassahn, fix the install_dev targetEric Andersen
2003-01-25Fix the 'make release' targetEric Andersen
2003-01-24Stupid typoEric Andersen
2003-01-24Don't clean config system except on 'make distclean'. Remember toEric Andersen
2002-12-13Only build the ncurses stuff when it is needed, based on aEric Andersen
2002-12-12Add in a stub libnsl library to make stupid configure scriptsEric Andersen
2002-12-04Change some variable names so we are more consistant with whatEric Andersen
2002-12-02Don't leak outside of the target area when installing things.Eric Andersen
2002-11-23Use 'install' rather than 'mkdir -p' for target directories.Eric Andersen
2002-11-22Ok... here's the summary:Manuel Novoa III
2002-11-09Patch from Stefan Allius, rebuild extra/config/conf if it is missingEric Andersen
2002-11-07Fixed makefiles to remove binaries generated for the configuration"Steven J. Hill"
2002-11-03Use "include_config" not "include-config"Eric Andersen
2002-10-31Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen
2002-10-28Define TOPDIR to be just `.' when invoking gen_bits_syscall_h.sh, sinceMiles Bader
2002-10-18Echo mmu-less warning where appropriateEric Andersen
2002-10-15(uClibc_config): Define __UCLIBC_UCLINUX_BROKEN_MUNMAP__ for MMU-less systems.Miles Bader
2002-10-08Implemented 'romfs' target so that uClibc works with building uClinux."Steven J. Hill"
2002-10-01Sigh. OpenBSD used /usr/bin/{true|false}Eric Andersen
2002-09-16* Updated for the CRIS port.Tobias Anderberg
2002-09-05Change <bits/syscall.h> to <bits/sysnum.h>.Miles Bader
2002-08-25Kill the HAS_LONG_LONG option. It really did not make a lot ofEric Andersen
2002-08-22Hide .hidden stuff unless explicitly enabledEric Andersen
2002-08-16Remove h8300 special caseEric Andersen
2002-08-16(headers): Remove special case for v850, now that the general caseMiles Bader
2002-08-15Do not prevent people from making mmu-less builds on mmu-full systems.Eric Andersen
2002-08-08Remove unified syscall support (it should just be a per-archEric Andersen
2002-07-31Sigh. A bit more cleanup.Eric Andersen
2002-07-31You fool foolish. Goodbye level 2.Eric Andersen
2002-07-31Always build utils by defaultEric Andersen
2002-07-26Ok, I get it. sjhill kept adding the 'find' command sinceEric Andersen
2002-07-26Kill ill advised find command that was not doing anythingEric Andersen
2002-07-25Addition to 'distclean' for little endian MIPS."Steven J. Hill"
2002-07-24This rule is only necessary for little endian MIPS."Steven J. Hill"
2002-07-02Disable ldconfig.target for nowEric Andersen
2002-07-02Change the default structure of the installed toolchainEric Andersen
2002-06-23Fixup target util handlingEric Andersen
2002-05-30Fix dependancy. again.Eric Andersen
2002-05-30Fix dependancy for util targetEric Andersen
2002-05-29Now that was sillyEric Andersen
2002-05-28Fixup and unifiy version numbering. Automate versioning updates.Eric Andersen
2002-05-06New locale support (in development). Supports LC_CTYPE, LC_NUMERIC,Manuel Novoa III
2002-05-02Ensure that make clean really cleans up after itselfEric Andersen
2002-04-24Don't use $(PWD), use $(shell pwd) insteadEric Andersen
2002-04-11Added a dummy romfs target so this stuff slots nicely into theDavid McCullough