Add install-strip to sim/
[deliverable/binutils-gdb.git] / sim / Makefile.in
index 5a953fd4ad5b85409cc56347734608325b5c8616..3a85eeb581de8dbe9d74a29fc6371c7d35fa924e 100644 (file)
@@ -166,6 +166,16 @@ install:
                else true; fi; \
        done
 
+install-strip:
+       @rootme=`pwd` ; export rootme ; \
+       for dir in . ${SUBDIRS}; do \
+               if [ "$$dir" = "." ]; then \
+                       true; \
+               elif [ -d $$dir ]; then \
+                       (cd $$dir; $(MAKE) $(FLAGS_TO_PASS) install-strip) || exit 1; \
+               else true; fi; \
+       done
+
 installcheck:
        @echo No installcheck target is available yet for the GNU simulators.
 
This page took 0.022735 seconds and 4 git commands to generate.