[Bug 265] New: MokoMakefile: perl-native fix

bugzilla-daemon at bugzilla.openmoko.org bugzilla-daemon at bugzilla.openmoko.org
Tue Mar 13 19:09:13 CET 2007


http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=265

           Summary: MokoMakefile: perl-native fix
           Product: OpenMoko
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: OE bitbake recipes  / build system
        AssignedTo: mickey at vanille-media.de
        ReportedBy: jonas.bonn at gmail.com


MokoMakefile fails on Feisty 7.04, X86_64 at perl-native with error "You have
not run 'make depend' yet!".  Following patch corrects problem:

--- makedepend.orig     2007-03-13 19:07:38.000000000 +0100
+++ makedepend  2007-03-13 19:04:37.000000000 +0100
@@ -103,7 +103,7 @@
     *.y) filebase=`basename $file .y` ;;
     esac
     case "$file" in
-    */*) finc="-I`echo $file | sed 's#/[^/]*$##`" ;;
+    */*) finc="-I`echo $file | sed 's#/[^/]*$##'`" ;;
     *)   finc= ;;
     esac
     $echo "Finding dependencies for $filebase$_o."



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the buglog mailing list