Author: imp
Date: Thu Oct 25 05:22:25 2012
New Revision: 242073
URL: http://svn.freebsd.org/changeset/base/242073

Log:
  Sort and remove a few long-obsolete comments.

Modified:
  head/sys/conf/files.arm

Modified: head/sys/conf/files.arm
==============================================================================
--- head/sys/conf/files.arm     Thu Oct 25 04:55:04 2012        (r242072)
+++ head/sys/conf/files.arm     Thu Oct 25 05:22:25 2012        (r242073)
@@ -1,11 +1,4 @@
 # $FreeBSD$
-font.h                         optional        sc                      \
-       compile-with    "uudecode < 
/usr/share/syscons/fonts/${SC_DFLT_FONT}-8x16.fnt && file2c 'u_char 
dflt_font_16[16*256] = {' '};' < ${SC_DFLT_FONT}-8x16 > font.h && uudecode < 
/usr/share/syscons/fonts/${SC_DFLT_FONT}-8x14.fnt && file2c 'u_char 
dflt_font_14[14*256] = {' '};' < ${SC_DFLT_FONT}-8x14 >> font.h && uudecode < 
/usr/share/syscons/fonts/${SC_DFLT_FONT}-8x8.fnt && file2c 'u_char 
dflt_font_8[8*256] = {' '};' < ${SC_DFLT_FONT}-8x8 >> font.h" \
-       no-obj no-implicit-rule before-depend                           \
-       clean   "font.h ${SC_DFLT_FONT}-8x14 ${SC_DFLT_FONT}-8x16 
${SC_DFLT_FONT}-8x8"
-
-crypto/blowfish/bf_enc.c       optional        crypto | ipsec 
-crypto/des/des_enc.c           optional        crypto | ipsec
 arm/arm/autoconf.c             standard
 arm/arm/bcopy_page.S           standard
 arm/arm/bcopyinout.S           standard
@@ -58,13 +51,25 @@ arm/arm/vfp.c                       optional        vfp
 arm/fpe-arm/armfpe_glue.S      optional        armfpe
 arm/fpe-arm/armfpe_init.c      optional        armfpe
 arm/fpe-arm/armfpe.S           optional        armfpe
+board_id.h                     standard                                   \
+       dependency      "$S/arm/conf/genboardid.awk $S/arm/conf/mach-types" \
+       compile-with    "${AWK} -f $S/arm/conf/genboardid.awk 
$S/arm/conf/mach-types > board_id.h" \
+       no-obj no-implicit-rule before-depend                              \
+       clean           "board_id.h"
 cddl/compat/opensolaris/kern/opensolaris_atomic.c      optional zfs 
compile-with "${ZFS_C}"
+crypto/blowfish/bf_enc.c       optional        crypto | ipsec 
+crypto/des/des_enc.c           optional        crypto | ipsec
 dev/fb/fb.c                    optional        sc
 dev/hwpmc/hwpmc_arm.c          optional        hwpmc
 dev/kbd/kbd.c                  optional        sc
 dev/syscons/scgfbrndr.c                optional        sc
 dev/syscons/scterm-teken.c     optional        sc
 dev/syscons/scvtb.c            optional        sc
+font.h                         optional        sc                      \
+       compile-with    "uudecode < 
/usr/share/syscons/fonts/${SC_DFLT_FONT}-8x16.fnt && file2c 'u_char 
dflt_font_16[16*256] = {' '};' < ${SC_DFLT_FONT}-8x16 > font.h && uudecode < 
/usr/share/syscons/fonts/${SC_DFLT_FONT}-8x14.fnt && file2c 'u_char 
dflt_font_14[14*256] = {' '};' < ${SC_DFLT_FONT}-8x14 >> font.h && uudecode < 
/usr/share/syscons/fonts/${SC_DFLT_FONT}-8x8.fnt && file2c 'u_char 
dflt_font_8[8*256] = {' '};' < ${SC_DFLT_FONT}-8x8 >> font.h" \
+       no-obj no-implicit-rule before-depend                           \
+       clean   "font.h ${SC_DFLT_FONT}-8x14 ${SC_DFLT_FONT}-8x16 
${SC_DFLT_FONT}-8x8"
+kern/subr_dummy_vdso_tc.c      standard
 libkern/arm/divsi3.S           standard
 libkern/arm/ffs.S              standard
 libkern/arm/muldi3.c           standard
@@ -81,13 +86,3 @@ libkern/qdivrem.c            standard
 libkern/ucmpdi2.c              standard
 libkern/udivdi3.c              standard
 libkern/umoddi3.c              standard
-#XXX: We can't use these versions, as strcmp.c is included conf/files
-#libkern/arm/strcmp.S          standard
-#libkern/arm/strncmp.S         standard
-#
-kern/subr_dummy_vdso_tc.c      standard
-board_id.h                     standard                                   \
-       dependency      "$S/arm/conf/genboardid.awk $S/arm/conf/mach-types" \
-       compile-with    "${AWK} -f $S/arm/conf/genboardid.awk 
$S/arm/conf/mach-types > board_id.h" \
-       no-obj no-implicit-rule before-depend                              \
-       clean           "board_id.h"
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to