Peter Maydell writes:
> On 17 March 2014 18:51, Andreas Färber wrote:
>> Am 17.03.2014 09:30, schrieb Markus Armbruster:
>>> Stefan Weil writes:
>>>
Am 14.03.2014 09:38, schrieb Fam Zheng:
> DANGEROUS: don't try it before you read to the end.
>
> A first "make distclean" will u
Andreas Färber writes:
> Am 17.03.2014 09:30, schrieb Markus Armbruster:
>> Stefan Weil writes:
>>
>>> Am 14.03.2014 09:38, schrieb Fam Zheng:
DANGEROUS: don't try it before you read to the end.
A first "make distclean" will unset $(DSOSUF), a following "make
distclean" or "
On 17 March 2014 18:51, Andreas Färber wrote:
> Am 17.03.2014 09:30, schrieb Markus Armbruster:
>> Stefan Weil writes:
>>
>>> Am 14.03.2014 09:38, schrieb Fam Zheng:
DANGEROUS: don't try it before you read to the end.
A first "make distclean" will unset $(DSOSUF), a following "make
Am 17.03.2014 09:30, schrieb Markus Armbruster:
> Stefan Weil writes:
>
>> Am 14.03.2014 09:38, schrieb Fam Zheng:
>>> DANGEROUS: don't try it before you read to the end.
>>>
>>> A first "make distclean" will unset $(DSOSUF), a following "make
>>> distclean" or "make clean" will find all the file
Stefan Weil writes:
> Am 14.03.2014 09:38, schrieb Fam Zheng:
>> DANGEROUS: don't try it before you read to the end.
>>
>> A first "make distclean" will unset $(DSOSUF), a following "make
>> distclean" or "make clean" will find all the files and delete it.
>>
>> Including all the files in the .gi
On Fri, 03/14 18:49, Stefan Weil wrote:
> Am 14.03.2014 09:38, schrieb Fam Zheng:
> > DANGEROUS: don't try it before you read to the end.
> >
> > A first "make distclean" will unset $(DSOSUF), a following "make
> > distclean" or "make clean" will find all the files and delete it.
> >
> > Including
Am 14.03.2014 09:38, schrieb Fam Zheng:
> DANGEROUS: don't try it before you read to the end.
>
> A first "make distclean" will unset $(DSOSUF), a following "make
> distclean" or "make clean" will find all the files and delete it.
>
> Including all the files in the .git directory!
If you only use
On Fri, Mar 14, 2014 at 04:38:20PM +0800, Fam Zheng wrote:
> DANGEROUS: don't try it before you read to the end.
>
> A first "make distclean" will unset $(DSOSUF), a following "make
> distclean" or "make clean" will find all the files and delete it.
>
> Including all the files in the .git directo
DANGEROUS: don't try it before you read to the end.
A first "make distclean" will unset $(DSOSUF), a following "make
distclean" or "make clean" will find all the files and delete it.
Including all the files in the .git directory!
Fix it by only do it when $(DSOSUF) is not empty.
Signed-off-by: