summaryrefslogtreecommitdiffstats
path: root/urunlevel/runlevel/make_patch
diff options
context:
space:
mode:
Diffstat (limited to 'urunlevel/runlevel/make_patch')
-rw-r--r--urunlevel/runlevel/make_patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/urunlevel/runlevel/make_patch b/urunlevel/runlevel/make_patch
new file mode 100644
index 0000000..e0a906e
--- /dev/null
+++ b/urunlevel/runlevel/make_patch
@@ -0,0 +1,10 @@
1#! /bin/sh
2
3pushd ..
4make clean
5pushd ..
6diff -urNX busybox-1.00/runlevel/diff_excludes busybox-1.00-original busybox-1.00 >busybox-1.00/runlevel/runlevel.patch
7# This is needed to support My Linux, and no one wants that.
8#diff -urN busybox-1.00-original/archival/gzip.c busybox-1.00/archival/gzip.c >busybox-1.00/my_linux/my_linux.patch
9popd
10popd