PERFORCE change 153747 for review

Sam Leffler sam at FreeBSD.org
Fri Nov 28 23:29:20 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=153747

Change 153747 by sam at sam_ebb on 2008/11/29 07:29:13

	sym doesn't work on arm; make it arch-dependent

Affected files ...

.. //depot/projects/vap/sys/modules/Makefile#45 edit

Differences ...

==== //depot/projects/vap/sys/modules/Makefile#45 (text+ko) ====

@@ -265,7 +265,7 @@
 	${_stg} \
 	stge \
 	${_streams} \
-	sym \
+	${_sym} \
 	${_syscons} \
 	sysvipc \
 	ti \
@@ -446,6 +446,7 @@
 _sr=		sr
 _stg=		stg
 _streams=	streams
+_sym=		sym
 _tmpfs=		tmpfs
 _upgt=		upgt
 _wi=		wi
@@ -571,6 +572,7 @@
 _sound=		sound
 _speaker=	speaker
 _sppp=		sppp
+_sym=		sym
 _tmpfs=		tmpfs
 _twa=		twa
 _upgt=		upgt
@@ -615,6 +617,7 @@
 _sppp=		sppp
 #_sr=		sr		not 64bit clean
 _streams=	streams
+_sym=		sym
 _wi=		wi
 _xe=		xe
 .endif
@@ -624,6 +627,7 @@
 _bm=		bm
 _nvram=		powermac_nvram
 _smbfs=		smbfs
+_sym=		sym
 _upgt=		upgt
 .endif
 
@@ -633,6 +637,7 @@
 _i2c=		i2c
 _igb=		igb
 _sound=		sound
+_sym=		sym
 _upgt=		upgt
 .if ${MK_ZFS} != "no" || defined(ALL_MODULES)
 _zfs=		zfs


More information about the p4-projects mailing list