summaryrefslogtreecommitdiff
path: root/package/Makefile.in
AgeCommit message (Collapse)Author
2005-12-27add an option for the --build so cygwin users can utilize buildrootMike Frysinger
2005-12-17force CPPMike Frysinger
2005-10-01let people control location of download dirMike Frysinger
2005-09-18add sf mirrors list in help (fix by Bernhard Fischer) and allow people to ↵Mike Frysinger
add custom prefix/suffix to builds
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-13Change root_fs_$(ARCH) to rootfs.$(ARCH)Eric Andersen
2005-05-18Fix bzip2 cross build error associated with host ranlib being"Steven J. Hill"
used instead of cross target ranlib.
2005-04-07SnarlCat writes: add OBJCOPY to build environment Bug #213Mike Frysinger
2005-02-16more dhcp updatesEric Andersen
2005-01-23Patch from scott: http://bugs.uclibc.org/view.php?id=42Eric Andersen
0000042: add subversion (svn) support to buildroot This patch adds support for subversion to checkout files, much like how CVS already works. It uses 'SVN' macro in makefiles.
2004-12-11Add initial BR2_JLEVEL support, with some exceptions for apps thatEric Andersen
have broken 'make -j' support
2004-12-11Add an option to allow people to relocate the toolchainEric Andersen
2004-10-27nuke sources/ - you might want to move sources/dl/ to dl/ to avoid ↵Tim Riker
redownloading the world
2004-10-09facelift step number twoEric Andersen
2004-10-09Major buildroot facelift, step one.Eric Andersen
-Erik