File: distfile.kvm

package info (click to toggle)
lsof 4.93.2%2Bdfsg-1.1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 5,936 kB
  • sloc: ansic: 75,924; sh: 12,859; makefile: 1,686; perl: 1,146; awk: 214
file content (14 lines) | stat: -rw-r--r-- 474 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $Id: distfile.kvm,v 1.1 94/05/03 16:04:00 abe Exp $
#
# distfile.kvm -- an assist to distributing SunOS objects that use -lkvm
#
# This distfile allows Sun4 systems to limit distribution of object files
# to systems of like architecture, using the source architecture definition
# in SKVM and the destination architecture definition in KVM.
#
# The path of the object to be distributed is defined in OBJPATH.

ifelse(SKVM,KVM,
`( OBJPATH ) -> ( HOST )
	install -b ;
')dnl