summaryrefslogtreecommitdiff
path: root/package/Makefile.in
AgeCommit message (Collapse)Author
2007-05-07Add another include path to the CFLAGS."Steven J. Hill"
2007-03-20- put staging_dir/usr/bin into the target path, so X-stuff can find ↵Bernhard Reutner-Fischer
freetype-config. Closes #1233
2007-02-06Support building using an external toolchain. Questions to the mailing list ↵"Steven J. Hill"
and all other comments to <biteme@devnull.com>.
2007-02-04- the $(XSERVER) target can be provided by different X server impls. Adjust ↵Bernhard Reutner-Fischer
users - rdesktop needs an xserver impl
2007-01-30- make absolutely sure that we are not trying to go into jobserver mode for ↵Bernhard Reutner-Fischer
MAKE1
2007-01-14filter pkgconfig output to force it do use our staging_dir and notEric Andersen
try to use the system libraries as it is inclined to do
2006-12-21- use centralized DISABLE_LARGEFILEBernhard Reutner-Fischer
- nil CXX if there isn't one
2006-12-08- Quote TARGET_PATH. Closes #1107.Bernhard Reutner-Fischer
2006-11-20- add and use a HOSTCXX variable.Bernhard Reutner-Fischer
2006-11-17- add and use BR2_BZCAT config option.Bernhard Reutner-Fischer
2006-10-17we use BR2_ENABLE_LOCALE not ENABLE_LOCALEEric Andersen
2006-10-01- add missing hung from the BR2_ZCAT introductionBernhard Reutner-Fischer
2006-09-30- fix bug #1042; Hardcoding system-paths is a bad idea. If some of them are notBernhard Reutner-Fischer
in PATH seen by make then most likely for a very good reason. Set your PATH accordingly if you need /bin or /usr/local/bin et al.
2006-08-24- pickup the PATH the user has set.Bernhard Reutner-Fischer
Fixes HOSTCC et al being installed in e.g. /opt where it wasn't found before.
2006-07-18move TAR_OPTIONS to its rightful placeEric Andersen
2006-06-05Split the target suffix out as a config option, for the few cases wherePaul Mundt
we have to use a different one.
2006-03-10- pass $(TARGET_CROSS)strip as STRIP to the packages.Bernhard Reutner-Fischer
2006-01-25add TARGET_CXX per case 0000593David Anders
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