logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

unattended/bootdisk Makefile,1.28,1.29: msg#00018

Subject: unattended/bootdisk Makefile,1.28,1.29
Update of /cvsroot/unattended/unattended/bootdisk
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20950

Modified Files:
        Makefile 
Log Message:
avoid warning about wrong order of options

Index: Makefile
===================================================================
RCS file: /cvsroot/unattended/unattended/bootdisk/Makefile,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- Makefile    21 Oct 2004 18:31:43 -0000      1.28
+++ Makefile    19 Dec 2004 21:13:02 -0000      1.29
@@ -52,7 +52,7 @@
        export MTOOLSRC=$$mtoolsrc &&                                   \
        gzip -d -c empty-boot.img.gz >| $$destdir/$$driver.img &&       \
        (cd template &&                                                 \
-        find . -name CVS -prune -o -mindepth 1 -print | sort |         \
+        find . -mindepth 1 -name CVS -prune -o -print | sort |         \
                while read filename ; do                                \
                        if [ -d $$filename ] ; then                     \
                                mmd x:/$$filename ;                     \



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/


<Prev in Thread] Current Thread [Next in Thread>