summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichal Soltys <soltys@ziu.info>2011-05-10 13:54:35 +0200
committerMichal Soltys <soltys@ziu.info>2011-05-10 13:54:35 +0200
commit950ca375a4da78b5707e5a4bc292e0ae095de3f4 (patch)
tree45fba74c0009a7900b6a706042016afcf5ac7350 /Makefile
parent312d090bf8eddc8c02189693b8bab89d6e7282f2 (diff)
parent2613174223371677d0a701a69cb7468947940d65 (diff)
downloadsyslinux-950ca375a4da78b5707e5a4bc292e0ae095de3f4.tar.gz
Merge remote branch 'origin/master' into chaindev
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a13da72a..1b419aea 100644
--- a/Makefile
+++ b/Makefile
@@ -98,6 +98,13 @@ installer:
installer-local: $(ITARGET) $(BINFILES)
+strip:
+ $(MAKE) strip-local
+ set -e ; for i in $(ISUBDIRS); do $(MAKE) -C $$i strip ; done
+ -ls -l $(BOBJECTS) $(IOBJECTS)
+
+strip-local:
+
version.gen: version version.pl
$(PERL) version.pl $< $@ '%define < @'
version.h: version version.pl