diff options
author | XU Benda <heroxbd@gmail.com> | 2011-12-22 13:37:11 +0900 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2016-06-25 22:45:04 +0900 |
commit | d370474e3f85a3bbcbb2026ca5ec55257b7a0f39 (patch) | |
tree | f3f08abbf1b4d4aab3a9ad9d52b6351751d9eb52 /Makefile | |
parent | config.site: add musl libc support (diff) | |
download | crossdev-d370474e3f85a3bbcbb2026ca5ec55257b7a0f39.tar.gz crossdev-d370474e3f85a3bbcbb2026ca5ec55257b7a0f39.tar.bz2 crossdev-d370474e3f85a3bbcbb2026ca5ec55257b7a0f39.zip |
prefixify build system and scripts.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ include settings.mk all: + sed -i -e "s,@GENTOO_PORTAGE_EPREFIX@,$(EPREFIX),g" crossdev + $(MAKE) -C wrappers install: $(INSTALL_DIR) $(DESTDIR)/$(PREFIX)/bin/ |