summaryrefslogtreecommitdiff
path: root/doc/PORTING
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2002-07-10 04:12:35 +0000
committerNathan Scott <nathans@sgi.com>2002-07-10 04:12:35 +0000
commitbd866520bf49c99da6c71998b648e5d1494709ca (patch)
treed19e6e9d19d7cd4cf9230508db12b3065f6c9f43 /doc/PORTING
parent9bdebbfaba4dd81423844d077e9fa5165c74844f (diff)
downloadacl-bd866520bf49c99da6c71998b648e5d1494709ca.tar.gz
bump version, document changes.
Diffstat (limited to 'doc/PORTING')
-rw-r--r--doc/PORTING14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/PORTING b/doc/PORTING
index 77829c6..f395b7a 100644
--- a/doc/PORTING
+++ b/doc/PORTING
@@ -40,9 +40,9 @@
6. Makefiles and build environment
First have a look at some Makefiles
- example using SUBDIRS : attr/Makefile
- example static library: attr/libattr/Makefile
- example command : attr/getfattr/Makefile
+ example using SUBDIRS : acl/Makefile
+ example static library: acl/libacl/Makefile
+ example command : acl/getfacl/Makefile
All Makefiles must define TOPDIR as the root of the project. This
allows other stuff to be found relative to $(TOPDIR).
@@ -72,15 +72,15 @@
# ./Makepkgs
this script generates all of the packages supported - each has a
- subdirectory below attr/build where knowledge specific to each
+ subdirectory below acl/build where knowledge specific to each
package type is maintained.
The script produces logs of each stage of the build (this info is
also echoed to the screen when the "verbose" option is provided):
- attr/Logs/configure - `autoconf; ./configure' output
- attr/Logs/default - `make default' output
- attr/Logs/dist - `make build dist' output
+ acl/Logs/configure - `autoconf; ./configure' output
+ acl/Logs/default - `make default' output
+ acl/Logs/dist - `make build dist' output
On successful completion, the script echoes the names of packages
successfully generated.