Remove xbps-src and its associated code. This is required for the

upcoming 0.3 version.

--HG--
extra : convert_revision : xtraeme%40gmail.com-20091018091539-4f7ynscyvsqt3st4
This commit is contained in:
Juan RP
2009-10-18 11:15:39 +02:00
parent fdc561dfb2
commit c72f3a1a3c
31 changed files with 19 additions and 3835 deletions

View File

@@ -34,6 +34,10 @@ install: $(LIBXBPS) $(LIBXBPS_STATIC)
cp -a $(LIBXBPS) $(LIBDIR)
cp -a $(LIBXBPS).$(MAJOR) $(LIBDIR)
.PHONY: uninstall
uninstall:
-rm -f $(LIBDIR)/libxbps.*
.PHONY: clean
clean: clean-lib clean-objs