File: cross-make.sh

package info (click to toggle)
tuxtype 1.8.3-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 19,916 kB
  • sloc: ansic: 12,311; xml: 10,049; sh: 3,502; makefile: 1,494; sed: 16
file content (7 lines) | stat: -rwxr-xr-x 128 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
#!/bin/sh

PREFIX=/usr/local/mingw
TARGET=i586-pc-mingw32
PATH="$PREFIX/bin:$PREFIX/$TARGET/bin:$PATH"
export PATH
exec make $*