Bernhard Reutner-Fischer
6b9256a138
- be gentle to vi's syntax highlighting
2007-01-29 08:45:36 +00:00
Bernhard Reutner-Fischer
6e2823c1fa
- add and use BR2_BZCAT config option.
2006-11-17 15:43:51 +00:00
Peter Korsgaard
0d0b98727d
GRUB package is called BR2_TARGET_GRUB
2006-09-25 12:35:27 +00:00
Mike Frysinger
b81bcbd229
Alessio Massaro writes: The syntax $VAR_NAME is used in several places. The correct syntax is actually $(VAR_NAME)
2006-04-21 01:23:35 +00:00
Eric Andersen
674d61d84b
yet again... rework fakeroot handling to ensure fakeroot is invoked just once,
...
as it seems to sometimes lose values logged during from earlier invocations.
2006-04-10 22:49:48 +00:00
Eric Andersen
8cfa7aa965
As noted by jacmet in bug 824:
...
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.
2006-04-10 17:48:53 +00:00
Eric Andersen
5418a92350
make sure things still work even when fakeroot is not in active use
2006-04-07 22:42:15 +00:00
Eric Andersen
ee66f55213
rework fakeroot handling to avoid races during parallel make causing several
...
fakeroot instances stomping eachother's temp files.
2006-04-07 20:30:43 +00:00
Eric Andersen
fbe47cd333
patch from janlana adding an x86 bootable iso9660 CD-ROM target
2006-04-06 18:31:14 +00:00