Deleted Added
full compact
tst.multiprov.ksh (279414) tst.multiprov.ksh (288413)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 57 unchanged lines hidden (view full) ---

66
67 cc -c $oogle.c
68
69 if [ $? -ne 0 ]; then
70 print -u2 "failed to compile $oogle.c"
71 exit 1
72 fi
73
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 57 unchanged lines hidden (view full) ---

66
67 cc -c $oogle.c
68
69 if [ $? -ne 0 ]; then
70 print -u2 "failed to compile $oogle.c"
71 exit 1
72 fi
73
74 $dtrace -G -32 -s $oogle.d $oogle.o -o $oogle.d.o
74 $dtrace -G -s $oogle.d $oogle.o -o $oogle.d.o
75
76 if [ $? -ne 0 ]; then
77 print -u2 "failed to process $oogle.d"
78 exit 1
79 fi
80
81 objs="$objs $oogle.o $oogle.d.o"
82 echo $oogle'();' >> test.c

--- 24 unchanged lines hidden ---
75
76 if [ $? -ne 0 ]; then
77 print -u2 "failed to process $oogle.d"
78 exit 1
79 fi
80
81 objs="$objs $oogle.o $oogle.d.o"
82 echo $oogle'();' >> test.c

--- 24 unchanged lines hidden ---