]> xenbits.xensource.com Git - people/andrewcoop/hwloc.git/commitdiff
tests/rename: minor cleanups
authorBrice Goglin <brice.goglin@inria.fr>
Sat, 25 May 2013 12:58:10 +0000 (12:58 +0000)
committerBrice Goglin <brice.goglin@inria.fr>
Sat, 25 May 2013 12:58:10 +0000 (12:58 +0000)
This commit was SVN r5648.

tests/rename/Makefile.am

index e67a1dd988d73f88d6c4ab6d6f4b5384266c37d9..2c49b6fda0688935d2a780235a995884b661ad11 100644 (file)
@@ -29,18 +29,17 @@ if HWLOC_HAVE_NVML
 TEST_CPPFLAGS += -DHWLOC_TEST_RENAME_NVML=1
 endif HWLOC_HAVE_NVML
 
-.PHONY =       dirs
 dirs:
-       @mkdir -p include/hwloc/autogen include/private/autogen
+       mkdir -p include/hwloc/autogen include/private/autogen
 
 include/hwloc/autogen/config.h: $(HWLOC_top_builddir)/include/hwloc/autogen/config.h
-       @sed    -e '/^#define HWLOC_SYM_TRANSFORM 0/s/0/1/'                     \
+       sed     -e '/^#define HWLOC_SYM_TRANSFORM 0/s/0/1/'                     \
                -e '/^#define HWLOC_SYM_PREFIX hwloc_/s/hwloc_/foobar_/1'       \
                -e '/^#define HWLOC_SYM_PREFIX_CAPS HWLOC_/s/HWLOC_/FOOBAR_/2'  \
                $< > $@
 
 include/private/autogen/config.h: $(HWLOC_top_builddir)/include/private/autogen/config.h
-       @sed    -e '/^#define HWLOC_SYM_TRANSFORM 0/s/0/1/'                     \
+       sed     -e '/^#define HWLOC_SYM_TRANSFORM 0/s/0/1/'                     \
                -e '/^#define HWLOC_SYM_PREFIX hwloc_/s/hwloc_/foobar_/1'       \
                -e '/^#define HWLOC_SYM_PREFIX_CAPS HWLOC_/s/HWLOC_/FOOBAR_/2'  \
                $< > $@