Skip to content

Commit

Permalink
buildsys: strip gap and libgap when installing them
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Apr 19, 2022
1 parent 8e8a0c8 commit 7c8ba2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.rules
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ install-bin: gap
@echo "Warning, 'make install-bin' is incomplete"
# install the real GAP executable as $(libdir)/gap/gap
$(INSTALL) -d -m 0755 $(DESTDIR)$(libdir)/gap
$(INSTALL) -m 0755 gap $(DESTDIR)$(libdir)/gap
$(INSTALL) -m 0755 -s gap $(DESTDIR)$(libdir)/gap

# install a wrapper shell script invoking the real GAP executable as $(bindir)/gap
$(INSTALL) -d -m 0755 $(DESTDIR)$(bindir)
Expand Down Expand Up @@ -610,7 +610,7 @@ install-headers:
install-libgap: libgap.la
@echo "Warning, 'make install-libgap' is incomplete"
$(INSTALL) -d -m 0755 $(DESTDIR)$(libdir)
$(LTINSTALL) libgap.la $(DESTDIR)$(libdir)
$(LTINSTALL) -s libgap.la $(DESTDIR)$(libdir)


.PHONY: install install-bin install-doc install-gaproot install-headers install-libgap
Expand Down

0 comments on commit 7c8ba2d

Please sign in to comment.