File: Gmake.linux

package info (click to toggle)
sdd 1.52-13
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 2,852 kB
  • ctags: 2,304
  • sloc: ansic: 12,336; sh: 2,804; makefile: 106; pascal: 41
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 "$@"