Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - be gentle to vi's syntax highlighting | Bernhard Reutner-Fischer | 2007-01-29 | 1 | -1/+2 |
| | |||||
* | - add and use BR2_BZCAT config option. | Bernhard Reutner-Fischer | 2006-11-17 | 1 | -1/+2 |
| | |||||
* | GRUB package is called BR2_TARGET_GRUB | Peter Korsgaard | 2006-09-25 | 1 | -1/+1 |
| | |||||
* | Alessio Massaro writes: The syntax $VAR_NAME is used in several places. The ↵ | Mike Frysinger | 2006-04-21 | 1 | -7/+7 |
| | | | | correct syntax is actually $(VAR_NAME) | ||||
* | yet again... rework fakeroot handling to ensure fakeroot is invoked just once, | Eric Andersen | 2006-04-10 | 1 | -12/+6 |
| | | | | as it seems to sometimes lose values logged during from earlier invocations. | ||||
* | As noted by jacmet in bug 824: | Eric Andersen | 2006-04-10 | 1 | -7/+7 |
| | | | | | | | | | | | | | svn 14777 seems to have broken cramfs/squashfs/tarroot. The problem is that $(IMAGE) is the absolute path of the image including directories, so the build tries to access $(STAGING_DIR)/_fakeroot.</full/path/to/buildroot/directory> which doesn't exist. The fix is to define CRAMFS/SQUASHFS/TAR_TARGET as $(notdir $(IMAGE).<extension>) instead. | ||||
* | make sure things still work even when fakeroot is not in active use | Eric Andersen | 2006-04-07 | 1 | -0/+1 |
| | |||||
* | rework fakeroot handling to avoid races during parallel make causing several | Eric Andersen | 2006-04-07 | 1 | -6/+14 |
| | | | | fakeroot instances stomping eachother's temp files. | ||||
* | patch from janlana adding an x86 bootable iso9660 CD-ROM target | Eric Andersen | 2006-04-06 | 3 | -0/+119 |