bug-parted
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH parted 6/7] Makefiles: Fix check-other-sector_sizes


From: Hans de Goede
Subject: [PATCH parted 6/7] Makefiles: Fix check-other-sector_sizes
Date: Sat, 30 Jan 2010 17:53:52 +0100

Atleast on my system check-other-sector_sizes was actually just testing
512 bytes sectors 4 times. This fixes this.
* Makefile.am: Fix check-other-sector_sizes
---
 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 0e80967..d5a32ef 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -78,7 +78,7 @@ MAINTAINERCLEANFILES += \
 
 .PHONY: ss-1024 ss-2048 ss-4096
 ss-1024 ss-2048 ss-4096:
-       PARTED_SECTOR_SIZE=$(ss-,,$@) $(MAKE) check-recursive
+       PARTED_SECTOR_SIZE=$(subst ss-,,$@) $(MAKE) check-recursive
 
 # Run the regression test suite with different settings,
 # to ensure it works with simulated partition sizes > 512.
-- 
1.6.6





reply via email to

[Prev in Thread] Current Thread [Next in Thread]