File: Gmake.linux

package info (click to toggle)
sformat 3.4-3.2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,044 kB
  • ctags: 3,434
  • sloc: ansic: 20,882; makefile: 102; sh: 100
file content (8 lines) | stat: -rwxr-xr-x 93 bytes parent folder | download | duplicates (30)
1
2
3
4
5
6
7
8
#!/bin/sh

MAKEPROG=gmake
export MAKEPROG

# gmake is called 'make' on Linux

exec make "$@"