Update of /cvsroot/linux-decnet/dnprogs
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv27787
Modified Files:
Makefile Makefile.common
Log Message:
Don't copy dn.h from the kernel sources, as the new format won't work
in userspace.
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-decnet/dnprogs/Makefile,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -r1.28 -r1.29
*** Makefile 16 Dec 2006 15:53:01 -0000 1.28
--- Makefile 28 Feb 2007 17:12:44 -0000 1.29
***************
*** 14,18 ****
all:
- @. scripts/check_kernel.sh; if [ $$? = 1 ]; then exit 1; fi
@set -e; for i in $(SUBDIRS); do make -C $$i $@ ; done
--- 14,17 ----
Index: Makefile.common
===================================================================
RCS file: /cvsroot/linux-decnet/dnprogs/Makefile.common,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -r1.39 -r1.40
*** Makefile.common 16 Dec 2006 15:54:58 -0000 1.39
--- Makefile.common 28 Feb 2007 17:12:44 -0000 1.40
***************
*** 58,62 ****
MAJOR_VERSION=2
! MINOR_VERSION=38
VERSION=$(MAJOR_VERSION).$(MINOR_VERSION)
--- 58,62 ----
MAJOR_VERSION=2
! MINOR_VERSION=39
VERSION=$(MAJOR_VERSION).$(MINOR_VERSION)
|