Add a note section everywhere. There will be fallout from this, but it'll
be fixed pretty sharpish. Discussed with and approved by martin. (martin told me to say this)
This commit is contained in:
parent
06e82841a0
commit
c4d9e0b7d1
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
/bin/sh -
|
||||
#
|
||||
# $NetBSD: newvers.sh,v 1.49 2007/09/21 15:37:17 christos Exp $
|
||||
# $NetBSD: newvers.sh,v 1.50 2007/11/16 20:01:48 skrll Exp $
|
||||
#
|
||||
# Copyright (c) 1984, 1986, 1990, 1993
|
||||
# The Regents of the University of California. All rights reserved.
|
||||
|
@ -80,14 +80,6 @@ const char copyright[] =
|
|||
${copyright}
|
||||
"\n";
|
||||
|
||||
#if \
|
||||
defined(__alpha__) || \
|
||||
defined(__hppa__) || \
|
||||
defined(__i386__) || \
|
||||
defined(__sparc64__) || \
|
||||
defined(__m68k__) || \
|
||||
defined(__macppc__) || \
|
||||
defined(__x86_64__)
|
||||
/*
|
||||
* NetBSD identity note.
|
||||
*/
|
||||
|
@ -102,7 +94,6 @@ __asm(
|
|||
"\t.long\t" _S(__NetBSD_Version__) "\n"
|
||||
"\t.p2align\t2\n"
|
||||
);
|
||||
#endif
|
||||
|
||||
_EOF
|
||||
echo $(expr ${v} + 1) > version
|
||||
|
|
Loading…
Reference in New Issue