From ec219ac8c8d7d91ba55c15a3ed5238648635b90f Mon Sep 17 00:00:00 2001 From: sdcc-builder Date: Thu, 25 Aug 2005 19:25:47 +0000 Subject: [PATCH] * sim/ucsim/gui.src/serio.src/Makefile.in, sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in, sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in, sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps: install and strip, since the strip at /usr/ccs/bin should be used on solaris git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3878 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- ChangeLog | 9 +++++++++ sim/ucsim/avr.src/Makefile.in | 4 +++- sim/ucsim/gui.src/serio.src/Makefile.in | 4 +++- sim/ucsim/hc08.src/Makefile.in | 4 +++- sim/ucsim/s51.src/Makefile.in | 3 ++- sim/ucsim/xa.src/Makefile.in | 4 +++- sim/ucsim/z80.src/Makefile.in | 4 +++- 7 files changed, 26 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index e5d46f80..ccecb0a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2005-08-25 Borut Razem + + * sim/ucsim/gui.src/serio.src/Makefile.in, + sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in, + sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in, + sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps: + install and strip, since the strip at /usr/ccs/bin should be used + on solaris + 2005-08-24 Borut Razem * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option diff --git a/sim/ucsim/avr.src/Makefile.in b/sim/ucsim/avr.src/Makefile.in index 3e93afde..f2e1ed16 100644 --- a/sim/ucsim/avr.src/Makefile.in +++ b/sim/ucsim/avr.src/Makefile.in @@ -12,6 +12,7 @@ CPP = @CPP@ CXXCPP = @CXXCPP@ RANLIB = @RANLIB@ INSTALL = @INSTALL@ +STRIP = @STRIP@ PRJDIR = .. @@ -64,7 +65,8 @@ all: checkconf otherlibs avr.src # Compiling and installing everything and runing test # --------------------------------------------------- install: all installdirs - $(INSTALL) -s savr$(EXEEXT) $(DESTDIR)$(bindir) + $(INSTALL) savr$(EXEEXT) $(DESTDIR)$(bindir)/savr$(EXEEXT) + $(STRIP) $(DESTDIR)$(bindir)/savr$(EXEEXT) # Deleting all the installed files diff --git a/sim/ucsim/gui.src/serio.src/Makefile.in b/sim/ucsim/gui.src/serio.src/Makefile.in index adfab22f..44363c8e 100644 --- a/sim/ucsim/gui.src/serio.src/Makefile.in +++ b/sim/ucsim/gui.src/serio.src/Makefile.in @@ -4,6 +4,7 @@ SHELL = /bin/sh CXX = @CXX@ CXXCPP = @CXXCPP@ INSTALL = @INSTALL@ +STRIP = @STRIP@ CP = /bin/cp PRJDIR = ../.. @@ -50,7 +51,8 @@ endif # Compiling and installing everything and runing test # --------------------------------------------------- install: all installdirs - $(INSTALL) -s serialview$(EXEEXT) $(DESTDIR)$(bindir) + $(INSTALL) serialview$(EXEEXT) $(DESTDIR)$(bindir)/serialview$(EXEEXT) + $(STRIP) $(DESTDIR)$(bindir)/serialview$(EXEEXT) # Deleting all the installed files diff --git a/sim/ucsim/hc08.src/Makefile.in b/sim/ucsim/hc08.src/Makefile.in index 289da44d..b1effd0b 100644 --- a/sim/ucsim/hc08.src/Makefile.in +++ b/sim/ucsim/hc08.src/Makefile.in @@ -12,6 +12,7 @@ CPP = @CPP@ CXXCPP = @CXXCPP@ RANLIB = @RANLIB@ INSTALL = @INSTALL@ +STRIP = @STRIP@ PRJDIR = .. @@ -66,7 +67,8 @@ tests: $(TEST_OBJ) # Compiling and installing everything and runing test # --------------------------------------------------- install: all installdirs - $(INSTALL) -s shc08$(EXEEXT) $(DESTDIR)$(bindir) + $(INSTALL) shc08$(EXEEXT) $(DESTDIR)$(bindir)/shc08$(EXEEXT) + $(STRIP) $(DESTDIR)$(bindir)/shc08$(EXEEXT) # Deleting all the installed files diff --git a/sim/ucsim/s51.src/Makefile.in b/sim/ucsim/s51.src/Makefile.in index 621ec875..8a5b2e47 100644 --- a/sim/ucsim/s51.src/Makefile.in +++ b/sim/ucsim/s51.src/Makefile.in @@ -68,7 +68,8 @@ all: checkconf otherlibs s51.src # Compiling and installing everything and runing test # --------------------------------------------------- install: all installdirs - $(INSTALL) -s s51$(EXEEXT) $(DESTDIR)$(bindir) + $(INSTALL) s51$(EXEEXT) $(DESTDIR)$(bindir)/s51$(EXEEXT) + $(STRIP) $(DESTDIR)$(bindir)/s51$(EXEEXT) # Deleting all the installed files diff --git a/sim/ucsim/xa.src/Makefile.in b/sim/ucsim/xa.src/Makefile.in index f1af695e..a437fc85 100644 --- a/sim/ucsim/xa.src/Makefile.in +++ b/sim/ucsim/xa.src/Makefile.in @@ -12,6 +12,7 @@ CPP = @CPP@ CXXCPP = @CXXCPP@ RANLIB = @RANLIB@ INSTALL = @INSTALL@ +STRIP = @STRIP@ PRJDIR = .. @@ -57,7 +58,8 @@ tests: $(TEST_OBJ) # Compiling and installing everything and runing test # --------------------------------------------------- install: all installdirs - $(INSTALL) -s sxa$(EXEEXT) $(DESTDIR)$(bindir) + $(INSTALL) sxa$(EXEEXT) $(DESTDIR)$(bindir)/sxa$(EXEEXT) + $(STRIP) $(DESTDIR)$(bindir)/sxa$(EXEEXT) # Deleting all the installed files diff --git a/sim/ucsim/z80.src/Makefile.in b/sim/ucsim/z80.src/Makefile.in index 5fae4c59..fac494d7 100644 --- a/sim/ucsim/z80.src/Makefile.in +++ b/sim/ucsim/z80.src/Makefile.in @@ -12,6 +12,7 @@ CPP = @CPP@ CXXCPP = @CXXCPP@ RANLIB = @RANLIB@ INSTALL = @INSTALL@ +STRIP = @STRIP@ PRJDIR = .. @@ -71,7 +72,8 @@ tests: $(TEST_OBJ) # Compiling and installing everything and runing test # --------------------------------------------------- install: all installdirs - $(INSTALL) -s sz80$(EXEEXT) $(DESTDIR)$(bindir) + $(INSTALL) sz80$(EXEEXT) $(DESTDIR)$(bindir)/sz80$(EXEEXT) + $(STRIP) $(DESTDIR)$(bindir)/sz80$(EXEEXT) # Deleting all the installed files -- 2.30.2