Skip to content
Snippets Groups Projects
Commit c12ccfc7 authored by Peter Palfrader's avatar Peter Palfrader
Browse files

clean up changed src/or/micro-revision.i

If we overwrite src/or/micro-revision.i in during build, clean it out in
the clean target.
parent 652bcc11
No related branches found
No related tags found
No related merge requests found
tor (0.2.2.18-alpha-X) Xxperimental; urgency=low
* If we overwrite src/or/micro-revision.i in during build,
clean it out in the clean target.
-- Peter Palfrader <weasel@debian.org> Sun, 21 Nov 2010 15:29:36 +0100
tor (0.2.2.18-alpha-1) experimental; urgency=low tor (0.2.2.18-alpha-1) experimental; urgency=low
* New upstream version. * New upstream version.
......
...@@ -122,6 +122,7 @@ clean: unpatch ...@@ -122,6 +122,7 @@ clean: unpatch
rm -f src/or/micro-revision.i rm -f src/or/micro-revision.i
[ ! -f Makefile ] || $(MAKE) distclean [ ! -f Makefile ] || $(MAKE) distclean
! [ -e debian/micro-revision.i ] || rm -f src/or/micro-revision.i
# Normally the .deb wouldn't ship with a ../.git # Normally the .deb wouldn't ship with a ../.git
if [ -d .git ] && which git >/dev/null; then \ if [ -d .git ] && which git >/dev/null; then \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment