office-gobmx/config_office/bootstrap.1
Jens-Heiner Rechtien 11cb1baf50 initial import
2000-09-18 15:18:56 +00:00

17 lines
222 B
Groff

set platform = `uname`
cd dmake
if ($platform == "SunOS") then
make Solaris2.1
else if ($platform == "Linux") then
make linux
else if ($platform == "Darwin") then
make macosx
endif
if "$?" != "0" exit
cd ..