Ben Gras 02081e4b62 rename mmap() and munmap()
. it's a good extra interface to have but doesn't
	  meet standardised functionality
	. applications (in pkgsrc) find it and expect
	  full functionality the minix mmap doesn't offter
	. on the whole probably better to hide these functions
	  (mmap and friends) until they are grown up; the base system
	  can use the new minix_* names
2011-07-16 13:01:19 +02:00
..
2011-07-16 13:01:19 +02:00
2011-07-16 13:01:19 +02:00
2011-07-13 18:19:27 +02:00
2011-06-23 19:25:36 +02:00
2011-04-07 07:43:36 +00:00
2011-07-16 13:01:19 +02:00
2011-06-23 19:25:36 +02:00
2011-07-12 16:39:55 +02:00
2011-07-16 13:01:19 +02:00
2011-07-12 16:39:55 +02:00
2011-07-13 18:19:27 +02:00

ack_build.sh - for ACK library building
gnu_build.sh - for GNU library building

ack_build.sh obj     - create objdirs for gnu libraries
ack_build.sh depend  - find dependencies of ack libraries
ack_build.sh all     - compile ack libraries
ack_build.sh install - compile and install ack libraries
ack_build.sh clean   - clean for ack libraries

gnu_build.sh obj     - create objdirs for gnu libraries
gnu_build.sh depend  - find dependencies of gnu libraries
gnu_build.sh all     - compile gnu libraries
gnu_build.sh install - compile and install gnu libraries
gnu_build.sh clean   - clean for gnu libraries