[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gobolinux-commits
Subject:    [gobolinux-commits] tools/Compile/bin Compile
From:       hisham () apple2 ! com (Hisham Muhammad)
Date:       2006-10-25 18:15:23
Message-ID: E1GcnHf-0004TB-9j () savannah ! gnu ! org
[Download RAW message or body]

CVSROOT:	/cvsroot/goboscripts
Module name:	tools
Changes by:	Hisham Muhammad <hisham>	06/10/25 18:15:23

Modified files:
	Compile/bin    : Compile 

Log message:
	Fixes for bugs #25 and #26 -- sorry about not committing separately...

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/tools/Compile/bin/Compile?cvsroot=goboscripts&r1=1.127&r2=1.128

Patches:
Index: Compile
===================================================================
RCS file: /cvsroot/goboscripts/tools/Compile/bin/Compile,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -b -r1.127 -r1.128
--- Compile	25 Oct 2006 08:33:51 -0000	1.127
+++ Compile	25 Oct 2006 18:15:23 -0000	1.128
@@ -461,7 +461,7 @@
    CheckDependencies --types=recipe --mode=missing \
      $noweb --quiet-progress  "$app" "$version" \
      "recipe" "$recipedir" > $selecteddeps || Die "Aborted."
-   cat $selecteddeps | while read d_program d_version d_type d_url; 
+   for d_url in `awk '{ print $4 }' < $selecteddeps`
    do
       Compile --no-dependencies $d_url || {
          ret=$?
@@ -1058,7 +1058,7 @@
       wrapup
    else
       # Old Makefile.PL system 
-      perl Makefile.PL prefix=$target ${withoutopts[@]} ${perl_options[@]}
+      perl Makefile.PL ${withoutopts[@]} ${perl_options[@]} prefix=$target
       recipe_type="makefile"
    fi
 fi

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic