Date: Sat, 29 Nov 2008 07:29:19 GMT From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 153747 for review Message-ID: <200811290729.mAT7TJWT080977@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=153747 Change 153747 by sam@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811290729.mAT7TJWT080977>