File: sparse-wrapper.sh

package info (click to toggle)
jgmenu 4.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,464 kB
  • sloc: ansic: 13,215; perl: 4,953; sh: 3,009; python: 600; makefile: 294; xml: 98
file content (11 lines) | stat: -rwxr-xr-x 196 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

if ! test -e src/jgmenu.c ; then
	printf '%b\n' "not run from top level directory of jgmenu repo"
	exit 1
fi

export CC="cgcc"
export CFLAGS="-Wsparse-all -Wno-transparent-union"

make