summaryrefslogtreecommitdiffstats
path: root/target/iso9660/iso9660.mk
Commit message (Collapse)AuthorAgeFilesLines
* Alessio Massaro writes: The syntax $VAR_NAME is used in several places. The ↵Mike Frysinger2006-04-211-7/+7
| | | | correct syntax is actually $(VAR_NAME)
* yet again... rework fakeroot handling to ensure fakeroot is invoked just once,Eric Andersen2006-04-101-12/+6
| | | | as it seems to sometimes lose values logged during from earlier invocations.
* As noted by jacmet in bug 824:Eric Andersen2006-04-101-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 useEric Andersen2006-04-071-0/+1
|
* rework fakeroot handling to avoid races during parallel make causing severalEric Andersen2006-04-071-6/+14
| | | | fakeroot instances stomping eachother's temp files.
* patch from janlana adding an x86 bootable iso9660 CD-ROM targetEric Andersen2006-04-061-0/+90