diff options
author | Kay Sievers <kay@pim.off.vrfy.org> | 2005-10-28 01:49:22 +0200 |
---|---|---|
committer | Kay Sievers <kay@pim.off.vrfy.org> | 2005-10-28 01:49:22 +0200 |
commit | c1bf1edeb726dc2cdedca5358f9b9cd88db72697 (patch) | |
tree | 91ce27bc8aecc531ff59c8a094317bb2493f9642 /extras/scsi_id | |
parent | 90e037dbe29fc55e72d0c7e31ed78a71b8dca2c9 (diff) |
"STRIPCMD=" for the EXTRAS
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Diffstat (limited to 'extras/scsi_id')
-rw-r--r-- | extras/scsi_id/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extras/scsi_id/Makefile b/extras/scsi_id/Makefile index 8a8c714a87..fadd4a1dd4 100644 --- a/extras/scsi_id/Makefile +++ b/extras/scsi_id/Makefile @@ -49,7 +49,9 @@ all: $(PROG) $(MAN_PAGES) $(PROG): %: $(HEADERS) %.o $(OBJS) $(QUIET) $(LD) $(LDFLAGS) $@.o $(OBJS) -o $@ $(LIBUDEV) $(LIBSYSFS) $(LIB_OBJS) +ifneq ($(strip $(STRIPCMD)),) $(QUIET) $(STRIPCMD) $@ +endif scsi_id_version.h: @echo "/* This file is auto-generated by the Makefile */" > $@ |