Browse Source

Mdocdate is not a valid reason to generate a new MAKEDEV.8, finally noticed

OPENBSD_4_8
todd 14 years ago
parent
commit
d1765b60fd
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/etc/Makefile.inc

+ 2
- 1
src/etc/Makefile.inc View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.6 2009/06/03 17:02:17 todd Exp $
# $OpenBSD: Makefile.inc,v 1.7 2010/06/16 23:33:38 todd Exp $
M=${.CURDIR:C/^.*\/etc\.([^\/]*)$/\1/} M=${.CURDIR:C/^.*\/etc\.([^\/]*)$/\1/}
@ -54,6 +54,7 @@ ${DOCDIR}/MAKEDEV.8: ${MAKEDEVDOC}
sed -e 's/^--.*$$//' \ sed -e 's/^--.*$$//' \
-e 's/^[\<\>] \.\\".*OpenBSD.*Exp $$//' \ -e 's/^[\<\>] \.\\".*OpenBSD.*Exp $$//' \
-e 's/^[\<\>] \.\\".*\$$OpenBSD.*\$$$$//' \ -e 's/^[\<\>] \.\\".*\$$OpenBSD.*\$$$$//' \
-e 's/^[\<\>] \.Dd \$$Mdocdate.*\$$$$//' \
-e 's/^[\<\>] \.Dd .*[0-9][0-9][0-9][0-9]$$//' \ -e 's/^[\<\>] \.Dd .*[0-9][0-9][0-9][0-9]$$//' \
-e 's/^[0-9,]*c[0-9,]*$$//' \ -e 's/^[0-9,]*c[0-9,]*$$//' \
-e '/^$$/d' \ -e '/^$$/d' \


Loading…
Cancel
Save