Skip to content

Commit

Permalink
Install stripped Aspectator
Browse files Browse the repository at this point in the history
  • Loading branch information
17451k committed Aug 26, 2020
1 parent 51b0032 commit 64af3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ build/install: uninstall install-keep-previous-instances

# Install Aspectator (GCC) within dedicated directory to simplify its uninstall.
install-keep-previous-instances:
$(MAKE) DESTDIR="$(DESTDIR)/cif" -C build install
$(MAKE) DESTDIR="$(DESTDIR)/cif" -C build install-strip
cp build/cif "$(DESTDIR)/cif/bin/cif"
mkdir -p "$(DESTDIR)/bin"
ln -sf "../cif/bin/cif" "$(DESTDIR)/bin/cif"
Expand Down

0 comments on commit 64af3bf

Please sign in to comment.