Skip to content

Commit

Permalink
tpl: rename rma_typed|sized.c.tpl for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
minsii committed Nov 11, 2018
1 parent 2be6d5a commit abd074f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,13 @@ echo ""

echo "Generating RMA APIs source files..."
./maint/build_typed_api.pl --typefile ./maint/rma_typedef.txt \
--tplfile ./src/shmem/rma_typed.tpl --outfile ./src/shmem/rma_typed.c
--tplfile ./src/shmem/rma_typed.c.tpl --outfile ./src/shmem/rma_typed.c
echo "-- ./src/shmem/rma_typed.c done"
./maint/code-cleanup.sh ./src/shmem/rma_typed.c
echo "-- ./src/shmem/rma_typed.c format cleaned"

./maint/build_sized_api.pl --sizefile ./maint/rma_sizedef.txt \
--tplfile ./src/shmem/rma_sized.tpl --outfile ./src/shmem/rma_sized.c
--tplfile ./src/shmem/rma_sized.c.tpl --outfile ./src/shmem/rma_sized.c
echo "-- ./src/shmem/rma_sized.c done"
./maint/code-cleanup.sh ./src/shmem/rma_sized.c
echo "-- ./src/shmem/rma_sized.c format cleaned"
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit abd074f

Please sign in to comment.