From: Jose V Beneyto Date: Wed, 14 Aug 2013 13:26:45 +0000 (+0000) Subject: Cleanup X-Git-Url: http://gitweb/?a=commitdiff_plain;h=7cf40895e6f2da2b6019d2a498fbece35691802a;p=toolchain.git Cleanup --- diff --git a/Makefile b/Makefile index 90dcf8c..2404d50 100644 --- a/Makefile +++ b/Makefile @@ -305,13 +305,15 @@ libtool-clean: libtool-distclean: rm -vf $(WORK)/libtool-$(LIBTOOL_VERSION).tar.xz -# SETUP FOR PKGUTILS + +# SETUP FOR PKGUTILS-CROSS $(CLFS)/var/lib/pkg/db: install -d -m 0755 $(CLFS)/var/lib/pkg touch $(CLFS)/var/lib/pkg/db setup: $(CLFS)/var/lib/pkg/db + # TEST THE TOOLCHAIN $(WORK)/test: $(WORK)/test.c export PATH=$$PATH:$(CROSSTOOLS)/bin && \ @@ -328,4 +330,5 @@ test-clean: test-distclean: test-clean + # End of file