Page MenuHomeDevCentral

build.sh
No OneTemporary

build.sh

#! /bin/sh
make='make'
if which gmake; then make='gmake'; fi
test ! -r build/configure && sh bootstrap.sh
cd build && sh configure -C --prefix=$HOME/darkbot "$@" && $make && $make install && cd ..

File Metadata

Mime Type
text/x-shellscript
Expires
Thu, Jul 16, 15:06 (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3903147
Default Alt Text
build.sh (200 B)

Event Timeline