From 3edc9f863190f7792e0e5d0fa828e6dfa2ddbf29 Mon Sep 17 00:00:00 2001 From: hut Date: Fri, 18 Jun 2010 19:58:53 +0200 Subject: INSTALL: changed logname from uninstall_info to install_log.txt --- INSTALL | 6 +++--- Makefile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index 3f4e0198..fc594c86 100644 --- a/INSTALL +++ b/INSTALL @@ -4,7 +4,7 @@ Installing Use the package manager of your operating system to install ranger. To install ranger manually, use either: -sudo ./setup.py install --optimize=1 --record=uninstall_info +sudo ./setup.py install --optimize=1 --record=install_log.txt or for short: sudo make install @@ -17,7 +17,7 @@ Again, use your package manager to uninstall ranger. No other way for automatically removing ranger is supported! However, if you installed ranger with the command above, all installed files -have been recorded to "uninstall_info". This information can be used to remove +have been recorded to "install_log.txt". This information can be used to remove ranger by hand, e.g.: -cat uninstall_info | xargs -d "\n" sudo rm -- +cat install_log.txt | xargs -d "\n" sudo rm -- diff --git a/Makefile b/Makefile index 88abe024..09463244 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ SNAPSHOT_NAME ?= $(NAME)-$(VERSION)-$(shell git rev-parse HEAD | cut -b 1-8).tar # Find suitable python version (need python >= 2.6 or 3.1): PYTHON ?= $(shell python -c 'import sys; sys.exit(sys.version < "2.6")' && \ which python || which python3.1 || which python3 || which python2.6) -SETUPOPTS ?= '--record=uninstall_info' +SETUPOPTS ?= '--record=install_log.txt' DOCDIR ?= doc/pydoc DESTDIR ?= / PYOPTIMIZE ?= 1 -- cgit 1.4.1-2-gfad0 c709e1f8a4'>blame commit diff stats
path: root/html/302stack_allocate.subx.html
blob: 67a2df929d1e7aa5dbbe74462b3604fc63df02ef (plain) (tree)
1
2
3
4
5
6
7
8
9