changeset: 30:82217ca003ed
tag: tip
user: Anselm R Garbe <anselm_AT_garbe.us>
date: Sun Aug 02 10:24:29 2009 +0100
files: LICENSE README std.mk
description:
added some tweaks
diff -r 11a2f16851c5 -r 82217ca003ed LICENSE
--- a/LICENSE Sun Aug 02 10:07:10 2009 +0100
+++ b/LICENSE Sun Aug 02 10:24:29 2009 +0100
@@ -2,7 +2,7 @@
MIT/X Consortium License
-(C)opyright MMV Anselm R. Garbe <garbeam at gmail dot com>
+(C)opyright 2005-2009 Anselm R. Garbe <garbeam at gmail dot com>
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
diff -r 11a2f16851c5 -r 82217ca003ed README
--- a/README Sun Aug 02 10:07:10 2009 +0100
+++ b/README Sun Aug 02 10:24:29 2009 +0100
@@ -1,14 +1,14 @@
Abstract
--------
This is a port of various original Plan 9 tools for Unix, based on
-plan9port [1], mk-with-libs.tgz [2], and wmii [3]. See the LICENSE
-file for license details.
+plan9port[1]. See the LICENSE file for license details.
+
Installation
------------
Edit config.mk to match your local setup and execute 'make install'
(if necessary as root). By default, 9base is installed into its own
-hierarchy, /usr/local/9. This is done to avoid conflicts with the
+hierarchy, /usr/local/plan9. This is done to avoid conflicts with the
standard tools of your system.
@@ -20,7 +20,5 @@
References
----------
[1] http://swtch.com/plan9port/
-[2] http://swtch.com/plan9port/unix/
-[3] http://wmii.de
--Anselm R. Garbe
diff -r 11a2f16851c5 -r 82217ca003ed std.mk
--- a/std.mk Sun Aug 02 10:07:10 2009 +0100
+++ b/std.mk Sun Aug 02 10:24:29 2009 +0100
@@ -6,6 +6,7 @@
include ../config.mk
all: ${TARG}
+ @strip ${TARG}
@echo built ${TARG}
install: ${TARG}
@@ -22,7 +23,7 @@
.c.o:
@echo CC $*.c
- @${CC} ${CFLAGS} -I../lib9 -I${PREFIX}/include -I../lib9 $*.c
+ @${CC} ${CFLAGS} -I../lib9 -I../lib9 $*.c
clean:
rm -f ${OFILES} ${TARG}
Received on Sun Aug 02 2009 - 09:24:42 UTC
This archive was generated by hypermail 2.2.0 : Sun Aug 02 2009 - 09:36:06 UTC