diff options
author | H. Peter Anvin <hpa@zytor.com> | 2006-08-17 15:32:32 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2006-08-17 15:32:32 -0700 |
commit | d8e0c5eb1d7052aa6b58a31809800dd79e95d179 (patch) | |
tree | b15ae9dbb9947f92c62851fdb1108ca0003552af /com32 | |
parent | 243a8f70d28ac922df7855301496727a743ab469 (diff) | |
download | syslinux-elf-d8e0c5eb1d7052aa6b58a31809800dd79e95d179.tar.gz syslinux-elf-d8e0c5eb1d7052aa6b58a31809800dd79e95d179.tar.xz syslinux-elf-d8e0c5eb1d7052aa6b58a31809800dd79e95d179.zip |
Remove more CVS-era $Id$ tags.
Diffstat (limited to 'com32')
-rw-r--r-- | com32/lib/MCONFIG | 1 | ||||
-rw-r--r-- | com32/lib/sys/entry.S | 1 | ||||
-rw-r--r-- | com32/lib/sys/exit.S | 1 | ||||
-rw-r--r-- | com32/libutil/Makefile | 1 | ||||
-rw-r--r-- | com32/modules/Makefile | 1 | ||||
-rw-r--r-- | com32/samples/Makefile | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/com32/lib/MCONFIG b/com32/lib/MCONFIG index 7c4e2dfe..35d34d7c 100644 --- a/com32/lib/MCONFIG +++ b/com32/lib/MCONFIG @@ -1,5 +1,4 @@ # -*- makefile -*- -# $Id$ CC = gcc LD = ld diff --git a/com32/lib/sys/entry.S b/com32/lib/sys/entry.S index e12c65a7..4df2f06d 100644 --- a/com32/lib/sys/entry.S +++ b/com32/lib/sys/entry.S @@ -1,4 +1,3 @@ -#ident "$Id$" # ----------------------------------------------------------------------- # # Copyright 2003-2004 H. Peter Anvin - All Rights Reserved diff --git a/com32/lib/sys/exit.S b/com32/lib/sys/exit.S index 412384ef..024aaf5e 100644 --- a/com32/lib/sys/exit.S +++ b/com32/lib/sys/exit.S @@ -1,4 +1,3 @@ -# $Id$ # # Implementation of _exit() for com32 based on c32entry.S # diff --git a/com32/libutil/Makefile b/com32/libutil/Makefile index c46e05e4..9adeec66 100644 --- a/com32/libutil/Makefile +++ b/com32/libutil/Makefile @@ -1,4 +1,3 @@ -#ident "$Id$" ## ----------------------------------------------------------------------- ## ## Copyright 2001-2004 H. Peter Anvin - All Rights Reserved diff --git a/com32/modules/Makefile b/com32/modules/Makefile index b8984638..fc8c8619 100644 --- a/com32/modules/Makefile +++ b/com32/modules/Makefile @@ -1,4 +1,3 @@ -#ident "$Id$" ## ----------------------------------------------------------------------- ## ## Copyright 2001-2004 H. Peter Anvin - All Rights Reserved diff --git a/com32/samples/Makefile b/com32/samples/Makefile index bce7ca3d..214c0c71 100644 --- a/com32/samples/Makefile +++ b/com32/samples/Makefile @@ -1,4 +1,3 @@ -#ident "$Id$" ## ----------------------------------------------------------------------- ## ## Copyright 2001-2004 H. Peter Anvin - All Rights Reserved |