[or-cvs] [tor/master] make phobos's lines start with tabs again
arma at seul.org
arma at seul.org
Fri Jul 24 22:38:43 UTC 2009
Author: Roger Dingledine <arma at torproject.org>
Date: Fri, 24 Jul 2009 17:15:14 -0400
Subject: make phobos's lines start with tabs again
Commit: 4b5371686c5b0d461aed499d254c41cd747f9b3a
in case Make on openirix128 can't handle it otherwise
---
Makefile.am | 17 ++++++++---------
1 files changed, 8 insertions(+), 9 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 2f4b994..39ea570 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,15 +26,14 @@ dist-rpm:
mkdir $$RPM_BUILD_DIR/$$subdir; \
done; \
mkdir $$RPM_BUILD_DIR/SOURCES/tor-$(VERSION); \
- cp -R ./ $$RPM_BUILD_DIR/SOURCES/tor-$(VERSION)/; \
- pushd $$RPM_BUILD_DIR/SOURCES/; \
- tar zcf tor-$(VERSION).tar.gz ./; \
- popd; \
- LIBS=-lrt rpmbuild -ba --define "_topdir $$RPM_BUILD_DIR" tor.spec; \
- mv $$RPM_BUILD_DIR/SRPMS/* .; \
- mv $$RPM_BUILD_DIR/RPMS/* .; \
- rm -rf $$RPM_BUILD_DIR
-
+ cp -R ./ $$RPM_BUILD_DIR/SOURCES/tor-$(VERSION)/; \
+ pushd $$RPM_BUILD_DIR/SOURCES/; \
+ tar zcf tor-$(VERSION).tar.gz ./; \
+ popd; \
+ LIBS=-lrt rpmbuild -ba --define "_topdir $$RPM_BUILD_DIR" tor.spec; \
+ mv $$RPM_BUILD_DIR/SRPMS/* .; \
+ mv $$RPM_BUILD_DIR/RPMS/* .; \
+ rm -rf $$RPM_BUILD_DIR
dist-osx:
@if [ "x$(prefix)" != 'x/Library/Tor' ]; then \
--
1.5.6.5
More information about the tor-commits
mailing list