From 7cf40895e6f2da2b6019d2a498fbece35691802a Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Wed, 14 Aug 2013 13:26:45 +0000 Subject: [PATCH] Cleanup --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.26.2