Revision: 5480 Author: pebender Date: Mon Sep 14 16:36:50 2009 Log: - Removed the processors argument from mksquashfs when building the image.
http://code.google.com/p/minimyth/source/detail?r=5480 Modified: /trunk/gar-minimyth/script/meta/minimyth/files/source/Makefile ======================================= --- /trunk/gar-minimyth/script/meta/minimyth/files/source/Makefile Sat Jul 18 05:53:42 2009 +++ /trunk/gar-minimyth/script/meta/minimyth/files/source/Makefile Mon Sep 14 16:36:50 2009 @@ -622,7 +622,7 @@ @echo "making the squashfs version of the root file system" @mkdir -m 0755 -p $(@D) @rm -rf $@ $...@~ - @fakeroot -i $<.fakeroot sh -c "mksquashfs $< $...@~ -no-exports -no-progress -processors 1 -no-fragments > /dev/null 2>&1" + @fakeroot -i $<.fakeroot sh -c "mksquashfs $< $...@~ -no-exports -no-progress -no-fragments > /dev/null 2>&1" @chmod 0644 $...@~ @touch $...@~ @mv $...@~ $@ @@ -631,7 +631,7 @@ @echo "making the squashfs version of the extras file system" @mkdir -m 0755 -p $(@D) @rm -rf $@ $...@~ - @fakeroot sh -c "mksquashfs $< $...@~ -no-exports -no-progress -processors 1 -no-fragments > /dev/null 2>&1" + @fakeroot sh -c "mksquashfs $< $...@~ -no-exports -no-progress -no-fragments > /dev/null 2>&1" @chmod 0644 $...@~ @touch $...@~ @mv $...@~ $@ @@ -642,7 +642,7 @@ @rm -rf $@ $...@~ @mkdir -m 0755 -p $...@~ @for theme in `cd $< ; ls -1` ; do \ - fakeroot sh -c "mksquashfs $</$${theme} $...@~/$${theme}.sfs -no-exports -no-progress -processors 1 -no-fragments > /dev/null 2>&1" ; \ + fakeroot sh -c "mksquashfs $</$${theme} $...@~/$${theme}.sfs -no-exports -no-progress -no-fragments > /dev/null 2>&1" ; \ done @find $...@~ -depth -type d -exec chmod 0755 '{}' \; @find $...@~ -depth -type f -exec chmod 0644 '{}' \; --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "minimyth-commits" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/minimyth-commits?hl=en -~----------~----~----~----~------~----~------~--~---
