summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2006-12-02- andersee, what was that good for? It just slows down rebuilds as it delves ↵Bernhard Reutner-Fischer
into each sub-file needlessly.. Ripping out.
2006-11-17- add and use BR2_BZCAT config option.Bernhard Reutner-Fischer
2006-11-17- check if busybox' Rules.mak exists.Bernhard Reutner-Fischer
- add target dirs to ensure that all required dirs do exist so make busybox-menuconfig works in a pristine checkout.
2006-11-15make certain the target directory existsEric Andersen
2006-11-15subversion makes it so we do not need a separate tarballEric Andersen
to store empty directories and symlinks for the target_skeleton.
2006-10-01- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer
not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
2006-07-18configuring uClibc depends on first having kernel headers in placeEric Andersen
2006-07-18put sed check in the correct placeEric Andersen
2006-07-18move TAR_OPTIONS to its rightful placeEric Andersen
2006-06-22Resolves Bug #182 for buildroot. It works nice to pull in default"Steven J. Hill"
configuration files for targets. More information on the bug database page at <http://bugs.uclibc.org/view.php?id=182>.
2006-05-26s/dependancies/dependencies/Mike Frysinger
2006-04-19when copying, be forceful about it to gratuitously overwrite symlinksEric Andersen
2006-04-07make sure things still work even when fakeroot is not in active useEric Andersen
2006-01-25removed clean and distclean from the noconfig targets per case 0000232David Anders
2005-12-10- remove BR2_TAR_VERBOSITY and add helptext to BR2_TAR_OPTIONS.Bernhard Reutner-Fischer
default to no additional tar options.
2005-12-10- add option to pass to tar for unpacking the source.Bernhard Reutner-Fischer
Set it to exclude .svn per default (please default to "" if inappropriate)
2005-09-09Allan Clark writes:Mike Frysinger
Quick patch to avoid deleting my directory of RPM Sources. I tend to use buildroot as "make DL_DIR=/.rh/SOURCES", with the rpm topdir set to $HOME/.rh in my .rpmmacros -- allows me to build RPMs as non-root, and share the source with buildroot. Problem is, buildroot likes to delete my directory :(
2005-09-08only build host-file if we need itMike Frysinger
2005-08-30Build 'file' for the host as well as the target. If the host system has a ↵"Steven J. Hill"
version older than that being built for buildroot, the target build will fail. So, we build 'file' for the host and add actually add '$(TOOL_BUILD_DIR)/bin' to the TARGET_PATH so that it takes precedence over the host system version.
2005-08-04Allow packages to use fakeroot. To accomodate this, convert allEric Andersen
target filesystem creation tools to also use fakeroot.
2005-04-27Make defconfig work properlyEric Andersen
2005-04-15Change all instances of 'ln -sf' to 'ln -snf'Eric Andersen
2005-02-17more changes towards better board supportEric Andersen
2005-02-17Make target stuff last so it can override everything elseEric Andersen
2005-02-11Fix some silly bugs: a variable for gcc was used before it was defined, removeEric Andersen
'.svn' not 'CVS' from the install, add 2.4.29 kernel headers as the default.
2005-02-10There is no need to have a separate 'Makefile.in' file in theEric Andersen
general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
2005-02-07update copyrightEric Andersen
2004-12-11Don't fail for existing dirsEric Andersen
2004-12-11Add some more phonysEric Andersen
2004-12-11Don't nuke STAGING_DIR and TARGET_DIREric Andersen
2004-10-15Build the uClibc utils with the uClibc-targeted toolchain.Manuel Novoa III
While the host utils are also built, they are not currently installed.
2004-10-09Make the TAR_VERBOSITY option a bit more saneEric Andersen
2004-10-09Don't use a string to do the job of a boolEric Andersen
2004-10-09support tar verbosityMike Frysinger
2004-10-09Remove obsolete references to SOURCE_DIREric Andersen
2004-10-09Fix it so we once again build the target root_fsEric Andersen
2004-10-09facelift step number twoEric Andersen
2004-10-09Remove the old 'make' directory, and populate the new 'package'Eric Andersen
directory.
2004-10-09It would help to include the package specific *.mk makefilesEric Andersen
2004-10-09Major buildroot facelift, step one.Eric Andersen
-Erik
2004-10-08add -pipe to default CFLAGSMike Frysinger
2004-10-05Always use kernel-headers.Eric Andersen
2004-09-30Add the new binutils and gdb, but don't make them defaults since I haven'tManuel Novoa III
really tested them yet.
2004-09-22Default to 2.4.27 kernel headersEric Andersen
2004-09-14Add back in support for 3.3.4 soft float toolchains, although arm wouldManuel Novoa III
require reenabling linking with -lfloat in uClibc.
2004-09-10Integrate gcc 3.4.2 and add patches from both openembedded (6??-*)Manuel Novoa III
and Dan Kegel's crosstools (7??-*). Use makefile vars for toolchain names in ccache.mk and gdb.mk. Fix a g++-related symlink issue with ccache. Change the default to gcc 3.4.2 and binutils 2.15.91.0.2 (now that mips is building). Let the users go forth and test... ;-)
2004-09-03Should be supported now for gcc 3.4.1.Manuel Novoa III
2004-09-03Update to what I'm currently using. Lots of changes...Manuel Novoa III
1) Allow selection of binutils/gcc/gdb/kernel headers to build, although some of the older tool patches probably need updating. 2) Rework gdb build so that remote debugging now works with gdbserver. 3) Misc. other package updates.3) Misc. other package updates.3) Misc. other package updates.
2004-04-21Use busybox to provide login etc by defaultEric Andersen
2004-04-12Due to alphabetizing, the uml stuff was pulled in after uclibc.mkEric Andersen
causing problems. Newer uml messes up sigcontext.h and is a pain to build anyways. So kill it for now. It is trivial to build for stock i386 and then boot the generated root_fs using uml.