Shortcuts for build.sh.

This commit is contained in:
Tom G. Christensen 2009-06-06 09:42:53 +00:00
parent 39ccdeabfc
commit 6fe8c2e5b1

View File

@ -1364,6 +1364,10 @@ generic_pack()
make_dist make_dist
} }
# Simple helpers for build.sh
irix53() { [ "$_os" = "irix53" ]; }
irix62() { [ "$_os" = "irix62" ]; }
irix65() { [ "$_os" = "irix65" ]; }
# vim: set filetype=sh : # # vim: set filetype=sh : #
# vim: set sts=4 : # # vim: set sts=4 : #