X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-config.sh;h=f26c251567a4ea2f83be81ea0191415caeeadf54;hb=c8cc0137e55e6179f6af344f42e54f514660f68b;hp=7664551dc5b5c4ef669ee72e9f8a27281e92b436;hpb=146f785ee2ee14077b815fd3cb17454774b04379;p=sbcl.git diff --git a/make-config.sh b/make-config.sh index 7664551..f26c251 100644 --- a/make-config.sh +++ b/make-config.sh @@ -18,9 +18,6 @@ echo //entering make-config.sh -echo //checking that we are not root -if [ `id -u` -eq 0 ] ; then echo 'Argh! we are (fake)root!'; exit 1; fi; - echo //ensuring the existence of output/ directory if [ ! -d output ] ; then mkdir output; fi @@ -132,6 +129,10 @@ case `uname` in sbcl_os="openbsd" ln -s Config.$sbcl_arch-openbsd Config ;; + NetBSD) + printf ' :netbsd' >> $ltf + ln -s Config.$sbcl_arch-netbsd Config + ;; *) echo unsupported BSD variant: `uname` exit 1