summaryrefslogtreecommitdiff
path: root/extras/volume_id
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2006-03-28 03:09:18 +0200
committerKay Sievers <kay.sievers@suse.de>2006-03-28 03:09:18 +0200
commit15ff0ba36e9c1f051fe1e35e69f8569d0dfe2d66 (patch)
treeb3cf8d571bb5085764e483bd0c465fe87a3bba59 /extras/volume_id
parent92da64c700371126ee3bde79f983e0b3056d9442 (diff)
remove all stripping code
Diffstat (limited to 'extras/volume_id')
-rw-r--r--extras/volume_id/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/extras/volume_id/Makefile b/extras/volume_id/Makefile
index 72e2d3abb1..759ea549cc 100644
--- a/extras/volume_id/Makefile
+++ b/extras/volume_id/Makefile
@@ -41,10 +41,6 @@ ifeq ($(strip $(VOLUME_ID_STATIC)),true)
else
$(Q) $(LD) $(LDFLAGS) -o $@ $@.o $(LIBUDEV) -Llib -lvolume_id $(LIB_OBJS)
endif
-ifneq ($(strip $(STRIPCMD)),)
- $(E) " STRIP " $@
- $(Q) $(STRIPCMD) $@
-endif
# man pages
%.8: %.xml