Revision: 5770
Author: pebender
Date: Sun Nov  1 07:35:28 2009
Log: - Added back redirection of mksquashfs output.


http://code.google.com/p/minimyth/source/detail?r=5770

Modified:
  /trunk/gar-minimyth/script/meta/minimyth/files/source/Makefile

=======================================
--- /trunk/gar-minimyth/script/meta/minimyth/files/source/Makefile      Sat Oct 
 
31 12:44:46 2009
+++ /trunk/gar-minimyth/script/meta/minimyth/files/source/Makefile      Sun Nov 
  
1 07:35:28 2009
@@ -637,7 +637,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 -no-fragments"
+       @fakeroot -i $<.fakeroot sh -c "mksquashfs $< $...@~ -no-exports  
-no-progress -no-fragments > /dev/null 2>&1"
        @chmod 0644 $...@~
        @touch $...@~
        @mv $...@~ $@
@@ -646,7 +646,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 -no-fragments"
+       @fakeroot                sh -c "mksquashfs $< $...@~ -no-exports  
-no-progress -no-fragments > /dev/null 2>&1"
        @chmod 0644 $...@~
        @touch $...@~
        @mv $...@~ $@
@@ -657,7 +657,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 -no-fragments" ; \
+               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
-~----------~----~----~----~------~----~------~--~---

Reply via email to