~ubuntu-branches/ubuntu/feisty/openafs/feisty

« back to all changes in this revision

Viewing changes to src/libafs/MakefileProto.SOLARIS.in

  • Committer: Package Import Robot
  • Author(s): Russ Allbery
  • Date: 2007-03-26 18:56:55 UTC
  • Revision ID: package-import@ubuntu.com-20070326185655-osce8n0y0dptgurh
* New upstream release.  (Closes: #415699)
  - Support newer Linux kernels.  (Closes: #409797, #410120)
  - Add aklog fallbacks for null realms to support the referral
    capability in MIT Kerberos 1.6 and later.  (Closes: #410314)
* Apply patch from Thomas Sesselmann to support setting options to pass
  to bosserver in /etc/default/openafs-fileserver.  (Closes: #409357)
* Remove the rx_Init calls in the PAM module.  The internal counters
  that had to be initialized that way have been removed.
* Now that we're running regen.sh as part of the build process, only
  patch the Autoconf source files and not the generated output to make
  the diff easier to audit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
#CC = /opt/SUNWspro/bin/cc
33
33
KDEFS= -D_KERNEL -DSYSV -dn ${ARCH_DEFS}
34
34
 
35
 
<sun4x_57 sun4x_58 sun4x_59 sun4x_510>
 
35
<sun4x_57 sun4x_58 sun4x_59 sun4x_510 sun4x_511>
36
36
KDEFS_32 = 
37
37
KDEFS_64 = -xarch=v9 
38
38
 
39
 
<sunx86_57 sunx86_58 sunx86_59 sunx86_510>
 
39
<sunx86_57 sunx86_58 sunx86_59 sunx86_510 sunx86_511>
40
40
KDEFS_32 = 
41
41
KDEFS_64 = -xarch=amd64 -xmodel=kernel
42
42
 
44
44
CFLAGS=-I. -I.. -I${TOP_OBJDIR}/src/config ${FSINCLUDES} $(DEFINES) $(KDEFS) $(KOPTS) ${DBUG}
45
45
 
46
46
# Name of directory to hold object files and libraries.
47
 
<all -sun4x_57 -sun4x_58 -sun4x_59 -sun4x_510 -sunx86_57 -sunx86_58 -sunx86_59 -sunx86_510>
 
47
<all -sun4x_57 -sun4x_58 -sun4x_59 -sun4x_510 -sun4x_511 -sunx86_57 -sunx86_58 -sunx86_59 -sunx86_510 -sunx86_511>
48
48
KOBJ = MODLOAD
49
 
<sun4x_57 sun4x_58 sun4x_59 sunx86_57 sunx86_58 sunx86_59 sunx86_510>
 
49
<sun4x_57 sun4x_58 sun4x_59 sunx86_57 sunx86_58 sunx86_59 sunx86_510 sunx86_511>
50
50
KOBJ = MODLOAD32 MODLOAD64
51
 
<sun4x_510>
 
51
<sun4x_510 sun4x_511>
52
52
KOBJ = MODLOAD64
53
53
 
54
54
# This tells Makefile.common to use it's single directory build target.
55
 
<all -sun4x_57 -sun4x_58 -sun4x_59 -sun4x_510 -sunx86_57 -sunx86_58 -sunx86_59 -sunx86_510>
 
55
<all -sun4x_57 -sun4x_58 -sun4x_59 -sun4x_510 -sun4x_511 -sunx86_57 -sunx86_58 -sunx86_59 -sunx86_510 -sunx86_511>
56
56
COMPDIRS = single_compdir
57
57
INSTDIRS = single_instdir
58
58
DESTDIRS = single_destdir
59
59
 
60
 
<sun4x_57 sun4x_58 sun4x_59 sun4x_510 sunx86_57 sunx86_58 sunx86_59 sunx86_510>
 
60
<sun4x_57 sun4x_58 sun4x_59 sun4x_510 sun4x_511 sunx86_57 sunx86_58 sunx86_59 sunx86_510 sunx86_511>
61
61
COMPDIRS = solaris_compdirs
62
62
INSTDIRS = solaris_instdirs
63
63
DESTDIRS = solaris_destdirs
89
89
## This is the target for a Solaris 7. Here we build both the 32 bit and
90
90
## the 64 bit libafs in MODLOAD32 and MODLOAD64 directories respectively
91
91
 
92
 
<sun4x_57 sun4x_58 sun4x_59 sun4x_510 sunx86_57 sunx86_58 sunx86_59 sunx86_510>
 
92
<sun4x_57 sun4x_58 sun4x_59 sun4x_510 sun4x_511 sunx86_57 sunx86_58 sunx86_59 sunx86_510 sunx86_511>
93
93
${COMPDIRS} ${INSTDIRS} ${DESTDIRS}:
94
94
        for t in ${KOBJ} ; do \
95
95
                echo Building directory: $$t ; \
125
125
DEST_LIBAFS = ${DEST}/root.client/usr/vice/etc/modload/${LIBAFS}
126
126
DEST_LIBAFSNONFS = ${DEST}/root.client/usr/vice/etc/modload/${LIBAFSNONFS}
127
127
 
128
 
<sun4x_57 sun4x_58 sun4x_59 sun4x_510 sunx86_57 sunx86_58 sunx86_59 sunx86_510>
 
128
<sun4x_57 sun4x_58 sun4x_59 sun4x_510 sun4x_511 sunx86_57 sunx86_58 sunx86_59 sunx86_510 sunx86_511>
129
129
INST_LIBAFSNONFS = ${DESTDIR}${afskerneldir}/libafs${BITS}.nonfs.o
130
130
INST_LIBAFS = ${DESTDIR}${afskerneldir}/libafs${BITS}.o
131
131