Plan 9 from Bell Labs’s /usr/web/sources/contrib/staal1978/pkgsrc/scripts/9bootstrap

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


#!/bin/sh

rm -rf work

export CFLAGS="-D_POSIX_SOURCE -D_SUSV2_SOURCE -D_BSD_EXTENSION -D_LIMITS_EXTENSION -D_RESEARCH_SOURCE -DHAVE_SOCK_OPTS "

export CPPFLAGS="-DMAXPATHLEN=1023"

# PATH_MAX = 1023

export ROOT_USER="glenda"
export ROOT_GROUP="sys"


./bootstrap --unprivileged

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.