lkml.org 
[lkml]   [2000]   [Mar]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: 2.3.51
    Hi,

    >If you want it to run really sslloowwllyy, that's fine. But xargs
    >should be working anyway. Maybe there's a problem with the environment
    >space being too large (which I don't think xargs considers). `env -u'
    >command can be used to remove a large environment string, if there is
    >one inherited from `make' for example.

    it cannot be a problem with argument length - xargs doesn't have any.
    My guess is that make passes all its variables as environment variables
    to find|xargs, overflowing the environment space. This guess is confirmed
    by the fact that the command runs fine outside the Makefile.

    So the proper fix would be to prevent make from creating an environment.
    I'm no make expert, but moving the clean commands to an auxiliary shell
    script which may clean its environment is the only solution I currently
    see.

    Regards,
    hjb
    --
    http://www.pro-linux.de/ - Germany's largest volunteer Linux support site
    You feel strangely lucky...

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.rutgers.edu
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2005-03-22 13:57    [W:3.907 / U:0.112 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site