Author: pebender
Date: Mon Feb 16 15:33:11 2009
New Revision: 4401

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

Log:
- Made some minor clean-ups of the meta makefile.



Modified: trunk/gar-minimyth/script/meta/minimyth/files/source/Makefile
==============================================================================
--- trunk/gar-minimyth/script/meta/minimyth/files/source/Makefile       
(original)
+++ trunk/gar-minimyth/script/meta/minimyth/files/source/Makefile       Mon Feb 
 
16 15:33:11 2009
@@ -644,7 +644,7 @@
        @echo "making the squashfs version of the extras file system"
        @mkdir -m 0755 -p $(@D)
        @rm -rf $@ $...@~
-       @fakeroot -i $<.fakeroot sh -c "mksquashfs $< $...@~ -no-exports  
-no-progress -processors 1 -no-fragments -check_data > /dev/null 2>&1"
+       @fakeroot                sh -c "mksquashfs $< $...@~ -no-exports  
-no-progress -processors 1 -no-fragments -check_data > /dev/null 2>&1"
        @chmod 0644 $...@~
        @touch $...@~
        @mv $...@~ $@
@@ -655,7 +655,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 -check_data > /dev/null 2>&1" ; \
+               fakeroot         sh -c "mksquashfs $</$${theme} 
$...@~/$${theme}.sfs  
-no-exports -no-progress -processors 1 -no-fragments -check_data >  
/dev/null 2>&1" ; \
         done
        @find $...@~ -depth -type d -exec chmod 0755 '{}' \;
        @find $...@~ -depth -type f -exec chmod 0644 '{}' \;
@@ -675,7 +675,7 @@
        @echo "making the tarball version of the extras file system"
        @mkdir -m 0755 -p $(@D)
        @rm -rf $@ $...@~
-       @fakeroot sh -c "tar -C $(<D) -jcf $...@~ $(<F)"
+       @fakeroot                sh -c "tar -C $(<D) -jcf $...@~ $(<F)"
        @chmod 0644 $...@~
        @touch $...@~
        @mv $...@~ $@
@@ -684,7 +684,7 @@
        @echo "making the tarball version of the themes file system"
        @mkdir -m 0755 -p $(@D)
        @rm -rf $@ $...@~
-       @fakeroot sh -c "tar -C $(<D) -jcf $...@~ $(<F)"
+       @fakeroot                sh -c "tar -C $(<D) -jcf $...@~ $(<F)"
        @chmod 0644 $...@~
        @touch $...@~
        @mv $...@~ $@
@@ -702,7 +702,7 @@
        @echo "making the tarball file of $(patsubst $(top)%,[...]%,$<)"
        @mkdir -m 0755 -p $(@D)
        @rm -rf $@ $...@~
-       @fakeroot sh -c "tar -C $(<D) -jcf $...@~ $(<F)"
+       @fakeroot                sh -c "tar -C $(<D) -jcf $...@~ $(<F)"
        @chmod 0644 $...@~
        @touch $...@~
        @mv $...@~ $@

--~--~---------~--~----~------------~-------~--~----~
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