rasguanabana / ytfs

YouTube File System
MIT License
1.1k stars 45 forks source link

Same thing as Steam bug in makefile's "clean" #3

Closed ijustlovemath closed 9 years ago

ijustlovemath commented 9 years ago

https://github.com/rasguanabana/ytfs/blob/master/doc/Makefile#L52

If, for whatever reason, the BUILDDIR env. is not set, this will evaluate to rm -rf /* for the current user, erasing all files owned by that user. Check this out for more info: http://www.extremetech.com/extreme/197686-nasty-steam-for-linux-bug-can-wipe-all-your-user-files

rasguanabana commented 9 years ago

Thanks for paying attention! This looks like Sphinx problem, so please make an issue there.