buildroot/target
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
..
arm arm/*/*.mk does not exist, maybe it does not fail with this, else prpplague, please provide at least an empty file 2006-01-21 15:11:15 +00:00
cloop add cloop as a new file system image type per case 0000151 2006-01-25 13:54:16 +00:00
cramfs As noted by jacmet in bug 824: 2006-04-10 17:48:53 +00:00
device update to linux 2.4.16 and current uClibc. 2006-03-25 19:09:09 +00:00
ext2 As noted by jacmet in bug 824: 2006-04-10 17:48:53 +00:00
generic
iso9660 As noted by jacmet in bug 824: 2006-04-10 17:48:53 +00:00
jffs2 As noted by jacmet in bug 824: 2006-04-10 17:48:53 +00:00
makedevs rework fakeroot handling to avoid races during parallel make causing several 2006-04-07 20:30:43 +00:00
powerpc
squashfs As noted by jacmet in bug 824: 2006-04-10 17:48:53 +00:00
tar As noted by jacmet in bug 824: 2006-04-10 17:48:53 +00:00
x86 - add optional splashimage support 2006-03-18 13:07:29 +00:00
Config.in patch from janlana adding an x86 bootable iso9660 CD-ROM target 2006-04-06 18:31:14 +00:00
Makefile.in