File: post-make

package info (click to toggle)
stalin 0.11-11
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 71,700 kB
  • sloc: ansic: 1,327,976; lisp: 88,332; sh: 1,517; makefile: 230; sed: 100; csh: 28
file content (5 lines) | stat: -rwxr-xr-x 152 bytes parent folder | download | duplicates (7)
1
2
3
4
5
#!/bin/sh
lib=`pwd`/include
mv stalin $lib
(echo "#!/bin/sh"; echo "exec $lib/stalin -I $lib -copt -fno-strict-aliasing "'$@') >stalin
chmod a+x stalin