Rename kernel-pkgs into create-kernel-packages to be consistent with world

This commit is contained in:
Baptiste Daroussin 2015-09-12 11:45:10 +00:00
parent b5ff185e19
commit b779ff2b9c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/release-pkg/; revision=287709
2 changed files with 4 additions and 4 deletions

View file

@ -121,8 +121,8 @@ TGTS= all all-man buildenv buildenvvars buildkernel buildworld \
_worldtmp _legacy _bootstrap-tools _cleanobj _obj \
_build-tools _cross-tools _includes _libraries _depend \
build32 builddtb distribute32 install32 xdev xdev-build xdev-install \
xdev-links native-xtools kernel-pkgs stageworld create-world-packages \
packages
xdev-links native-xtools create-kernel-packages stageworld \
create-world-packages packages
TGTS+= ${SUBDIR_TARGETS}

View file

@ -1252,9 +1252,9 @@ packages:
${MAKE} DESTDIR=${DESTDIR:U${STAGEDIR}} -DNO_ROOT stageworld ; \
${MAKE} DESTDIR=${DESTDIR:U${STAGEDIR}} create-world-packages
kernel-pkgs:
create-kernel-packages:
.if !defined(NO_ROOT)
@echo "ERROR: kernel-pkgs can only be done with -DNO_ROOT"; \
@echo "ERROR: create-kernel-packages can only be done with -DNO_ROOT"; \
false
.endif
@cd ${DESTDIR}/${DISTDIR} ; \