From: M. R. B. <mr...@0x...> - 2002-02-28 10:28:35
|
This is pretty trival stuff, but I think it's a good idea to distinguish our tree via EXTRAVERSION in the toplevel Makefile. The reasoning should be obvious, our port differs enough to where we can't call ourselves "stock" 2.4.18 or whatever, and the -sh postfix ensures there is no confusion. I'll commit if there are no objections. M. R. Index: Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvsroot/linuxsh/linux/Makefile,v retrieving revision 1.7 diff -u -3 -p -r1.7 Makefile --- Makefile 26 Feb 2002 09:15:15 -0000 1.7 +++ Makefile 28 Feb 2002 10:20:18 -0000 @@ -1,7 +1,7 @@ VERSION =3D 2 PATCHLEVEL =3D 5 SUBLEVEL =3D 3 -EXTRAVERSION =3D +EXTRAVERSION =3D -sh =20 KERNELRELEASE=3D$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) =20 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvsroot/linuxsh/linux/ChangeLog,v retrieving revision 1.32 diff -u -3 -p -r1.32 ChangeLog --- ChangeLog 26 Feb 2002 09:15:15 -0000 1.32 +++ ChangeLog 28 Feb 2002 10:20:18 -0000 @@ -1,3 +1,7 @@ +2002-02-28 M. R. Brown <mr...@0x...> + + * Makefile: Add -sh to EXTRAVERSION. + 2002-02-26 NIIBE Yutaka <gn...@m1...> =20 Updated to 2.5.3. Index: Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvsroot/linuxsh/linux/Makefile,v retrieving revision 1.1.1.1.2.4 diff -u -3 -p -r1.1.1.1.2.4 Makefile --- Makefile 26 Feb 2002 11:42:27 -0000 1.1.1.1.2.4 +++ Makefile 28 Feb 2002 10:18:52 -0000 @@ -1,7 +1,7 @@ VERSION =3D 2 PATCHLEVEL =3D 4 SUBLEVEL =3D 18 -EXTRAVERSION =3D +EXTRAVERSION =3D -sh =20 KERNELRELEASE=3D$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) =20 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvsroot/linuxsh/linux/ChangeLog,v retrieving revision 1.1.1.1.2.21 diff -u -3 -p -r1.1.1.1.2.21 ChangeLog --- ChangeLog 28 Feb 2002 01:24:48 -0000 1.1.1.1.2.21 +++ ChangeLog 28 Feb 2002 10:18:52 -0000 @@ -1,3 +1,7 @@ +2002-02-28 M. R. Brown <mr...@0x...> + + * Makefile: Added -sh to EXTRAVERSION. + 2002-02-27 Jeremy Siegel <js...@mv...> * arch/sh/kernel/sh_ksyms.c: (memscan, __down_trylock): Added * include/asm-sh/system.h: make save_flags asm code volatile Index: Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvsroot/linuxsh/linux/Makefile,v retrieving revision 1.4.2.2 diff -u -3 -p -r1.4.2.2 Makefile --- Makefile 21 Jan 2002 04:08:01 -0000 1.4.2.2 +++ Makefile 28 Feb 2002 10:21:33 -0000 @@ -1,7 +1,7 @@ VERSION =3D 2 PATCHLEVEL =3D 5 SUBLEVEL =3D 2 -EXTRAVERSION =3D +EXTRAVERSION =3D -sh =20 KERNELRELEASE=3D$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) =20 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvsroot/linuxsh/linux/ChangeLog,v retrieving revision 1.20 diff -u -3 -p -r1.20 ChangeLog --- ChangeLog 15 Jan 2002 08:16:55 -0000 1.20 +++ ChangeLog 28 Feb 2002 10:21:33 -0000 @@ -1,3 +1,7 @@ +2002-02-28 M. R. Brown <mr...@0x...> + + * Makefile: Add -sh to EXTRAVERSION. + 2002-01-15 NIIBE Yutaka <gn...@m1...> =20 Updated to 2.5.2. |