diff options
Diffstat (limited to 'urunlevel/runlevel/make_patch')
-rw-r--r-- | urunlevel/runlevel/make_patch | 10 |
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 | |||
3 | pushd .. | ||
4 | make clean | ||
5 | pushd .. | ||
6 | diff -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 | ||
9 | popd | ||
10 | popd | ||