| Kernel v2.5.75-bk2 /Makefile |
|---|
 2.5.75-bk2
 Makefile
diff -Nru a/Makefile b/Makefile
--- a/Makefile Thu Jul 10 12:13:30 2003
+++ b/Makefile Sat Jul 12 04:32:01 2003
@@ -1,7 +1,7 @@
VERSION = 2
PATCHLEVEL = 5
SUBLEVEL = 75
-EXTRAVERSION =
+EXTRAVERSION = -bk2
# *DOCUMENTATION*
# To see a list of typical targets execute "make help"
@@ -35,7 +35,7 @@
SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \
-e s/arm.*/arm/ -e s/sa110/arm/ \
- -e s/s390x/s390/ )
+ -e s/s390x/s390/ -e s/parisc64/parisc/ )
# Remove hyphens since they have special meaning in RPM filenames
KERNELPATH=kernel-$(subst -,,$(KERNELRELEASE))
|