File: compiledefault

package info (click to toggle)
lib25519 0~20241004-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 60,380 kB
  • sloc: asm: 317,302; ansic: 36,391; python: 5,332; sh: 486; makefile: 161; pascal: 13
file content (10 lines) | stat: -rwxr-xr-x 139 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

dir="$1"; shift
base="$1"; shift
ext="$1"; shift

scripts/cdcompile "$dir" \
  -fvisibility=hidden \
  "$@" \
  -c "$base.$ext"