Shortcuts for build.sh.
This commit is contained in:
parent
39ccdeabfc
commit
6fe8c2e5b1
@ -1364,6 +1364,10 @@ generic_pack()
|
||||
make_dist
|
||||
}
|
||||
|
||||
# Simple helpers for build.sh
|
||||
irix53() { [ "$_os" = "irix53" ]; }
|
||||
irix62() { [ "$_os" = "irix62" ]; }
|
||||
irix65() { [ "$_os" = "irix65" ]; }
|
||||
|
||||
# vim: set filetype=sh : #
|
||||
# vim: set sts=4 : #
|
||||
|
Loading…
x
Reference in New Issue
Block a user