summaryrefslogtreecommitdiffstats
path: root/package/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* move TAR_OPTIONS to its rightful placeEric Andersen2006-07-181-0/+2
|
* Split the target suffix out as a config option, for the few cases wherePaul Mundt2006-06-051-3/+4
| | | | | we have to use a different one.
* - pass $(TARGET_CROSS)strip as STRIP to the packages.Bernhard Reutner-Fischer2006-03-101-0/+1
|
* add TARGET_CXX per case 0000593David Anders2006-01-251-0/+1
|
* add an option for the --build so cygwin users can utilize buildrootMike Frysinger2005-12-271-1/+1
|
* force CPPMike Frysinger2005-12-171-0/+1
|
* let people control location of download dirMike Frysinger2005-10-011-2/+7
|
* add sf mirrors list in help (fix by Bernhard Fischer) and allow people to ↵Mike Frysinger2005-09-181-2/+12
| | | | add custom prefix/suffix to builds
* Build 'file' for the host as well as the target. If the host system has a ↵"Steven J. Hill"2005-08-301-1/+1
| | | | 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.
* Change root_fs_$(ARCH) to rootfs.$(ARCH)Eric Andersen2005-08-131-1/+1
|
* Fix bzip2 cross build error associated with host ranlib being"Steven J. Hill"2005-05-181-0/+1
| | | | used instead of cross target ranlib.
* SnarlCat writes: add OBJCOPY to build environment Bug #213Mike Frysinger2005-04-071-1/+2
|
* more dhcp updatesEric Andersen2005-02-161-0/+1
|
* Patch from scott: http://bugs.uclibc.org/view.php?id=42Eric Andersen2005-01-231-0/+4
| | | | | | | 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.
* Add initial BR2_JLEVEL support, with some exceptions for apps thatEric Andersen2004-12-111-0/+3
| | | | have broken 'make -j' support
* Add an option to allow people to relocate the toolchainEric Andersen2004-12-111-1/+3
|
* nuke sources/ - you might want to move sources/dl/ to dl/ to avoid ↵Tim Riker2004-10-271-2/+2
| | | | redownloading the world
* facelift step number twoEric Andersen2004-10-091-3/+2
|
* Major buildroot facelift, step one.Eric Andersen2004-10-091-0/+60
-Erik