mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mingw-cross-env-list] possibly serius bug


From: Volker Grabsch
Subject: Re: [Mingw-cross-env-list] possibly serius bug
Date: Tue, 15 Nov 2011 21:48:04 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

anguelos nicolaou schrieb:
> While trying to install mingw-cross-env, I erased my "real" /usr directory
> I am in no way blaiming anybody else than my self but mabe something is
> also wrong in the makefiles.
[...]
> /opt/mingw_cross_env$ sudo make clean

I was able to reproduce this issue and I'm not sure
who to blame for that. This problem occurs only in
combination with the direct call of Make via Sudo.
It does not occur with any other method such as:

    #1
    sudo bash
    make clean

    #2
    su
    make clean

    #3
    su -c 'make clean'

The problem is that our main Makefile assumes PWD to
be always set, and Sudo seems to unset it for whatever
reason. I just committed a patch that fixes this issue:

    http://hg.savannah.gnu.org/hgweb/mingw-cross-env/rev/c6164f499bed

This is available in the stable branch as well as the
default (development) branch.


Greets,
Volker

-- 
Volker Grabsch
---<<(())>>---



reply via email to

[Prev in Thread] Current Thread [Next in Thread]