pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pike8.0: mark some phony targets



Module Name:	pkgsrc-wip
Committed By:	William Welliver <william%welliver.org@localhost>
Pushed By:	hww3
Date:		Tue Jan 29 01:02:33 2019 -0500
Changeset:	962b1f24626ef72301952abbedecb10920027704

Modified Files:
	pike8.0/Makefile
	pike8.0/builtin_module.mk

Log Message:
pike8.0: mark some phony targets

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=962b1f24626ef72301952abbedecb10920027704

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 pike8.0/Makefile          | 2 ++
 pike8.0/builtin_module.mk | 2 ++
 2 files changed, 4 insertions(+)

diffs:
diff --git a/pike8.0/Makefile b/pike8.0/Makefile
index 7dac51620e..0145ae2531 100644
--- a/pike8.0/Makefile
+++ b/pike8.0/Makefile
@@ -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:
diff --git a/pike8.0/builtin_module.mk b/pike8.0/builtin_module.mk
index d6f3adc813..0073b0c786 100644
--- a/pike8.0/builtin_module.mk
+++ b/pike8.0/builtin_module.mk
@@ -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} && \


Home | Main Index | Thread Index | Old Index