tools/Makefile
changeset 5565 f678cc44b3d0
parent 5508 3b7bb04ece74
child 5569 c3326e2b8b45
--- a/tools/Makefile	Tue Mar 08 21:43:23 2016 -0800
+++ b/tools/Makefile	Tue Mar 08 22:31:41 2016 -0800
@@ -24,7 +24,8 @@
 include ../make-rules/shared-macros.mk
 
 download setup prep build install publish \
-validate:	links pkglint time-$(MACH32).so time-$(MACH64).so
+validate:	links pkglint time-$(MACH32).so time-$(MACH64).so \
+		proxy_cvs
 
 # generate wrappers for parfait. we need to generate them
 # with the correct compiler variables from the common makefiles because
@@ -52,6 +53,9 @@
 	    > pkglint
 	@chmod +x pkglint
 
+proxy_cvs:
+	@cp proxy_cvs.sh proxy_cvs
+	@chmod +x proxy_cvs
 
 time-$(MACH64).o:			BITS=64
 time-$(MACH32).o time-$(MACH64).o:	CFLAGS += -Kpic
@@ -65,6 +69,7 @@
 clean:
 	@$(RM) time-*.o time*.bc
 	@$(RM) pkglint
+	@$(RM) proxy_cvs
 
 clobber:	clean
 	@$(RM) time-*.so python/pkglint/*.pyc