Skip to content
This repository has been archived by the owner on Mar 9, 2019. It is now read-only.

Commit

Permalink
Fixup install rule for ck unbundling
Browse files Browse the repository at this point in the history
Also add `make install` to travis to try to catch this sort of issue
faster in the future.
  • Loading branch information
wez committed Apr 20, 2014
1 parent d929042 commit 93f9015
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Makefile.am
Expand Up @@ -113,11 +113,6 @@ check-lint:
install-phenom-hdrs:
$(mkdir_p) "$(DESTDIR)$(includedir)/phenom"
$(INSTALL_HEADER) include/phenom/*.h $(DESTDIR)$(includedir)/phenom
$(INSTALL_HEADER) $(DESTDIR)$(includedir)
$(mkdir_p) "$(DESTDIR)$(includedir)/gcc"
for a in arm ppc ppc64 sparcv9 x86 x86_64 ; do \
$(mkdir_p) "$(DESTDIR)$(includedir)/gcc/$$a" ; \
done

clean-docs:
-rm docs/declmap.js
Expand Down
3 changes: 3 additions & 0 deletions travis/run.sh
Expand Up @@ -5,3 +5,6 @@ PKG_CONFIG_PATH=$PWD/thirdparty/ck/lib/pkgconfig ./configure --enable-address-sa
make -j
make -j clang-analyze
make check
INST_TEST=/tmp/phenom-install-test
test -d $INST_TEST && rm -rf $INST_TEST
make DESTDIR=$INST_TEST install

0 comments on commit 93f9015

Please sign in to comment.