16 lines
564 B
Diff
16 lines
564 B
Diff
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 $@
|