Mercurial > pkg
changeset 33:4c49f8e6d79d
update makefile; general cleanup.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sun, 10 Feb 2013 05:51:54 -0500 |
parents | 426344e3e639 |
children | 6422228dfea7 |
files | src/Makefile src/hgignore src/profile src/system-init.pl |
diffstat | 4 files changed, 4 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
1.1 --- a/src/Makefile Tue Jan 15 12:47:33 2013 +0000 1.2 +++ b/src/Makefile Sun Feb 10 05:51:54 2013 -0500 1.3 @@ -2,4 +2,4 @@ 1.4 gcc -I/usr/include -lpipeline hg-wrapper.c -o hg-wrapper 1.5 gcc save-acls.c -o save-acls 1.6 clean: 1.7 - rm hg-wrapper 1.8 + rm hg-wrapper save-acls
2.1 --- a/src/hgignore Tue Jan 15 12:47:33 2013 +0000 2.2 +++ b/src/hgignore Sun Feb 10 05:51:54 2013 -0500 2.3 @@ -13,4 +13,4 @@ 2.4 tmp 2.5 etc/group* 2.6 etc/passwd* 2.7 - 2.8 +var/log
3.1 --- a/src/profile Tue Jan 15 12:47:33 2013 +0000 3.2 +++ b/src/profile Sun Feb 10 05:51:54 2013 -0500 3.3 @@ -3,10 +3,8 @@ 3.4 3.5 export PATH=\ 3.6 "/home/r/system/usr/bin:\ 3.7 -/sbin/:\ 3.8 -/bin:\ 3.9 +/usr/bin:\ 3.10 /usr/sbin:\ 3.11 -/usr/bin:\ 3.12 /tools/bin" 3.13 3.14 alias ls="/usr/bin/env ls --color=auto "