CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
toolchain.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba3bcc7
)
Cleanup
author
Jose V Beneyto
<sepen@crux.nu>
Wed, 14 Aug 2013 13:26:45 +0000
(13:26 +0000)
committer
Jose V Beneyto
<sepen@crux.nu>
Wed, 14 Aug 2013 13:26:45 +0000
(13:26 +0000)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index 90dcf8c47345229afb9855650bf1238be0db45d1..2404d50c51116ed49db191e45238aefb71fdb1d5 100644
(file)
--- 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