http://bugs.openembedded.org/show_bug.cgi?id=1290


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME




------- Comment #1 from [EMAIL PROTECTED]  2006-08-10 00:31 -------
I split the $(INSTALL) line in Makefile and Makefile.target, then build process
finished fine.

before:
    $(INSTALL) -m 755 -s $(PROGS) "$(DESTDIR)$(bindir)"

after:
    $(INSTALL) -m 755 $(PROGS) "$(DESTDIR)$(bindir)"
    $(STRIP) "$(DESTDIR)$(bindir)/$(PROGS)"

I don't know why, but install couldn't call split correctly.


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Oe mailing list
[email protected]
https://www.handhelds.org/mailman/listinfo/oe

Reply via email to