SVN: toys/rsget.pl/Makefile

sparky sparky at pld-linux.org
Sat Oct 9 21:02:05 CEST 2010


Author: sparky
Date: Sat Oct  9 21:02:05 2010
New Revision: 11839

Modified:
   toys/rsget.pl/Makefile
Log:
- this source base is closed; throw away the key


Modified: toys/rsget.pl/Makefile
==============================================================================
--- toys/rsget.pl/Makefile	(original)
+++ toys/rsget.pl/Makefile	Sat Oct  9 21:02:05 2010
@@ -24,6 +24,11 @@
 	$(MAKE) VER="$$(svn up | sed '/At revision /!d; s/At revision //; s/\.//')" pkg
 else
 pkg: clean
+	@echo "**********************************************"
+	@echo "*** There should be no new packages, check ***"
+	@echo "***    http://rsget.pl/about/new-core/     ***"
+	@echo "**********************************************"
+	$(IGNORE_DISCONTINUATION_WARNING)@false
 	rm -rf $(PKGDIR)
 	for DIR in $(DIRS); do \
 		install -d $(PKGDIR)/$$DIR; \


More information about the pld-cvs-commit mailing list