Update of /cvsroot/linux-vax/kernel-2.4
In directory usw-pr-cvs1:/tmp/cvs-serv29867
Modified Files:
Makefile
Log Message:
Semaphores added. SYSV IPC and proc filesystem compile and sort-of-work.
Init sequence now gets as far as tty init. EXTRAVERSION updated to
-20010129
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile 2001/01/26 00:31:06 1.4
+++ Makefile 2001/01/29 01:09:18 1.5
@@ -1,7 +1,7 @@
VERSION = 2
PATCHLEVEL = 4
SUBLEVEL = 0
-EXTRAVERSION = -20010126
+EXTRAVERSION = -20010129
KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
|