mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-11 11:42:51 -08:00
Remove the install option 'strip executable', which does not seem to work in Solaris
This commit is contained in:
parent
3149ba4bf9
commit
4a0e2d8dbb
1 changed files with 3 additions and 1 deletions
|
|
@ -105,8 +105,10 @@ install: BUILD-STAMP install-base
|
|||
cd doc; $(MAKE) prefix=$(prefix) DESTDIR=$(DESTDIR) install
|
||||
install-base:
|
||||
$(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(libdir)/h
|
||||
# Here we would use the option -s but the install program in sourceforge-solaris
|
||||
# is broken.
|
||||
for i in $(TARGETS); do \
|
||||
$(INSTALL_PROGRAM) -s $$i $(DESTDIR)$(bindir); \
|
||||
$(INSTALL_PROGRAM) $$i $(DESTDIR)$(bindir); \
|
||||
done;
|
||||
$(INSTALL_SCRIPT) ecl-config $(DESTDIR)$(bindir)
|
||||
for i in BUILD-STAMP help.doc ; do \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue