mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
netboot/zipl: use '$(MAKE)' instead of 'make'
Use '$(MAKE)' to pass down the makefile flags. This fixes the warning: make[4]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com> Reviewed-by: Philipp Rudo <prudo@linux.ibm.com> Reviewed-by: Jan Hoeppner <hoeppner@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
3d74c534bf
commit
efcfbce386
@@ -33,8 +33,8 @@ pxelinux.initramfs: $(BBINSTALL)
|
||||
$(BUSYBOX)/_install:
|
||||
wget https://busybox.net/downloads/$(BUSYBOX).tar.bz2
|
||||
tar xjf $(BUSYBOX).tar.bz2
|
||||
make -C $(BUSYBOX) defconfig
|
||||
make -C $(BUSYBOX) install
|
||||
$(MAKE) -C $(BUSYBOX) defconfig
|
||||
$(MAKE) -C $(BUSYBOX) install
|
||||
|
||||
install:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user