summaryrefslogtreecommitdiff
path: root/bootadm/debian/patches/boot-scripts-make.patch
diff options
context:
space:
mode:
Diffstat (limited to 'bootadm/debian/patches/boot-scripts-make.patch')
-rw-r--r--bootadm/debian/patches/boot-scripts-make.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/bootadm/debian/patches/boot-scripts-make.patch b/bootadm/debian/patches/boot-scripts-make.patch
deleted file mode 100644
index 716de88..0000000
--- a/bootadm/debian/patches/boot-scripts-make.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Description: Fix building root_archive
- GNU make tries root_archive.c, add a rule for *.ksh
-Index: bootadm/usr/src/cmd/boot/scripts/Makefile.com
-===================================================================
---- bootadm.orig/usr/src/cmd/boot/scripts/Makefile.com 2012-10-08 04:25:23.000000000 +0400
-+++ bootadm/usr/src/cmd/boot/scripts/Makefile.com 2012-12-29 16:14:55.437683894 +0400
-@@ -67,7 +67,7 @@
- $(RM) $@; $(SYMLINK) ../../../usr/sbin/$(@F) $@
-
- # Default rule for building ksh scripts.
--.ksh:
-+%: %.ksh
- $(RM) $@
- $(CAT) $< > $@
- $(CHMOD) +x $@