patch-2.1.79 linux/arch/ppc/mkdist
Next file: linux/arch/ppc/mktar
Previous file: linux/arch/ppc/mkdiff
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
Wed Dec 31 16:00:00 1969
- Orig file:
v2.1.78/linux/arch/ppc/mkdist
- Orig date:
Mon Aug 18 18:19:44 1997
diff -u --recursive --new-file v2.1.78/linux/arch/ppc/mkdist linux/arch/ppc/mkdist
@@ -1,13 +0,0 @@
-#!/bin/bash
-
-V=`egrep ^VERSION Makefile | awk '{print $3}'`
-P=`egrep ^PATCHLEVEL Makefile | awk '{print $3}'`
-S=`egrep ^SUBLEVEL Makefile | awk '{print $3}'`
-date=`date +'%y%m%d'`
-
-echo zImage-$V.$P.$S-$date
-echo System.map-$V.$P.$S-$date
-
-rcp zImage charon:ppc/dist/kernel-images/zImage-$V.$P.$S-$date
-rcp System.map charon:ppc/dist/kernel-images/System.map-$V.$P.$S-$date
-
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov