[pacman-dev] distclean and *.po
3 Apr
2012
3 Apr
'12
10:54 p.m.
Hi, I've executed `make distclean' but there are still modified *.po files. Is there a way to revert those changes other than doing `git reset --hard HEAD', i.e. make <some>clean? Thanks
4 Apr
4 Apr
2:03 p.m.
On Tue, Apr 3, 2012 at 5:54 PM, Arokux B. <arokux@gmail.com> wrote:
Hi,
I've executed `make distclean' but there are still modified *.po files. Is there a way to revert those changes other than doing `git reset --hard HEAD', i.e. make <some>clean?
Nope. autotools is not a VCS, it doesn't store unmodified versions of files. I usually use something like the following: find -name '*.po' -o -name '*.pot' | xargs git checkout
4672
Age (days ago)
4673
Last active (days ago)
1 comments
2 participants
participants (2)
-
Arokux B.
-
Dan McGee