Page MenuHomeDevCentral

rebuild_all.sh
No OneTemporary

rebuild_all.sh

#! /bin/sh
# Copyright (C) 1996 Darkbot Project.
# This program is free software, you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 2. This
# program is distributed in the hope that it will be useful, but without
# any warranty, without even the implied warranty of merchantability or
# fitness for a particular purpose. See the COPYING file for details.
make='make'
if which gmake; then make='gmake'; fi
sh autogen.sh
cd build && $make && $make install && cd ..

File Metadata

Mime Type
text/x-shellscript
Expires
Mon, Nov 17, 15:52 (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3164393
Default Alt Text
rebuild_all.sh (522 B)

Event Timeline