]> git.proxmox.com Git - pve-kernel.git/commitdiff
build: rename submodules target to submodule
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 13 Oct 2017 06:30:09 +0000 (08:30 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 13 Oct 2017 06:41:42 +0000 (08:41 +0200)
Makefile

index 15dc174b8378233c8f030b2a2cd4b31605fc9c9f..becaecfda8d91a8240643ee2752e6027a6fd6ec8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -232,7 +232,7 @@ PVE_CONFIG_OPTS= \
        touch $@
 
 ${KERNEL_CFG_ORG}: ${KERNEL_SRC}/README
-${KERNEL_SRC}/README: ${KERNEL_SRC_SUBMODULE} | submodules
+${KERNEL_SRC}/README: ${KERNEL_SRC_SUBMODULE} | submodule
        rm -rf ${KERNEL_SRC}
        cp -a ${KERNEL_SRC_SUBMODULE} ${KERNEL_SRC}
        cat ${KERNEL_SRC}/debian.master/config/config.common.ubuntu ${KERNEL_SRC}/debian.master/config/${ARCH}/config.common.${ARCH} ${KERNEL_SRC}/debian.master/config/${ARCH}/config.flavour.generic > ${KERNEL_CFG_ORG}
@@ -334,12 +334,12 @@ distclean: clean
 
 # upgrade to current master
 .PHONY: update_modules
-update_modules: submodules
+update_modules: submodule
        git submodule foreach 'git pull --ff-only origin master'
 
 # make sure submodules were initialized
-.PHONY: submodules
-submodules:
+.PHONY: submodule
+submodule:
        test -f "${KERNEL_SRC_SUBMODULE}/README" || git submodule update --init
        test -f "${ZFSSRC}/debian/changelog" || git submodule update --init
        test -f "${SPLSRC}/debian/changelog" || git submodule update --init