|
@ -1,4 +1,4 @@ |
|
|
dnl $OpenBSD: MAKEDEV.sub,v 1.13 2005/01/28 18:51:38 danh Exp $ |
|
|
|
|
|
|
|
|
dnl $OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp $ |
|
|
dnl |
|
|
dnl |
|
|
dnl Copyright (c) 2001-2004 Todd T. Fries <todd@OpenBSD.org> |
|
|
dnl Copyright (c) 2001-2004 Todd T. Fries <todd@OpenBSD.org> |
|
|
dnl |
|
|
dnl |
|
@ -26,7 +26,7 @@ changequote(`{-', `-}')dnl |
|
|
dnl |
|
|
dnl |
|
|
dnl o Next, change the comment character to make shell parameter |
|
|
dnl o Next, change the comment character to make shell parameter |
|
|
dnl substitution possible |
|
|
dnl substitution possible |
|
|
dnl |
|
|
|
|
|
|
|
|
dnl |
|
|
changecom(`/*', `*/')dnl |
|
|
changecom(`/*', `*/')dnl |
|
|
dnl |
|
|
dnl |
|
|
dnl o version info must be stripped of $ so we can say 'generated from' below |
|
|
dnl o version info must be stripped of $ so we can say 'generated from' below |
|
@ -71,8 +71,8 @@ dnl store a version string for 'this' file |
|
|
dnl |
|
|
dnl |
|
|
dnl vers ( uniqueidstring, versionstring, subdir ) |
|
|
dnl vers ( uniqueidstring, versionstring, subdir ) |
|
|
dnl |
|
|
dnl |
|
|
dnl example1: vers(__file__, {-$OpenBSD: MAKEDEV.sub,v 1.13 2005/01/28 18:51:38 danh Exp $-}) |
|
|
|
|
|
dnl example2: vers(__file__, {-$OpenBSD: MAKEDEV.sub,v 1.13 2005/01/28 18:51:38 danh Exp $-}, etc.MACHINE) |
|
|
|
|
|
|
|
|
dnl example1: vers(__file__, {-$OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp $-}) |
|
|
|
|
|
dnl example2: vers(__file__, {-$OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp $-}, etc.MACHINE) |
|
|
dnl |
|
|
dnl |
|
|
dnl if subdir is defined, prepend it to the filename in the version string |
|
|
dnl if subdir is defined, prepend it to the filename in the version string |
|
|
dnl |
|
|
dnl |
|
@ -83,7 +83,7 @@ define({-vers-}, |
|
|
dnl |
|
|
dnl |
|
|
dnl Version info for this file: |
|
|
dnl Version info for this file: |
|
|
dnl |
|
|
dnl |
|
|
vers(__file__, {-$OpenBSD: MAKEDEV.sub,v 1.13 2005/01/28 18:51:38 danh Exp $-})dnl |
|
|
|
|
|
|
|
|
vers(__file__, {-$OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp $-})dnl |
|
|
dnl |
|
|
dnl |
|
|
dnl |
|
|
dnl |
|
|
define({-_addsubdir-}, |
|
|
define({-_addsubdir-}, |
|
|