r1700

stsp at dslinux.in-berlin.de stsp at dslinux.in-berlin.de
Sun Apr 1 19:02:59 CEST 2007


Author: stsp
Date: 2007-04-01 19:02:54 +0200 (Sun, 01 Apr 2007)
New Revision: 1700

Log:
Use fakeroot to create the tarball for the RAM build
so it's easy to extract the linux/ folder to an ext2
partition with tar -p and get the permissions right.

This means that the fakeroot utility is now required
to compile the RAM build! So far, only GBAMP-EXT2
required fakeroot.


Modified: trunk/vendors/Nintendo/RAM/Makefile
===================================================================
--- trunk/vendors/Nintendo/RAM/Makefile	2007-03-31 23:45:44 UTC (rev 1699)
+++ trunk/vendors/Nintendo/RAM/Makefile	2007-04-01 17:02:54 UTC (rev 1700)
@@ -131,4 +131,4 @@
 		-7 $(ROOTDIR)/$(LINUXDIR)/arch/arm/mach-nds/arm7.bin \
 		-r7 0x03800000 -e7 0x03800000  \
 		-b $(NDS_COMMON)/tux.bmp "DSLinux;Port of Linux;to the DS!" && \
-	( cd $(IMAGEDIR); tar -cvzf dslinux-ram.tgz linux dslinux.nds ) ; 
+	( cd $(IMAGEDIR); fakeroot tar -cvzf dslinux-ram.tgz linux dslinux.nds ) ; 




More information about the dslinux-commit mailing list