patch-2.2.16 linux/arch/s390/Makefile
Next file: linux/arch/s390/boot/Makefile
Previous file: linux/arch/ppc/config.in
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Wed Jun 7 14:26:42 2000
- Orig file:
v2.2.15/linux/arch/s390/Makefile
- Orig date:
Tue Jan 4 10:12:12 2000
diff -urN v2.2.15/linux/arch/s390/Makefile linux/arch/s390/Makefile
@@ -52,11 +52,15 @@
MAKEBOOT = $(MAKE) -C arch/$(ARCH)/boot
+MAKESILO = $(MAKE) -C arch/$(ARCH)/tools/silo
+
+MAKEDASDFMT = $(MAKE) -C arch/$(ARCH)/tools/dasdfmt
+
silo:
- @$(MAKEBOOT) silo
+ @$(MAKESILO) silo
dasdfmt:
- @$(MAKEBOOT) dasdfmt
+ @$(MAKEDASDFMT) dasdfmt
image: vmlinux
@$(MAKEBOOT) image
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)