pike8.0: mark some phony targets

This commit is contained in:
William Welliver 2019-01-29 01:02:33 -05:00
parent 3f9cec4274
commit 962b1f2462
2 changed files with 4 additions and 0 deletions

View File

@ -83,6 +83,8 @@ post-build:
${SED} -e 's~${WRKSRC}/smartlink~${PREFIX}/include/${NAME}/smartlink~' < ${WRKSRC}/specs > ${WRKSRC}/specs.tmp
mv ${WRKSRC}/specs.tmp ${WRKSRC}/specs
.PHONY: remove-subpackage-modules remove-dumped-modules fix-versioned-filenames prepare-docs-dir install-modrefs install-shared-docs print-vars
post-install: remove-dumped-modules remove-subpackage-modules fix-versioned-filenames prepare-docs-dir install-shared-docs install-modrefs
remove-subpackage-modules:

View File

@ -91,6 +91,8 @@ do-install:
post-install: remove-dumped-modules remove-main-package-files prepare-docs-dir install-shared-docs install-modrefs
.PHONY: remove-main-package-files remove-dumped-modules prepare-docs-dir install-modrefs install-shared-docs
# remove files that overlap with files in the main pike package, located under PREFIX
remove-main-package-files:
cd ${DESTDIR}/${PREFIX} && \